comparison gcc/testsuite/gcc.c-torture/compile/pr83487.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* PR middle-end/83487 */ 1 /* PR middle-end/83487 */
2 /* { dg-skip-if "too many arguments in function call" { bpf-*-* } } */
2 3
3 struct __attribute__ ((aligned)) A {}; 4 struct __attribute__ ((aligned)) A {};
4 struct A a; 5 struct A a;
5 void bar (int, int, int, int, int, int, int, struct A); 6 void bar (int, int, int, int, int, int, int, struct A);
6 7