This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/52230] OpenMP: Simple C program triggers SIGSEGV at execution
- 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: Mon, 13 Feb 2012 20:04:12 +0000
- Subject: [Bug middle-end/52230] OpenMP: Simple C program triggers SIGSEGV at execution
- Auto-submitted: auto-generated
- References: <bug-52230-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52230
--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-02-13 20:04:12 UTC ---
Fixed for trunk, might backport it to 4.[654] eventually, but it isn't high
priority, given that it doesn't make any sense to have non-fallthru omp for
body, using omp for then isn't really appropriate.