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 fortran/31781] fortran regressions on trunk if you --disable-checking



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


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