Neglected to commit two ChangeLogs
authorDoug Gregor <dgregor@gcc.gnu.org>
Tue, 26 Aug 2008 22:33:39 +0000 (22:33 +0000)
committerDoug Gregor <dgregor@gcc.gnu.org>
Tue, 26 Aug 2008 22:33:39 +0000 (22:33 +0000)
From-SVN: r139612

gcc/ChangeLog
gcc/testsuite/ChangeLog

index b206458..e7bc39e 100644 (file)
@@ -1,3 +1,9 @@
+2008-08-26  Douglas Gregor  <doug.gregor@gmail.com>
+
+       * c-common.c (do_switch_warnings): Look through the CONST_DECLs in
+       the enumerators of an ENUMERAL_TYPE.
+       * dbxout.c (dbxout_type): Ditto.
+
 2008-08-26  Andrew Pinski  <andrew_pinski@playstation.sony.com>
 
        PR rtl-opt/37219
index 7f2b4b9..96dbc57 100644 (file)
@@ -1,3 +1,11 @@
+2008-08-26  Douglas Gregor  <doug.gregor@gmail.com>
+
+       * g++.dg/cpp0x/scoped_enum_examples.C: New.
+       * g++.dg/cpp0x/scoped_enum.C: New.
+       * g++.dg/cpp0x/scoped_enum_98.C: New.
+       * g++.dg/cpp0x/enum_base_warn.C: New.
+       * g++.dg/cpp0x/enum_base.C: New.
+
 2008-08-26  Janis Johnson  <janis187@us.ibm.com>
 
        * gcc.target/powerpc/altivec-macros.c: Fix dg-message directives.