forwprop-26.c: Add -fno-short-enums to dg-options.
gcc/testsuite 2013-05-13 Greta Yorsh <Greta.Yorsh@arm.com> * gcc.dg/tree-ssa/forwprop-26.c: Add -fno-short-enums to dg-options. From-SVN: r198832
This commit is contained in:
parent
c59b7e2856
commit
f825efaa19
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-05-13 Greta Yorsh <Greta.Yorsh@arm.com>
|
||||
|
||||
* gcc.dg/tree-ssa/forwprop-26.c: Add -fno-short-enums
|
||||
to dg-options.
|
||||
|
||||
2013-05-13 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR tree-optimization/45216
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-options "-O2 -fdump-tree-forwprop1" } */
|
||||
/* { dg-options "-O2 -fdump-tree-forwprop1 -fno-short-enums" } */
|
||||
|
||||
union tree_node;
|
||||
typedef union tree_node *tree;
|
||||
|
|
Loading…
Add table
Reference in a new issue