aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g77.f-torture/noncompile/19990905-1.f
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/g77.f-torture/noncompile/19990905-1.f')
-rw-r--r--gcc/testsuite/g77.f-torture/noncompile/19990905-1.f8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/testsuite/g77.f-torture/noncompile/19990905-1.f b/gcc/testsuite/g77.f-torture/noncompile/19990905-1.f
deleted file mode 100644
index 026d05e4b3c..00000000000
--- a/gcc/testsuite/g77.f-torture/noncompile/19990905-1.f
+++ /dev/null
@@ -1,8 +0,0 @@
-* =foo7.f in Burley's g77 test suite.
- subroutine x
- real a(n)
- common /foo/n
- continue
- entry y(a)
- call foo(a(1))
- end