Commit 699010ba by Jeff Law Committed by Jeff Law

uninit-pred-8_b.c: Disable dominator optimizations.

	* gcc.dg/uninit-pred-8_b.c: Disable dominator optimizations.

From-SVN: r176160
parent 516b2ca7
2011-07-11 Jeff Law <law@redhat.com>
* gcc.dg/uninit-pred-8_b.c: Disable dominator optimizations.
2011-07-11 H.J. Lu <hongjiu.lu@intel.com>
* gcc.dg/vect/costmodel/x86_64/x86_64-costmodel-vect.exp: Check
......
/* { dg-do compile } */
/* { dg-options "-Wuninitialized -O2" } */
/* { dg-options "-Wuninitialized -fno-tree-dominator-opts -O2" } */
int g;
void bar();
......
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