projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4ad799
)
Remove trailing space.
author
Jason Merrill
<jason@gcc.gnu.org>
Tue, 16 Jul 2019 07:34:58 +0000
(
03:34
-0400)
committer
Jason Merrill
<jason@gcc.gnu.org>
Tue, 16 Jul 2019 07:34:58 +0000
(
03:34
-0400)
From-SVN: r273506
gcc/cp/parser.c
patch
|
blob
|
history
diff --git
a/gcc/cp/parser.c
b/gcc/cp/parser.c
index c46740a2d104c7184233e6dd69460daad8c6845f..f91c50ead67649bebae2c9f74beedb9826b12e28 100644
(file)
--- a/
gcc/cp/parser.c
+++ b/
gcc/cp/parser.c
@@
-9679,7
+9679,7
@@
cp_parser_question_colon_clause (cp_parser* parser, cp_expr logical_or_expr)
if (cp_parser_allow_gnu_extensions_p (parser)
&& token->type == CPP_COLON)
{
- pedwarn (token->location, OPT_Wpedantic,
+ pedwarn (token->location, OPT_Wpedantic,
"ISO C++ does not allow %<?:%> with omitted middle operand");
/* Implicit true clause. */
expr = NULL_TREE;