aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2003-07-10 17:05:27 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2003-07-10 17:05:27 +0000
commitde1b011b1094ec0aab636200470c929666da55ac (patch)
tree2e8b842d155b69e77d60b01d2c942cfe70b928d1 /gcc/cp/ChangeLog
parentd3e1e2cd6a4d7a26ec2d3ecbf34322fd9843adae (diff)
re PR c++/10032 (-pedantic converts some errors to warnings)
PR c++/10032 * doc/invoke.texi (C++ Dialect Options): Change documentation of -fpermissive. PR c++/10032 * decl.c (cxx_init_decl_processing): With -pedantic, pedwarns are still errors. PR c++/10527 * error.c (decl_to_string): Do not print default argument expressions. PR c++/10032 * g++.dg/warn/pedantic1.C: New test. From-SVN: r69193
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 30bd55ad038..58bd155326f 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,13 @@
+2003-07-09 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/10032
+ * decl.c (cxx_init_decl_processing): With -pedantic, pedwarns are
+ still errors.
+
+ PR c++/10527
+ * error.c (decl_to_string): Do not print default argument
+ expressions.
+
2003-07-10 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
PR c++/10849
@@ -8,6 +18,10 @@
2003-07-06 Mark Mitchell <mark@codesourcery.com>
+ PR c++/11236
+ * cvt.c (convert_to_void): Treat an overloaded function like
+ "((void) 0)" after issuing a diagnostic.
+
PR c++/11345
* search.c (lookup_base_r): Remove is_non_public and
within_current_scope parameters. Remove other dead code.