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)
commit00aeee5636caf20262bf00270bce7eb11f3e62ab
tree2b83f77899705aadb740728a42a40e5a507b4034
parenta160ed77772d3bcedeff134598b42b2eb907d9a8
Add forgotten Changelog entries for

        * 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