20010610.f: New.

2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>

	* g77.f-torture/execute/20010610.f: New.

From-SVN: r43143
This commit is contained in:
Toon Moene 2001-06-10 19:57:29 +02:00 committed by Toon Moene
parent 46f41fed63
commit 226f8242c0
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2001-06-10 Toon Moene <toon@moene.indiv.nluug.nl>
* g77.f-torture/execute/20010610.f: New.
2001-06-09 David Billinghurst <David.Billinghurst@riotinto.com>
* g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"

View File

@ -0,0 +1,4 @@
DO I = 0, 255
IF (ICHAR(CHAR(I)) .NE. I) CALL ABORT
ENDDO
END