OSDN Git Service

* gcc.dg/uninit-pred-8_b.c: Disable dominator optimizations.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 Jul 2011 15:25:48 +0000 (15:25 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 Jul 2011 15:25:48 +0000 (15:25 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@176160 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/uninit-pred-8_b.c

index 9e19781..efb3482 100644 (file)
@@ -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
index 06e2eba..c1cc1f0 100644 (file)
@@ -1,6 +1,6 @@
 
 /* { dg-do compile } */
-/* { dg-options "-Wuninitialized -O2" } */
+/* { dg-options "-Wuninitialized -fno-tree-dominator-opts -O2" } */
 
 int g;
 void bar();