diff options
-rw-r--r-- | gcc/cp/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 231b315..4291bd0 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -74,9 +74,9 @@ 2014-07-13 Edward Smith-Rowland <3dw4rd@verizon.net> PR C++/60209 - Declaration of user-defined literal operator cause error - * cp/parser.c (cp_parser_operator()): Fold treatment of strings + * parser.c (cp_parser_operator): Fold treatment of strings and user-defined string literals. Use the full string parser. - (cp_parser_string_literal()): Add flag to not look for literal operator. + (cp_parser_string_literal): Add flag to not look for literal operator. 2014-07-11 Jason Merrill <jason@redhat.com> |