* g++.dg/opt/switch4.C: Pass -fshort-enums -w.
authorMark Mitchell <mark@codesourcery.com>
Thu, 22 Feb 2007 19:34:29 +0000 (19:34 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 22 Feb 2007 19:34:29 +0000 (19:34 +0000)
From-SVN: r122235

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/opt/switch4.C

index 883e51e027fa772f4c4c3b37f4ed2c349807fbb1..ad1b567669f692333031dda07cff8e8e69ccecb4 100644 (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
index 231929fdf3d74bb31ac981c7d7025e0d731238d1..1542f310ca47375fbc0d1a2a3bbbb180edeeca07 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do compile }
+// { dg-options "-fshort-enums -w" }
 
 // PR c++/20008