From 9256db1dea11f28654770cdfd450c95c3cc53a0f Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Sun, 1 Oct 2000 01:24:02 +0000 Subject: [PATCH] New test From-SVN: r36682 --- gcc/testsuite/g77.f-torture/compile/cpp.F | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 gcc/testsuite/g77.f-torture/compile/cpp.F diff --git a/gcc/testsuite/g77.f-torture/compile/cpp.F b/gcc/testsuite/g77.f-torture/compile/cpp.F new file mode 100644 index 00000000000..bdf10d7fbde --- /dev/null +++ b/gcc/testsuite/g77.f-torture/compile/cpp.F @@ -0,0 +1,9 @@ +C When run through the C preprocessor, the indentation of the +C CONTINUE line must not be mangled. + subroutine aap(a, n) + dimension a(n) + do 10 i = 1, n + a(i) = i + 10 continue + print *, a(1) + end -- 2.30.2