]> git.ipfire.org Git - thirdparty/gcc.git/commit
2007-05-06 Jerry DeLisle <jvdelisle@gcc.gnu.org>
authorjvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 6 May 2007 22:28:31 +0000 (22:28 +0000)
committerjvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 6 May 2007 22:28:31 +0000 (22:28 +0000)
commit13f02ebc93cfbda419d1008b88b16b791ed9a5ee
treeda33f84dfec782004c14205e386d8a57f79aecc9
parentc15062b7ed8684a647d5dede3ef243056cb46158
2007-05-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/31201
* runtime/error.c (runtime_error_at): New function.
(generate_error): Export this function.
* gfortran.map: Add _gfortran_generate_error and
_gfortran_runtime_error_at.
* libgfortran.h: Add comment to reference error codes in front end.
(library_start): Locate prototype with library_end macro and add
a new comment.  Add prototype for runtime_error_at. Export prototype for
generate_error.
* io/lock.c (library_start): Fix check for error condition.
* io/transfer.c (data_transfer_init): Add library check.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@124479 138bc75d-0d04-0410-961f-82ee72b054a4
libgfortran/ChangeLog
libgfortran/gfortran.map
libgfortran/io/lock.c
libgfortran/io/transfer.c
libgfortran/libgfortran.h
libgfortran/runtime/error.c