* g++.dg/opt/switch4.C: Pass -fshort-enums -w.

From-SVN: r122235
This commit is contained in:
Mark Mitchell 2007-02-22 19:34:29 +00:00 committed by Mark Mitchell
parent a0ad3539f4
commit c2143cc185
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2007-02-22 Mark Mitchell <mark@codesourcery.com>
* g++.dg/opt/switch4.C: Pass -fshort-enums -w.
2007-02-22 Ian Lance Taylor <iant@google.com>
PR debug/30898

View File

@ -1,4 +1,5 @@
// { dg-do compile }
// { dg-options "-fshort-enums -w" }
// PR c++/20008