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:
Greta Yorsh 2013-05-13 15:28:25 +01:00 committed by Greta Yorsh
parent c59b7e2856
commit f825efaa19
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -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;