]> gcc.gnu.org Git - gcc.git/commit
re PR middle-end/57089 (ICE in verify_loop_structure, at cfgloop.c:1647)
authorRichard Biener <rguenther@suse.de>
Mon, 29 Apr 2013 11:31:33 +0000 (11:31 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 29 Apr 2013 11:31:33 +0000 (11:31 +0000)
commit6093bc066f693baced258a61efe497da897f67cd
tree61001fc0e3cfd07317d65df1f7c32549a40040c4
parent84aacbfda59c571b63c25bc6eced194206175d33
re PR middle-end/57089 (ICE in  verify_loop_structure, at cfgloop.c:1647)

2013-04-29  Richard Biener  <rguenther@suse.de>

PR middle-end/57089
* omp-low.c (expand_omp_taskreg): If the parent function had
a broken loop tree make sure to schedule a fixup for the child
as well.
(expand_omp_for_generic): Properly add loops.
(expand_omp_for_static_nochunk): Likewise.
(expand_omp_for_static_chunk): Likewise.
(expand_omp_for): For the degenerate case fixup loops.
(expand_omp_sections): Fix default bb placement in loops.
(expand_omp_atomic_pipeline): Properly add loops.

* gfortran.dg/gomp/pr57089.f90: New testcase.

From-SVN: r198409
gcc/ChangeLog
gcc/omp-low.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/gomp/pr57089.f90 [new file with mode: 0644]
This page took 0.068318 seconds and 5 git commands to generate.