re PR tree-optimization/58539 (ICE with segfault at -O3 with -g enabled on x86_64...
authorRichard Biener <rguenther@suse.de>
Thu, 26 Sep 2013 12:45:19 +0000 (12:45 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 26 Sep 2013 12:45:19 +0000 (12:45 +0000)
commit46e950dbb155a0bc0abb279920d3fd3914032bde
tree268ca12fe8554623fafe7680262025d39f07f6e6
parent40ada30a792dd7e6518118b83cacc03ff03ffc69
re PR tree-optimization/58539 (ICE with segfault at -O3 with -g enabled on x86_64-linux-gnu)

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.

From-SVN: r202942
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr58539.c [new file with mode: 0644]
gcc/tree-vect-loop.c