]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR libfortran/27704 (Incorrect runtime error on multiple OPEN)
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Tue, 4 Jul 2006 01:36:31 +0000 (01:36 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Tue, 4 Jul 2006 01:36:31 +0000 (01:36 +0000)
commit2e4444278c4b7f27ef13f74083802232793af83f
treef2a85db2fbef8080a2e4fd3757e25014aaf79285
parent2b17a9af81648eccd08400753a0ad4c74af2e279
re PR libfortran/27704 (Incorrect runtime error on multiple OPEN)

2006-07-03  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/27704
* runtime/error.c (notify_std): Pass common flags into function. Use
flags to show locus of error or warning.
* libgfortran.h: Add enum try.  Add prototype for notify_std.
* io/open.c (edit_modes): Allow status="old" and add extension to
allow status="scratch"
*io/list_read.c (nml_read_obj): Update call to notify_std.
*io/io.h: Remove enum try and prototype for notify_std.
*io/transfer.c (read_sf): Update call to notify_std.
*io/format.c (parse_format_list): Update call to notify_std.

From-SVN: r115168
libgfortran/ChangeLog
libgfortran/io/format.c
libgfortran/io/io.h
libgfortran/io/list_read.c
libgfortran/io/open.c
libgfortran/io/transfer.c
libgfortran/libgfortran.h
libgfortran/runtime/error.c