diff options
author | Zack Weinberg <zack@codesourcery.com> | 2002-01-21 08:37:49 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2002-01-21 08:37:49 +0000 |
commit | a5cf3ccc22a6943e2a46768787e62a3764e74c75 (patch) | |
tree | 67d81e7a2a045d4ac4af7e605298e51e3b563ddb | |
parent | 1bcdf4fe08206a08843bc418813b2a0039047ab4 (diff) | |
download | gcc-a5cf3ccc22a6943e2a46768787e62a3764e74c75.zip gcc-a5cf3ccc22a6943e2a46768787e62a3764e74c75.tar.gz gcc-a5cf3ccc22a6943e2a46768787e62a3764e74c75.tar.bz2 |
* g77.f-torture/compile/cpp2.F: New test.
From-SVN: r49038
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/g77.f-torture/compile/cpp2.F | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 54e1a36..6d77121 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2002-01-21 Zack Weinberg <zack@codesourcery.com> + + * g77.f-torture/compile/cpp2.F: New test. + 2002-01-19 Nathan Sidwell <nathan@codesourcery.com> * g++.dg/template/access1.C: New test. diff --git a/gcc/testsuite/g77.f-torture/compile/cpp2.F b/gcc/testsuite/g77.f-torture/compile/cpp2.F new file mode 100644 index 0000000..968d9f6 --- /dev/null +++ b/gcc/testsuite/g77.f-torture/compile/cpp2.F @@ -0,0 +1,7 @@ +C The preprocessor must not introduce a newline after +C the "a" when ARGUMENTS is expanded. + +#define ARGUMENTS a\ + + subroutine yada (ARGUMENTS) + end |