Commit cf11fc73 by Marcus Shawcroft Committed by Marcus Shawcroft

Fix pr56184.C regression.

From-SVN: r199551
parent 2dc82ccb
2013-05-31 Marcus Shawcroft <marcus.shawcroft@arm.com> 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. * g++.old-deja/g++.robertl/eb76.C: Add -fno-short-enums.
2013-05-31 Balaji V. Iyer <balaji.v.iyer@intel.com> 2013-05-31 Balaji V. Iyer <balaji.v.iyer@intel.com>
......
/* { dg-do compile } */ /* { 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; typedef unsigned int size_t;
__extension__ typedef int __intptr_t; __extension__ typedef int __intptr_t;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment