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/14038] [gfortan] Mangled character in Hollerith


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-06 02:39 -------
Confirmed, the problem is in libfortran, I think:

MAIN__ ()
{
<bb 0>:
  _gfortran_filename = "pr14038.f";
  _gfortran_line = 2;
  _gfortran_ioparm.unit = 6;
  _gfortran_ioparm.format = "(1H ,10X,38HFOR OFFICIAL USE ONLY - COPYRIGHT 1978)";
  _gfortran_ioparm.format_len = 51;
  _gfortran_st_write ();
  _gfortran_st_write_done ();
  return;

}

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|fortran                     |libfortran
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-02-06 02:39:08
               date|                            |
            Summary|[gfortan] Mangled character |[gfortan] Mangled character
                   |in Hollerith                |in Hollerith
   Target Milestone|---                         |tree-ssa


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14038


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