re PR tree-optimization/49498 (gcc.dg/uninit-pred-8_b.c bogus warning (predicate analysis bugs))

PR tree-optimization/49498
	* gcc.dg/uninit-pred-8_b.c: Reenable DOM.

From-SVN: r246618
This commit is contained in:
Jeff Law 2017-03-31 09:26:18 -06:00 committed by Jeff Law
parent 3a44da9ea7
commit 094e6b7a9d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2017-03-31 Jeff Law <law@redhat.com>
PR tree-optimization/49498
* gcc.dg/uninit-pred-8_b.c: Reenable DOM.
2017-03-31 Richard Biener <rguenther@suse.de>
* gcc.dg/tree-ssa/pr71347.c: Put back XFAIL on sparc.

View File

@ -1,6 +1,6 @@
/* { dg-do compile } */
/* { dg-options "-Wuninitialized -fno-tree-dominator-opts -O2" } */
/* { dg-options "-Wuninitialized -O2" } */
int g;
void bar();