Commit 94c15c51 by Joey Ye Committed by Joey Ye

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

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

From-SVN: r190745
parent e005f903
2012-08-28 Joey Ye <joey.ye@arm.com>
* gcc.dg/tree-ssa/ssa-dom-thread-3.c: Add -fno-short-enums.
2012-08-27 Uros Bizjak <ubizjak@gmail.com> 2012-08-27 Uros Bizjak <ubizjak@gmail.com>
PR target/46254 PR target/46254
......
/* { dg-do compile } */ /* { 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__)); extern void abort (void) __attribute__ ((__noreturn__));
union tree_node; union tree_node;
typedef union tree_node *tree; typedef union tree_node *tree;
......
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