[Bug c++/55550] internal compiler segmentation fault on openmp for collapse

2013-05-04 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=0 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|WAITING

[Bug c++/55550] internal compiler segmentation fault on openmp for collapse

2012-11-30 Thread lucjaulmes at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=0 --- Comment #1 from Luc lucjaulmes at free dot fr 2012-11-30 17:25:28 UTC --- If I manually unfold the loop to 2 stages and use collapse(2), or if I unfold it to 1 stage and use just a parallel for it gives the same error. The whole loop

[Bug c++/55550] internal compiler segmentation fault on openmp for collapse

2012-11-30 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=0 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED