[Bug middle-end/26611] [GOMP] openmp gomp ICE at gimplify.c:4257

2006-03-09 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-03-09 18:43 --- Confirmed, reduced testcase: int t; void search() { #pragma omp parallel for for (int i = 0; i < 1000; ++i) try { mm::print(t); }catch(...){} } -- pinskia at gcc dot gnu dot org changed: What

[Bug middle-end/26611] [GOMP] openmp gomp ICE at gimplify.c:4257

2006-03-09 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-03-09 18:33 --- Also happens on the mainline now. Reducing. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added