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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/pr56184.C

index a094039..93ef3ef 100644 (file)
@@ -1,5 +1,9 @@
 2013-05-31  Marcus Shawcroft  <marcus.shawcroft@arm.com>
 
+       * gcc.target/arm/pr56184.C: Add -fno-short-enums.
+
+2013-05-31  Marcus Shawcroft  <marcus.shawcroft@arm.com>
+
        * g++.old-deja/g++.robertl/eb76.C: Add -fno-short-enums.
 
 2013-05-31  Balaji V. Iyer  <balaji.v.iyer@intel.com>
index db92db1..d44c1b4 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O2 -mthumb -march=armv7-a -mfpu=neon -mfloat-abi=softfp -mtune=cortex-a9 -fno-section-anchors" } */
+/* { dg-options "-fno-short-enums -O2 -mthumb -march=armv7-a -mfpu=neon -mfloat-abi=softfp -mtune=cortex-a9 -fno-section-anchors" } */
 
 typedef unsigned int size_t;
 __extension__ typedef int __intptr_t;