backport: ssa-dom-thread-3.c: Add -fno-short-enums.

Backported from trunk
	2012-08-28  Joey Ye  <joey.ye@arm.com>

	* gcc.dg/tree-ssa/ssa-dom-thread-3.c: Add -fno-short-enums.

From-SVN: r190966
This commit is contained in:
Joey Ye 2012-09-05 08:22:55 +00:00 committed by Joey Ye
parent 0ef5720aaa
commit e4fd4fd8ec
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2012-09-05 Joey Ye <joey.ye@arm.com>
Backported from trunk
2012-08-28 Joey Ye <joey.ye@arm.com>
* gcc.dg/tree-ssa/ssa-dom-thread-3.c: Add -fno-short-enums.
2012-09-03 Jakub Jelinek <jakub@redhat.com>
Backported from mainline

View File

@ -1,5 +1,6 @@
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-dom1-details" } */
/* { dg-options "-O2 -fdump-tree-dom1-details -fno-short-enums" } */
extern void abort (void) __attribute__ ((__noreturn__));
union tree_node;
typedef union tree_node *tree;