This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/22412] Fortran B edit descriptor error
- From: "dje at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Jul 2005 21:57:15 -0000
- Subject: [Bug libfortran/22412] Fortran B edit descriptor error
- References: <20050711180647.22412.dje@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From dje at gcc dot gnu dot org 2005-07-11 21:57 -------
btoa() is overwriting the buffer scratch. Although btoa() is in write.c, the
buffer scratch is defined in transfer.c, so optimizing transfer.c changes the
placement of scratch and exposes the failure.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22412