Commit dd7b0c81 by Marcus Shawcroft Committed by Marcus Shawcroft

Fix pr54684.C regression.

From-SVN: r199552
parent cf11fc73
2013-05-31 Marcus Shawcroft <marcus.shawcroft@arm.com> 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. * gcc.target/arm/pr56184.C: Add -fno-short-enums.
2013-05-31 Marcus Shawcroft <marcus.shawcroft@arm.com> 2013-05-31 Marcus Shawcroft <marcus.shawcroft@arm.com>
......
// { dg-do compile } // { dg-do compile }
// { dg-options "-fno-short-enums" }
typedef union tree_node *tree; typedef union tree_node *tree;
typedef union gimple_statement_d *gimple; typedef union gimple_statement_d *gimple;
......
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