Fix pr56184.C regression.
From-SVN: r199551
This commit is contained in:
parent
2dc82ccbdc
commit
cf11fc73f6
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user