This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/29602] New: I/O specifiers can now be of any kind
- From: "fxcoudert at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Oct 2006 08:31:45 -0000
- Subject: [Bug fortran/29602] New: I/O specifiers can now be of any kind
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
A few restrictions were lifted in F2003:
* The following OPEN numeric values can be of any kind: RECL=
* The following READ and WRITE numeric values can be of any kind:
REC=, SIZE=
* The following INQUIRE numeric values can be of any kind:
NEXTREC=, NUMBER=, RECL=, SIZE=
* In all I/O statements, the following numeric values can be of any
kind: UNIT=, IOSTAT=
--
Summary: I/O specifiers can now be of any kind
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: fxcoudert at gcc dot gnu dot org
OtherBugsDependingO 20585
nThis:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29602