S/390: Deprecate g5 and g6 CPU levels
[official-gcc.git] / gcc / testsuite / g++.dg / gomp / pr26611-2.C
blobf951798915f4792ada21fa824108640990f65b46
1 // PR middle-end/26611
2 // { dg-do compile }
4 void
5 foo ()
7 #pragma omp parallel
8   try
9     {
10     }
11   catch (...)
12     {
13       int q = 1;
14     }