]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2014-07-16 Paolo Carlini <paolo.carlini@oracle.com>
authorPaolo Carlini <paolo@gcc.gnu.org>
Wed, 16 Jul 2014 09:03:31 +0000 (09:03 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Wed, 16 Jul 2014 09:03:31 +0000 (09:03 +0000)
* Minor ChangeLog adjustments.

From-SVN: r212584

gcc/cp/ChangeLog

index 231b315321cb431808f0af079d57851199bb154c..4291bd08a31c44aef33f8ad0b39102d6c5e3b13d 100644 (file)
@@ -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>