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/25829] [F2003] Asynchronous IO support



------- Comment #9 from jvdelisle at gcc dot gnu dot org  2008-04-07 22:08 -------
Subject: Bug 25829

Author: jvdelisle
Date: Mon Apr  7 22:07:44 2008
New Revision: 133989

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133989
Log:
2008-04-07  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

        PR fortran/25829 28655
        * io.c (io_tag): Add new tags for decimal, encoding, asynchronous,
        round, sign, and id. (match_open_element): Match new tags.
        (gfc_resolve_open): Resolve new tags. (gfc_match_open): Enable encoding
        for DEFAULT only. Update error messages. (match_dt_element): Fix match
        tag for asynchronous. Update error messages. (gfc_free_inquire): Free
        new expressions. (match_inquire_element): Match new tags.
        (gfc_match_inquire): Add constraint for ID and PENDING.
        (gfc_resolve_inquire): Resolve new tags.
        * trans-io.c (gfc_trans_inquire): Clean up whitespace and fix setting
of
        mask for ID parameter.
        * ioparm.def: Fix order of parameters for pending, round, and sign.
        NOTE: These must line up with the definitions in libgfortran/io/io.h.
or
        things don't work.

Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/io.c
    trunk/gcc/fortran/ioparm.def
    trunk/gcc/fortran/trans-io.c


-- 


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


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