aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/gcc.dg/compat/scalar-by-value-dfp_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/gcc.dg/compat/scalar-by-value-dfp_main.c')
-rw-r--r--gcc-4.8.1/gcc/testsuite/gcc.dg/compat/scalar-by-value-dfp_main.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/gcc.dg/compat/scalar-by-value-dfp_main.c b/gcc-4.8.1/gcc/testsuite/gcc.dg/compat/scalar-by-value-dfp_main.c
deleted file mode 100644
index 7f81d6a37..000000000
--- a/gcc-4.8.1/gcc/testsuite/gcc.dg/compat/scalar-by-value-dfp_main.c
+++ /dev/null
@@ -1,15 +0,0 @@
-/* Test passing scalars by value. This test includes scalar types that
- are supported by va_arg. */
-
-/* { dg-require-compat-dfp "" } */
-
-extern void scalar_by_value_dfp_x (void);
-extern void exit (int);
-int fails;
-
-int
-main ()
-{
- scalar_by_value_dfp_x ();
- exit (0);
-}