aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/gcc.dg/compat/struct-by-value-17a_y.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/gcc.dg/compat/struct-by-value-17a_y.c')
-rw-r--r--gcc-4.8.1/gcc/testsuite/gcc.dg/compat/struct-by-value-17a_y.c23
1 files changed, 0 insertions, 23 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/gcc.dg/compat/struct-by-value-17a_y.c b/gcc-4.8.1/gcc/testsuite/gcc.dg/compat/struct-by-value-17a_y.c
deleted file mode 100644
index 3119e5448..000000000
--- a/gcc-4.8.1/gcc/testsuite/gcc.dg/compat/struct-by-value-17a_y.c
+++ /dev/null
@@ -1,23 +0,0 @@
-#include <stdarg.h>
-
-#include "compat-common.h"
-
-#ifdef SKIP_VA
-const int test_va = 0;
-#else
-const int test_va = 1;
-#endif
-
-#include "fp-struct-defs.h"
-#include "fp-struct-init.h"
-#include "fp-struct-test-by-value-y.h"
-
-#ifndef SKIP_COMPLEX
-DEFS(cd,_Complex double)
-INITS(cd, _Complex double)
-
-TEST(Scd13, _Complex double)
-TEST(Scd14, _Complex double)
-TEST(Scd15, _Complex double)
-TEST(Scd16, _Complex double)
-#endif