Add forgotten Changelog entries for
authorVolker Reichelt <reichelt@gcc.gnu.org>
Sun, 16 Jul 2017 09:57:50 +0000 (09:57 +0000)
committerVolker Reichelt <reichelt@gcc.gnu.org>
Sun, 16 Jul 2017 09:57:50 +0000 (09:57 +0000)
        * parser.c (cp_parser_cast_expression): Use %q#T instead of %qT
        in old-style cast diagnostic.
        * typeck.c (maybe_warn_about_useless_cast): Use %q#T instead of %qT
        in useless cast diagnostic.
        * error.c (type_to_string): Remove enum special handling.

        * g++.dg/cpp1z/direct-enum-init1.C: Revert special enum handling.
        * g++.dg/warn/pr12242.C: Likewise.

From-SVN: r250232

gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 715ac76c8c4e73c3f479d557f9b891e09aee6705..84a21341ce966fda8f2627c9652adbad5fae0360 100644 (file)
@@ -1,3 +1,11 @@
+2017-07-16  Volker Reichelt  <v.reichelt@netcologne.de>
+
+       * parser.c (cp_parser_cast_expression): Use %q#T instead of %qT
+       in old-style cast diagnostic.
+       * typeck.c (maybe_warn_about_useless_cast): Use %q#T instead of %qT
+       in useless cast diagnostic.
+       * error.c (type_to_string): Remove enum special handling.
+
 2017-07-14  David Malcolm  <dmalcolm@redhat.com>
 
        * name-lookup.c (get_std_name_hint): Add '<' and '>' around
index 7474c662a76d3de496033f119b169d66745980a1..6472e11f4011cfd093a1500ec13e9672ae85b22e 100644 (file)
@@ -1,3 +1,8 @@
+2017-07-16  Volker Reichelt  <v.reichelt@netcologne.de>
+
+       * g++.dg/cpp1z/direct-enum-init1.C: Revert special enum handling.
+       * g++.dg/warn/pr12242.C: Likewise.
+
 2017-07-14  Kelvin Nilsen  <kelvin@gcc.gnu.org>
 
        * gcc.target/powerpc/bfp/scalar-cmp-exp-eq-3.c: New test.