[Bug libgomp/66429] ICE in expand_GOMP_SIMD_LAST_LANE

2015-06-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66429 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last

[Bug libgomp/66429] ICE in expand_GOMP_SIMD_LAST_LANE

2015-06-14 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66429 --- Comment #3 from vries at gcc dot gnu.org --- Created attachment 35777 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=35777action=edit tentative patch Using this patch, we avoid the ICE. Not sure if this is the right way to fix it.

[Bug libgomp/66429] ICE in expand_GOMP_SIMD_LAST_LANE

2015-06-05 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66429 --- Comment #1 from vries at gcc dot gnu.org --- ICE still reproduces with command line: ... $ gcc for-2.c -fopenmp -O2 -S .. and pruned for-2.c: ... float b[10][15][10]; __attribute__((noreturn)) void noreturn (void) { for (;;); }

[Bug libgomp/66429] ICE in expand_GOMP_SIMD_LAST_LANE

2015-06-05 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66429 --- Comment #2 from vries at gcc dot gnu.org --- submitted patches for superfluous std and fopenmp options: - https://gcc.gnu.org/ml/gcc-patches/2015-06/msg00486.html - https://gcc.gnu.org/ml/gcc-patches/2015-06/msg00487.html