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

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* { dg-skip-if "too many arguments in function call" { bpf-*-* } } */
2
1 struct B { int b1; long long b2, b3; int b4; }; 3 struct B { int b1; long long b2, b3; int b4; };
2 struct C { char c1[40], c2, c3[96]; long long c4[5], c5; char c6[596]; }; 4 struct C { char c1[40], c2, c3[96]; long long c4[5], c5; char c6[596]; };
3 void fn1 (long long), fn2 (char *, int), fn4 (void); 5 void fn1 (long long), fn2 (char *, int), fn4 (void);
4 int r, fn3 (int, const char *, int, char *, int, int); 6 int r, fn3 (int, const char *, int, char *, int, int);
5 7