C99 testsuite readiness: Compile more tests with -std=gnu89
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pass.c
blobb38347160c26d09cdfa268353f761d416fbb2f44
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 int
6 foo (a, b, c)
8 return a + b + c;
11 int
12 bar ()
14 int q, w, e, r, t, y;
16 return foo ((int) & q, q, w, e, q, (int) &w);