This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/31201] Too large unit number generates wrong code



------- Comment #9 from jvdelisle at gcc dot gnu dot org  2007-05-06 23:28 -------
Subject: Bug 31201

Author: jvdelisle
Date: Sun May  6 22:28:31 2007
New Revision: 124479

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124479
Log:
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.

Modified:
    trunk/libgfortran/ChangeLog
    trunk/libgfortran/gfortran.map
    trunk/libgfortran/io/lock.c
    trunk/libgfortran/io/transfer.c
    trunk/libgfortran/libgfortran.h
    trunk/libgfortran/runtime/error.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31201


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]