This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/14038] [gfortan] Mangled character in Hollerith
- 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: 6 Feb 2004 02:39:14 -0000
- Subject: [Bug libfortran/14038] [gfortan] Mangled character in Hollerith
- References: <20040206023456.14038.bdavis9659@comcast.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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