aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/gcc.dg/compat/scalar-by-value-5.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/gcc.dg/compat/scalar-by-value-5.c')
-rw-r--r--gcc-4.8.1/gcc/testsuite/gcc.dg/compat/scalar-by-value-5.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/gcc.dg/compat/scalar-by-value-5.c b/gcc-4.8.1/gcc/testsuite/gcc.dg/compat/scalar-by-value-5.c
deleted file mode 100644
index 1c336d81a..000000000
--- a/gcc-4.8.1/gcc/testsuite/gcc.dg/compat/scalar-by-value-5.c
+++ /dev/null
@@ -1,22 +0,0 @@
-TEST_FUNCS (longlong_i, long long, int,
- 1234LL, -987)
-TEST_FUNCS (longlong_d, long long, double,
- 1234LL, -987.0)
-#ifndef SKIP_COMPLEX
-#ifndef SKIP_COMPLEX_INT
-TEST_FUNCS (complexint_i, _Complex int, int,
- 1234 + 567i, -987)
-TEST_FUNCS (complexint_d, _Complex int, double,
- 1234 + 567i, -987.0)
-#endif
-TEST_FUNCS (complexdouble_i, _Complex double, int,
- 1234.0 + 567.0i, -987)
-TEST_FUNCS (complexdouble_d, _Complex double, double,
- 1234.0 + 567.0i, -987.0)
-#ifndef SKIP_COMPLEX_INT
-TEST_FUNCS (complexlonglong_i, _Complex long long, int,
- 1234LL + 567LLi, -987)
-TEST_FUNCS (complexlonglong_d, _Complex long long, double,
- 1234LL + 567LLi, -987.0)
-#endif
-#endif