]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/gcc.dg/compat/struct-by-value-9_main.c
Move gcc.dg/compat dg-skip-if to *_main.c files
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / compat / struct-by-value-9_main.c
index 942de1355083a6ffe908e5b2dd7bdfa7d165721d..137ca1905cd84ec86159b14dbcadc6b755ea9105 100644 (file)
@@ -1,6 +1,7 @@
 /* Test structures passed by value, including to a function with a
    variable-length argument list.  Each struct contains an array
    of small structs, each with three scalar members.  */
+/* { dg-skip-if "limited code space" { pdp11-*-* } } */
 
 extern void struct_by_value_9_x (void);
 extern void exit (int);