This is the mail archive of the gcc-help@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]

RE: g77 Fortran direct access


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


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