]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/ChangeLog
re PR middle-end/57287 (Bogus uninitialized warning with abnormal control flow)
authorRichard Biener <rguenther@suse.de>
Fri, 24 May 2013 12:44:58 +0000 (12:44 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 24 May 2013 12:44:58 +0000 (12:44 +0000)
commitaea0101d9553c16556c3eb2ce66761e9dc95b40f
tree360e0745d4435c019b457ee1faff9ba27ed5d218
parent99b8202a118ba0ab7eaaa21f83581998d7bcdc6f
re PR middle-end/57287 (Bogus uninitialized warning with abnormal control flow)

2013-05-24  Richard Biener  <rguenther@suse.de>

PR tree-optimization/57287
* tree-ssa-uninit.c (compute_uninit_opnds_pos): Disregard
all SSA names that occur in abnormal PHIs.

* gcc.dg/pr57287.c: New testcase.

From-SVN: r199289
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr57287.c [new file with mode: 0644]
gcc/tree-ssa-uninit.c