2006-07-03 Jerry DeLisle <jvdelisle@gcc.gnu.org>
commit02183b453439daa65fc2bb205afef9428f106023
authorjvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Jul 2006 01:36:31 +0000 (4 01:36 +0000)
committerjvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Jul 2006 01:36:31 +0000 (4 01:36 +0000)
treef2a85db2fbef8080a2e4fd3757e25014aaf79285
parent3b146c36e3f5c94d0b2f5b3a2a4a9667d573ad4c
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115168 138bc75d-0d04-0410-961f-82ee72b054a4
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