This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
RE: g77 Fortran direct access
- From: bud davis <bdavis9659 at comcast dot net>
- To: gcc-help at gcc dot gnu dot org
- Cc: ruediger dot brand at t-online dot de
- Date: 29 Oct 2003 19:18:12 -0600
- Subject: RE: g77 Fortran direct access
- Organization:
Yes indeed, you have found a bug in g77. It was a regression from
gcc-2.95.
The file was being opened "FORMATTED" giving you the error.
"formatted io not allowed", /* 102 */
This bug is fixed in all released versions > 3.2.3
For more info:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10197
regards,
bud davis
> Hello,
>
> i use the following g77-version (after a update of suse linux)
>
> GNU Fortran (GCC) 3.3 20030226 (prerelease) (SuSE Linux)
> Copyright (C) 2002 Free Software Foundation, Inc.
>
> GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
> You may redistribute copies of GNU Fortran
> under the terms of the GNU General Public License.
> For more information about these matters, see the file named COPYING
> or type the command `info -f g77 Copying'
>
> and have now problems writing direct access files in fortran.
>
> I use a test-programm (see attachment test.f) and get the iostat-error
> 102, but I don't know why.
>
> Thank you in advanced
>
> Ruediger Brand