re PR tree-optimization/69726 (Bogus warnings with -O3 -Wuninitialized because…
re PR tree-optimization/69726 (Bogus warnings with -O3 -Wuninitialized because dead code after if-conversion) 2016-02-10 Richard Biener <rguenther@suse.de> PR tree-optimization/69726 * passes.def: Add DCE pass before late uninit. * match.pd: Add A ? B : (!A ? C : X) -> A ? B : C patterns to really fixup if-conversions job. * gcc.dg/uninit-22.c: New testcase. From-SVN: r233267
Showing
gcc/testsuite/gcc.dg/uninit-22.c
0 → 100644
Please
register
or
sign in
to comment