This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/34654] no unformatted on internal file
- From: "burnus at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Jan 2008 08:13:17 -0000
- Subject: [Bug fortran/34654] no unformatted on internal file
- References: <bug-34654-6642@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from burnus at gcc dot gnu dot org 2008-01-05 08:13 -------
Fails for '*', e.g.:
gfortran.dg/arrayio_10.f90:8.7:
read(arraydata,*,iostat=iostat)tmp
1
Error: Unformatted I/O is not possible on an internal file at (1)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34654