* g77.f-torture/compile/cpp2.F: New test.

From-SVN: r49038
This commit is contained in:
Zack Weinberg 2002-01-21 08:37:49 +00:00 committed by Zack Weinberg
parent 1bcdf4fe08
commit a5cf3ccc22
2 changed files with 11 additions and 0 deletions

View File

@ -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.

View File

@ -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