projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e858d4
)
re PR libfortran/20163 ([4.0 only] gfortran - error opening direct access file)
author
Dale Ranta
<dir@lanl.gov>
Tue, 29 Mar 2005 08:33:49 +0000
(08:33 +0000)
committer
François-Xavier Coudert
<fxcoudert@gcc.gnu.org>
Tue, 29 Mar 2005 08:33:49 +0000
(08:33 +0000)
PR libfortran/20163
* io/open.c (st_open): call library_end() before returning even if
an error arises.
* gfortran.dg/pr20163-2.f: New test.
From-SVN: r97152
gcc/testsuite/ChangeLog
patch
|
blob
|
history
diff --git
a/gcc/testsuite/ChangeLog
b/gcc/testsuite/ChangeLog
index c0087b77747e4e26134afe3abe33ae4509376e92..81ab1deb1fb40a55cee487d9b4565cdbbd65049b 100644
(file)
--- a/
gcc/testsuite/ChangeLog
+++ b/
gcc/testsuite/ChangeLog
@@
-1,3
+1,9
@@
+2005-03-29 Dale Ranta <dir@lanl.gov>
+ Francois-Xavier Coudert <coudert@clipper.ens.fr>
+
+ PR libfortran/20163
+ * gfortran.dg/pr20163-2.f: New test.
+
2005-03-28 Steve Ellcey <sje@cup.hp.com>
PR target/19890