]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/gcc.dg/compat/scalar-return-4_x.c
filter2_x.C: Declare abort.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / compat / scalar-return-4_x.c
index 0ea764958d003d898f1dd706c86364667c062f3a..50305be4d351acd6520693efe6eb7cd5080ceca0 100644 (file)
@@ -36,11 +36,13 @@ testit##NAME (void)                                         \
   DEBUG_NL;                                                    \
 }
 
+#ifndef SKIP_COMPLEX
 #ifndef SKIP_COMPLEX_INT
 T(cc, _Complex char, CINT (0, 1))
 T(cs, _Complex short, CINT (1 + 2))
 #endif
 T(cf, _Complex float, CDBL (1.0, 2.0))
+#endif
 
 #undef T
 
@@ -51,11 +53,13 @@ DEBUG_INIT
 
 #define T(NAME) testit##NAME ();
 
+#ifndef SKIP_COMPLEX
 #ifndef SKIP_COMPLEX_INT
 T(cc)
 T(cs)
 #endif
 T(cf)
+#endif
 
 DEBUG_FINI