parser.c (cp_parser_non_integral_constant_expression): Build error message with CONCA...
authorVolker Reichelt <v.reichelt@netcologne.de>
Wed, 9 Apr 2008 06:40:38 +0000 (06:40 +0000)
committerVolker Reichelt <reichelt@gcc.gnu.org>
Wed, 9 Apr 2008 06:40:38 +0000 (06:40 +0000)
commit2a97bf746e871b2c9eaa261068560584c49dd27d
tree5af86992cbccaf13b59acbf6f8bafdcf822da6b9
parent3a4833712f129816b9fa1e45b2bfb915cd3143fc
parser.c (cp_parser_non_integral_constant_expression): Build error message with CONCAT rather than using "%s".

* parser.c (cp_parser_non_integral_constant_expression): Build error
message with CONCAT rather than using "%s".
(cp_parser_primary_expression): Fix quotation.
(cp_parser_postfix_expression): Likewise.
(cp_parser_postfix_dot_deref_expression): Likewise.
(cp_parser_unary_expression): Likewise.
(cp_parser_new_expression): Likewise.
(cp_parser_delete_expression): Likewise.

From-SVN: r134128
gcc/cp/ChangeLog
gcc/cp/parser.c