https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107424
Tobias Burnus <burnus at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #54265|0 |1 is obsolete| | --- Comment #9 from Tobias Burnus <burnus at gcc dot gnu.org> --- Created attachment 54300 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54300&action=edit Patch handling some nonrect loops + sorry for others, but being blocked by PR108459 Next attempt for a patch, which handles non-rectangular loops except when a 'count' variable is introduced. For that case, see comment 6 and comment 8. In principle, it is ready for submission, except that now the testcase gcc/testsuite/gfortran.dg/gomp/canonical-loop-1.f90 fails with an ICE (segfault). That seems to be a related but independent issue, also affecting C/C++; now filed as PR middle-end/108459. While independent, it blocks this patch.