re PR tree-optimization/66422 (-Warray-bounds false positive with -O3)
authorRichard Biener <rguenther@suse.de>
Mon, 8 Jun 2015 14:53:19 +0000 (14:53 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 8 Jun 2015 14:53:19 +0000 (14:53 +0000)
commitad3e2ba07405b81ed2c4729f63040ce2463c8108
tree0a205221c4836a72e8edc9ffb5d1099bd9126a61
parente50869f7a638328f609afc0cbfa77ccaa2cbe01a
re PR tree-optimization/66422 (-Warray-bounds false positive with -O3)

2015-06-08  Richard Biener  <rguenther@suse.de>

PR tree-optimization/66422
* tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Split
block after inserted gcc_unreachable.

* gcc.dg/Warray-bounds-16.c: New testcase.

From-SVN: r224235
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/Warray-bounds-16.c [new file with mode: 0644]
gcc/tree-ssa-loop-ivcanon.c