2 // Test that OpenMP construct bodies which never return don't cause ICEs.
4 // { dg-options "-O2 -fopenmp" }
6 extern void baz () __attribute__ ((noreturn));
12 #pragma omp for schedule (static)
13 for (i = 0; i < 2834; i++)
22 #pragma omp for schedule (static)
23 for (i = 0; i < 2834; i++)
31 #pragma omp parallel for schedule (static)
32 for (i = 0; i < 2834; i++)
41 #pragma omp parallel for schedule (static)
42 for (i = 0; i < 2834; i++)