2005-10-12 Paul Thomas <pault@gcc.gnu.org>
authorPaul Thomas <pault@gcc.gnu.org>
Wed, 12 Oct 2005 20:12:46 +0000 (20:12 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Wed, 12 Oct 2005 20:12:46 +0000 (20:12 +0000)
gfortran.dg/save_common.f90, save_result.f90: Add missing newlines
at ends of file..

From-SVN: r105326

gcc/testsuite/gfortran.dg/save_common.f90
gcc/testsuite/gfortran.dg/save_result.f90

index df4c84f..c987802 100644 (file)
@@ -3,4 +3,4 @@
 ! Contributed by Joost VandeVondele <jv244@cam.ac.uk>
 INTEGER, SAVE :: X
 COMMON /COM/ X ! { dg-error "conflicts with SAVE attribute" }
-END
\ No newline at end of file
+END
index 9e295ec..de70cc3 100644 (file)
@@ -5,4 +5,4 @@ FUNCTION X() RESULT(Y)
 REAL, SAVE :: Y ! { dg-error "RESULT attribute conflicts with SAVE" }
 y = 1
 END FUNCTION X
-END
\ No newline at end of file
+END