]> gcc.gnu.org Git - gcc.git/commitdiff
* g77.f-torture/compile/cpp2.F: New test.
authorZack Weinberg <zack@codesourcery.com>
Mon, 21 Jan 2002 08:37:49 +0000 (08:37 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Mon, 21 Jan 2002 08:37:49 +0000 (08:37 +0000)
From-SVN: r49038

gcc/testsuite/ChangeLog
gcc/testsuite/g77.f-torture/compile/cpp2.F [new file with mode: 0644]

index 54e1a3698d0ee3c9337f6bc6759f36da5e857570..6d7712183affd5050f2f4b69ffede4bb6a14354a 100644 (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.
diff --git a/gcc/testsuite/g77.f-torture/compile/cpp2.F b/gcc/testsuite/g77.f-torture/compile/cpp2.F
new file mode 100644 (file)
index 0000000..968d9f6
--- /dev/null
@@ -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
This page took 0.085797 seconds and 5 git commands to generate.