uninit-pred-8_b.c: Disable dominator optimizations.
* gcc.dg/uninit-pred-8_b.c: Disable dominator optimizations. From-SVN: r176160
This commit is contained in:
parent
516b2ca73b
commit
699010bab1
@ -1,3 +1,7 @@
|
||||
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
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "-Wuninitialized -O2" } */
|
||||
/* { dg-options "-Wuninitialized -fno-tree-dominator-opts -O2" } */
|
||||
|
||||
int g;
|
||||
void bar();
|
||||
|
Loading…
Reference in New Issue
Block a user