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/34795] inquire statement , direct= specifier incorrectly returns YES



------- Comment #7 from jvdelisle at gcc dot gnu dot org  2008-01-20 07:01 -------
Fixed:

Revision 131672 - (view) (download) - [select for diffs]
Modified Sun Jan 20 06:33:49 2008 UTC (26 minutes, 35 seconds ago) by jvdelisle
File length: 12184 byte(s)
Diff to previous 130805 (colored)

2008-01-19  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

        * io/inquire.c (inquire_via_unit): If a unit is opened, return values
        according to the open action for DIRECT, FORMATTED, and UNFORMATTED.
        (inquire_via_filename): Return "UNKNOWN" for SEQUENTIAL, DIRECT,
        FORAMATTED, and UNFORMATTED inquiries.
        * io/unix.c (inquire_sequential): Return "UNKNOWN" when appropriate
        for files that are not opened. (inquire_direct): Same.
        (inquire_formatted): Same.


-- 

jvdelisle at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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