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

[Bug libfortran/21471] 'POSITION = "APPEND"' doesn't seem to work


------- 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


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