Neglected to commit two ChangeLogs

From-SVN: r139612
This commit is contained in:
Doug Gregor 2008-08-26 22:33:39 +00:00
parent adf2edec3c
commit 7cf1a11c59
2 changed files with 14 additions and 0 deletions

View 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

View 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.