Commit f23a977c by Paul Thomas

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
parent 96b95725
......@@ -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
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment