This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/54017] Incorrect implementation of infinite loops in OpenMP sections leads to SIGILL
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 19 Jul 2012 11:29:27 +0000
- Subject: [Bug middle-end/54017] Incorrect implementation of infinite loops in OpenMP sections leads to SIGILL
- Auto-submitted: auto-generated
- References: <bug-54017-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54017
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-07-19 11:29:27 UTC ---
Created attachment 27832
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27832
gcc48-pr54017.patch
Untested fix. Though, of course, the testcase is very questionable when omp
section doesn't exit, then the region is not single entry single exit.