testsuite ChangeLog:

2005-11-26  Janne Blomqvist  <jb@gcc.gnu.org>

	PR libgfortran/24945
	* gfortran.dg/open_status_2.f90: Fix wrong PR number in comment.

From-SVN: r107540
This commit is contained in:
Janne Blomqvist 2005-11-26 11:32:21 +02:00
parent cea51b427a
commit 7fde2fe38c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-11-26 Janne Blomqvist <jb@gcc.gnu.org>
PR libgfortran/24945
* gfortran.dg/open_status_2.f90: Fix wrong PR number in comment.
2005-11-26 Janne Blomqvist <jb@gcc.gnu.org>
PR libgfortran/24945

View File

@ -1,5 +1,5 @@
! { dg-do run }
! PR 25036
! PR 24945
! Test reopening file without status specifier or with
! status='unknown'. The standard says that these two must behave
! identically, but the actual behaviour is processor dependent.