aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/gcc.dg/20030702-1.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/gcc.dg/20030702-1.c')
-rw-r--r--gcc-4.8.1/gcc/testsuite/gcc.dg/20030702-1.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/gcc.dg/20030702-1.c b/gcc-4.8.1/gcc/testsuite/gcc.dg/20030702-1.c
deleted file mode 100644
index b530c69a4..000000000
--- a/gcc-4.8.1/gcc/testsuite/gcc.dg/20030702-1.c
+++ /dev/null
@@ -1,10 +0,0 @@
-/* This tests whether REG_ALWAYS_RETURN notes are handled
- correctly in combine. */
-/* { dg-do compile { target fpic } } */
-/* { dg-options "-O2 -fpic -fprofile-arcs" } */
-/* { dg-skip-if "requires unsupported run-time relocation" { spu-*-* } { "*" } { "" } } */
-
-void test (void)
-{
- fork ();
-}