aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/gcc.dg/compat/scalar-by-value-6_y.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/gcc.dg/compat/scalar-by-value-6_y.c')
-rw-r--r--gcc-4.8.1/gcc/testsuite/gcc.dg/compat/scalar-by-value-6_y.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/gcc.dg/compat/scalar-by-value-6_y.c b/gcc-4.8.1/gcc/testsuite/gcc.dg/compat/scalar-by-value-6_y.c
deleted file mode 100644
index 2e9aed282..000000000
--- a/gcc-4.8.1/gcc/testsuite/gcc.dg/compat/scalar-by-value-6_y.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "scalar-by-value-y.h"
-
-long double d = 1234.0L + 0x0.abcdp-70L;
-#ifndef SKIP_COMPLEX
-_Complex long double cd = 234.0L + 0x0.abcp-70L + 567.0Li +0x0defp-70Li;
-#endif
-
-#include "scalar-by-value-6.c"