blob: 10341c91d2f57614699d32bae05d2e8360a0d395 [file] [log] [blame]
/* { dg-options "-O2" } */
/* This used to ICE with the SYSV ABI (PR96072). */
void
he (int jn)
{
{
int bh[jn];
if (jn != 0)
goto wa;
}
wa:;
}