]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 b20645813bf91382176a8b540ee32c78b0bb4746..e7bc39e6225036a39ced71d05b39cc28fa9f3b07 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 7f2b4b9db0e395daf56dcc37c989c931bf82cbc2..96dbc5757b15cf9981c6d572290e8df53bc266f6 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.