RE: g77 Fortran direct access

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux