2014-09-08 Richard Biener <rguenther@suse.de>
commit343ee7235e471fa89c465a0d5712a5006211f1a1
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 8 Sep 2014 14:28:51 +0000 (8 14:28 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 8 Sep 2014 14:28:51 +0000 (8 14:28 +0000)
treed829261fc020863ce018b35b3e289c94c57db1bb
parent58e37d29ab8dc0ac506b5b13835fadfb91a68fd9
2014-09-08  Richard Biener  <rguenther@suse.de>

PR ipa/63196
* tree-inline.c (copy_loops): The source loop header should
always be non-NULL.
(tree_function_versioning): If loops need fixup after removing
unreachable blocks fix them.
* omp-low.c (simd_clone_adjust): Do not add incr block to
loop under construction.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@215016 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/omp-low.c
gcc/tree-inline.c