From: Janne Blomqvist Date: Sat, 26 Nov 2005 09:32:21 +0000 (+0200) Subject: testsuite ChangeLog: X-Git-Tag: releases/gcc-4.2.0~5740 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fde2fe38cea84f732e1e0f5ac87c98a372d32eb;p=thirdparty%2Fgcc.git testsuite ChangeLog: 2005-11-26 Janne Blomqvist PR libgfortran/24945 * gfortran.dg/open_status_2.f90: Fix wrong PR number in comment. From-SVN: r107540 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 4f73095150e6..126a70d1b07e 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2005-11-26 Janne Blomqvist + + PR libgfortran/24945 + * gfortran.dg/open_status_2.f90: Fix wrong PR number in comment. + 2005-11-26 Janne Blomqvist PR libgfortran/24945 diff --git a/gcc/testsuite/gfortran.dg/open_status_2.f90 b/gcc/testsuite/gfortran.dg/open_status_2.f90 index 8b4b5776c7fe..ce0e71bd36e5 100644 --- a/gcc/testsuite/gfortran.dg/open_status_2.f90 +++ b/gcc/testsuite/gfortran.dg/open_status_2.f90 @@ -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.