This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/15750] IOLENGTH form of INQUIRE statement not implemented
- From: "jblomqvi at cc dot hut dot fi" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Jun 2004 15:27:33 -0000
- Subject: [Bug fortran/15750] IOLENGTH form of INQUIRE statement not implemented
- References: <20040531143638.15750.jblomqvi@cc.hut.fi>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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