Remove triling space for a warning.

	PR translation/93838
	* parser.c (cp_parser_decl_specifier_seq): Remove trailing space.
parent 093bdf2c
2020-02-20 Martin Liska <mliska@suse.cz>
PR translation/93838
* parser.c (cp_parser_decl_specifier_seq): Remove trailing space.
2020-02-19 Marek Polacek <polacek@redhat.com>
PR c++/93169 - wrong-code with a non-constexpr constructor.
......
......@@ -14164,7 +14164,7 @@ cp_parser_decl_specifier_seq (cp_parser* parser,
"allowed in a C++20 concept definition");
else
pedwarn (token->location, 0, "C++20 concept definition syntax "
"is %<concept <name> = <expr>%> ");
"is %<concept <name> = <expr>%>");
}
/* In C++20 a concept definition is just 'concept name = expr;'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment