]> git.ipfire.org Git - thirdparty/gcc.git/commit
Add forgotten Changelog entries for
authorreichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 16 Jul 2017 09:57:50 +0000 (09:57 +0000)
committerreichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 16 Jul 2017 09:57:50 +0000 (09:57 +0000)
commitb129a37a4880241f4c90e09342eab3c3e89b6d9d
tree2b83f77899705aadb740728a42a40e5a507b4034
parentd4f5410da9ddab8db206d9d2aa78750421fe8456
   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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@250232 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog