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:
parent
3a44da9ea7
commit
094e6b7a9d
@ -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.
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "-Wuninitialized -fno-tree-dominator-opts -O2" } */
|
||||
/* { dg-options "-Wuninitialized -O2" } */
|
||||
|
||||
int g;
|
||||
void bar();
|
||||
|
Loading…
Reference in New Issue
Block a user