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: Tue, 14 Feb 2012 23:32:44 +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 #7 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-02-14 23:32:44 UTC ---
Author: jakub
Date: Tue Feb 14 23:32:39 2012
New Revision: 184240
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184240
Log:
Backported from mainline
2012-02-13 Jakub Jelinek <jakub@redhat.com>
PR middle-end/52230
* omp-low.c (expand_omp_for): If a static schedule without
chunk size has NULL region->cont, force fd.chunk_size to be
integer_zero_node.
Modified:
branches/gcc-4_6-branch/gcc/ChangeLog
branches/gcc-4_6-branch/gcc/omp-low.c