This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/31781] fortran regressions on trunk if you --disable-checking
- From: "dfranke at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 May 2007 21:57:30 -0000
- Subject: [Bug fortran/31781] fortran regressions on trunk if you --disable-checking
- References: <bug-31781-11013@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from dfranke at gcc dot gnu dot org 2007-05-03 22:57 -------
With "--enable-checking", the same dump as shown in comment #3 looks like:
$> cat repeat.f90.003t.original
MAIN__ ()
{
_gfortran_set_std (68, 127, 0, 0, 0);
{
struct __st_parameter_dt dt_parm.0;
dt_parm.0.common.filename = "repeat.f90";
dt_parm.0.common.line = 3;
dt_parm.0.common.unit = 6;
dt_parm.0.common.flags = 128;
_gfortran_st_write (&dt_parm.0);
_gfortran_transfer_character (&dt_parm.0, "aa: ", 4);
_gfortran_transfer_character (&dt_parm.0, "aa", 2); # <-------
_gfortran_st_write_done (&dt_parm.0);
}
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31781