This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/21471] 'POSITION = "APPEND"' doesn't seem to work
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 May 2005 17:21:29 -0000
- Subject: [Bug libfortran/21471] 'POSITION = "APPEND"' doesn't seem to work
- References: <20050509144956.21471.P.Schaffnit@access.rwth-aachen.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-09 17:21 -------
It is a bug in the library as it is being passed correctly to it:
_gfortran_ioparm.position = "APPEND";
_gfortran_ioparm.position_len = 6;
--
What |Removed |Added
----------------------------------------------------------------------------
Component|fortran |libfortran
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21471