2013-09-26 Richard Biener <rguenther@suse.de>
commitf898e0944ad60eea1fb8ae90c5100df6cdf6ef68
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Sep 2013 12:45:19 +0000 (26 12:45 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Sep 2013 12:45:19 +0000 (26 12:45 +0000)
tree268ca12fe8554623fafe7680262025d39f07f6e6
parent9b52871c0d8c4d3ac28db4039fd9e7575cc32396
2013-09-26  Richard Biener  <rguenther@suse.de>

PR tree-optimization/58539
* tree-vect-loop.c (vect_create_epilog_for_reduction): Honor
the fact that debug statements are not taking part in loop-closed
SSA construction.

* gcc.dg/torture/pr58539.c: New testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@202942 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr58539.c [new file with mode: 0644]
gcc/tree-vect-loop.c