]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/gcc.dg/compat/struct-by-value-2_main.c
Move gcc.dg/compat dg-skip-if to *_main.c files
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / compat / struct-by-value-2_main.c
index 8cb6fc078289de75dabf785c2f9e816d48fa9cc3..6d9856e7a73446b64b493e0247c9e5f6b428c3f5 100644 (file)
@@ -1,6 +1,7 @@
 /* Test structures passed by value, including to a function with a
    variable-length argument list.
    This test is based on one contributed by Alan Modra.  */
+/* { dg-skip-if "limited code space" { pdp11-*-* } } */
 
 extern void struct_by_value_2_x (void);
 extern void exit (int);