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 a094039a19c5892a87c60615f57c4e9985629cb5..93ef3efe41596ade452b370f2c25458686d8ce66 100644 (file)
@@ -1,3 +1,7 @@
+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.
index db92db13f9ebe057e6ce2efac217ace1cea1cd3d..d44c1b432da80c5bb0f6451eab2b642183c98b2d 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;