]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite ChangeLog:
authorJanne Blomqvist <jb@gcc.gnu.org>
Sat, 26 Nov 2005 09:32:21 +0000 (11:32 +0200)
committerJanne Blomqvist <jb@gcc.gnu.org>
Sat, 26 Nov 2005 09:32:21 +0000 (11:32 +0200)
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

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/open_status_2.f90

index 4f73095150e6a9cb81e8c1ffee32975b3ffb3137..126a70d1b07e94ab048e52aeef96e5804105763f 100644 (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
index 8b4b5776c7fe1451afa3fefdfc8fae6a6f9acf7d..ce0e71bd36e562ea181e877aee1ed08d7b07d73c 100644 (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.