aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Reichelt <reichelt@gcc.gnu.org>2017-07-16 09:57:50 +0000
committerVolker Reichelt <reichelt@gcc.gnu.org>2017-07-16 09:57:50 +0000
commit00aeee5636caf20262bf00270bce7eb11f3e62ab (patch)
tree2b83f77899705aadb740728a42a40e5a507b4034
parenta160ed77772d3bcedeff134598b42b2eb907d9a8 (diff)
downloadgcc-00aeee5636caf20262bf00270bce7eb11f3e62ab.zip
gcc-00aeee5636caf20262bf00270bce7eb11f3e62ab.tar.gz
gcc-00aeee5636caf20262bf00270bce7eb11f3e62ab.tar.bz2
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
-rw-r--r--gcc/cp/ChangeLog8
-rw-r--r--gcc/testsuite/ChangeLog5
2 files changed, 13 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 715ac76..84a2134 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -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
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 7474c66..6472e11 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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.