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/15750] IOLENGTH form of INQUIRE statement not implemented


------- Additional Comments From jblomqvi at cc dot hut dot fi  2004-06-20 15:27 -------
Wow, you're pretty quick, Andrew.. :)

Anyways, I additionally wanted to mention that the test program above fails even
though there is no fault in gfortran, as it assumes a file storage unit (see
fortran standard) of one word (32 bit) while gfortran actually uses a one byte
(8 bit) file storage unit, as the standard recommends.

-- 


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


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