Fix pr54684.C regression.
authorMarcus Shawcroft <marcus.shawcroft@arm.com>
Fri, 31 May 2013 17:46:10 +0000 (17:46 +0000)
committerMarcus Shawcroft <mshawcroft@gcc.gnu.org>
Fri, 31 May 2013 17:46:10 +0000 (17:46 +0000)
From-SVN: r199552

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/torture/pr54684.C

index 93ef3efe41596ade452b370f2c25458686d8ce66..b46c378d8281568ffe571997f9a4fa52e143e8a0 100644 (file)
@@ -1,3 +1,7 @@
+2013-05-31  Marcus Shawcroft  <marcus.shawcroft@arm.com>
+
+       * g++.dg/torture/pr54684.C: Add -fno-short-enums.
+
 2013-05-31  Marcus Shawcroft  <marcus.shawcroft@arm.com>
 
        * gcc.target/arm/pr56184.C: Add -fno-short-enums.
index 40c47f3fa2978bac4c80da45f743b23d346ee973..4934011e45fcec3119b1dd358c5e1f0722d3dee5 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do compile }
+// { dg-options "-fno-short-enums" }
 
 typedef union tree_node *tree;
 typedef union gimple_statement_d *gimple;