]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR middle-end/52230 (OpenMP: Simple C program triggers SIGSEGV at execution)
authorJakub Jelinek <jakub@redhat.com>
Mon, 13 Feb 2012 19:57:24 +0000 (20:57 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 13 Feb 2012 19:57:24 +0000 (20:57 +0100)
commit9abd5ed90b85306b6cfea640c9e01e486bbcddb1
treeb71a0bc11fe8a3e8f3698eb3255d3403deec905e
parenta905672b22cd3958a91f41e0ec2925bffbba6070
re PR middle-end/52230 (OpenMP: Simple C program triggers SIGSEGV at execution)

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.

From-SVN: r184165
gcc/ChangeLog
gcc/omp-low.c