2005-10-12 Paul Thomas <pault@gcc.gnu.org>

gfortran.dg/save_common.f90, save_result.f90: Add missing newlines
	at ends of file..

From-SVN: r105326
This commit is contained in:
Paul Thomas 2005-10-12 20:12:46 +00:00
parent 96b9572550
commit f23a977ce5
2 changed files with 2 additions and 2 deletions

View 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
END

View 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
END