1 /* { dg-options "-O2" } */
2
3 /* This used to ICE with the SYSV ABI (PR96072). */
4
5 void
6 he (int jn)
7 {
8 {
9 int bh[jn];
10 if (jn != 0)
11 goto wa;
12 }
13 wa:;
14 }