[testsuite] require sqrt_insn effective target where needed
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / pr96072.c
blob10341c91d2f57614699d32bae05d2e8360a0d395
1 /* { dg-options "-O2" } */
3 /* This used to ICE with the SYSV ABI (PR96072). */
5 void
6 he (int jn)
9 int bh[jn];
10 if (jn != 0)
11 goto wa;
13 wa:;