Fix pr54684.C regression.

From-SVN: r199552
This commit is contained in:
Marcus Shawcroft 2013-05-31 17:46:10 +00:00 committed by Marcus Shawcroft
parent cf11fc73f6
commit dd7b0c8128
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-05-31 Marcus Shawcroft <marcus.shawcroft@arm.com>
* g++.dg/torture/pr54684.C: Add -fno-short-enums.
2013-05-31 Marcus Shawcroft <marcus.shawcroft@arm.com>
* gcc.target/arm/pr56184.C: Add -fno-short-enums.

View File

@ -1,4 +1,5 @@
// { dg-do compile }
// { dg-options "-fno-short-enums" }
typedef union tree_node *tree;
typedef union gimple_statement_d *gimple;