Commit 9c1eb332 by Jerry DeLisle

re PR fortran/71404 (416.gamess in SPEC CPU 2006 failed to build)

2016-06-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR fortran/71404
	* gfortran.dg/fmt_read_5.f: New test.

From-SVN: r237109
parent bc720937
2016-06-05 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/71404
* gfortran.dg/fmt_read_5.f: New test.
2016-06-05 Andre Vehreschild <vehre@gcc.gnu.org>
PR fortran/69659
......
c { dg-do compile }
c PR71404 [7 Regression] 416.gamess in SPEC CPU 2006 failed to build
SUBROUTINE SQRINT (LFILE,IREGION,LENGTH)
DIMENSION IREGION(LENGTH)
LOGICAL DSKWRK,MASWRK
IF (DSKWRK.OR.MASWRK) READ(LFILE, END=200) IREGION
200 CONTINUE
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