[Bug c++/55550] New: 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 Bug #: 0 Summary: internal compiler segmentation fault on openmp for collapse Classification: Unclassified Product: gcc Version: 4.6.3 Status: UNCONFIRMED

[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 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 works fine without this