]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/gcc.dg/compat/struct-by-value-17_main.c
Get rid of dg-skip-if etc. default args
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / compat / struct-by-value-17_main.c
index 8787877e9fefa601fd8fe204c02b7533f75e521a..42616ee7b118ff82fe2ae34fe88614666f2f5692 100644 (file)
@@ -1,7 +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-*-*" } { "*" } { "" } } */
+/* { dg-skip-if "Program too big" { "avr-*-*" } } */
 
 extern void struct_by_value_17_x (void);
 extern void exit (int);