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 libfortran/25510] Add ERROR_INTERNAL and ERROR_INTERNAL_UNIT



------- Comment #4 from jvdelisle at gcc dot gnu dot org  2006-01-01 03:49 -------
Subject: Bug 25510

Author: jvdelisle
Date: Sun Jan  1 03:49:00 2006
New Revision: 109212

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109212
Log:
2005-12-31  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

        PR libgfortran/25139
        * io/unix.c (fd_truncate): Set s->active to zero.
        PR libgfortran/25510
        * libgfortran.h: Add ERROR_INTERNAL and ERROR_INTERNAL_UNIT.
        * runtime/error.c (translate_error): Add messages for new errors.
        * io/list_read.c (next_char): Use new errors.
        * io/transfer.c (next_record_r) (next_record_w): Use new errors.

Modified:
    branches/gcc-4_1-branch/libgfortran/ChangeLog
    branches/gcc-4_1-branch/libgfortran/io/list_read.c
    branches/gcc-4_1-branch/libgfortran/io/transfer.c
    branches/gcc-4_1-branch/libgfortran/io/unix.c
    branches/gcc-4_1-branch/libgfortran/libgfortran.h
    branches/gcc-4_1-branch/libgfortran/runtime/error.c


-- 


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



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