From 42b593d5e0e424e42eb22290acee7160fd2d690a Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Tue, 16 Jul 2019 03:34:58 -0400 Subject: [PATCH] Remove trailing space. From-SVN: r273506 --- gcc/cp/parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cp/parser.c b/gcc/cp/parser.c index c46740a2d10..f91c50ead67 100644 --- 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; -- 2.30.2