uninit-pred-8_b.c: Disable dominator optimizations.
authorJeff Law <law@redhat.com>
Mon, 11 Jul 2011 15:25:48 +0000 (09:25 -0600)
committerJeff Law <law@gcc.gnu.org>
Mon, 11 Jul 2011 15:25:48 +0000 (09:25 -0600)
* gcc.dg/uninit-pred-8_b.c: Disable dominator optimizations.

From-SVN: r176160

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

index 9e197815c6c6e36a716027d7a072ef96f2337dd4..efb3482b5732f0188218749d3c0f559ad5575aa7 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 06e2eba27d056d559a7094fe318c7ac03e5b6576..c1cc1f0a11ffd3c0f911cab11a39bc07d02a4082 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();