tree-optimization/116406 - ICE with int<->float punning prevention
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / uuarg.c
blob29ac87657b9ddfa8870794f454a561b9b8c44c08
1 /* { dg-require-effective-target untyped_assembly } */
2 /* { dg-skip-if "too many arguments in function call" { bpf-*-* } } */
3 /* { dg-additional-options "-std=gnu89" } */
5 foo (a, b, c, d, e, f, g, h, i)
7 return foo () + i;