Commit 9f1630a9 by Toon Moene Committed by Toon Moene

20010115.f: New test.

2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>

	* g77.f-torture/compile/20010115.f: New test.

From-SVN: r39041
parent 11b810f1
2001-01-15 Toon Moene <toon@moene.indiv.nluug.nl>
* g77.f-torture/compile/20010115.f: New test.
2001-01-15 Nathan Sidwell <nathan@codesourcery.com> 2001-01-15 Nathan Sidwell <nathan@codesourcery.com>
* g++.old-deja/g++.pt/nontype5.C: New test. * g++.old-deja/g++.pt/nontype5.C: New test.
......
PRINT 42, 'HELLO'
42 FORMAT(A)
CALL WORLD
END
SUBROUTINE WORLD
PRINT 42, 'WORLD'
42 FORMAT(A)
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