diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/compat/struct-by-value-17_main.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/compat/struct-by-value-17_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/compat/struct-by-value-17_main.c b/gcc/testsuite/gcc.dg/compat/struct-by-value-17_main.c index 3d97146..8787877 100644 --- a/gcc/testsuite/gcc.dg/compat/struct-by-value-17_main.c +++ b/gcc/testsuite/gcc.dg/compat/struct-by-value-17_main.c @@ -1,6 +1,7 @@ /* Test structures passed by value, including to a function with a variable-length argument lists. All struct members are of type _Complex double. */ +/* { dg-skip-if "Program too big" { "avr-*-*" } { "*" } { "" } } */ extern void struct_by_value_17_x (void); extern void exit (int); |