Fix pr56184.C regression.

From-SVN: r199551
This commit is contained in:
Marcus Shawcroft 2013-05-31 17:44:04 +00:00 committed by Marcus Shawcroft
parent 2dc82ccbdc
commit cf11fc73f6
2 changed files with 5 additions and 1 deletions

View 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.

View 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;