re PR fortran/61933 (Inquire on internal units)

2015-01-22  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR fortran/61933
	* gfortran.dg/negative_unit_int8.f: Update.

From-SVN: r220025
This commit is contained in:
Jerry DeLisle 2015-01-23 02:06:17 +00:00
parent bb295963d4
commit 20056f6002
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2015-01-22 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/61933
* gfortran.dg/negative_unit_int8.f: Update.
2015-01-22 Jeff Law <law@redhat.com>
PR target/52076

View File

@ -30,6 +30,6 @@
! This one is nasty
inquire (unit=i, exist=l, iostat=i)
if (l) call abort
if (i.ne.ERROR_BAD_UNIT) call abort
if (i.ne.0) call abort
end