This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/32942] Wrong code with with -fdefault-integer-8
- From: "dominiq at lps dot ens dot fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Jul 2007 20:21:28 -0000
- Subject: [Bug fortran/32942] Wrong code with with -fdefault-integer-8
- References: <bug-32942-12313@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from dominiq at lps dot ens dot fr 2007-07-31 20:21 -------
Subject: Re: Wrong code with with -fdefault-integer-8
> That appears to work.
Confirmed, we have now:
_gfortran_st_write (&dt_parm.1);
{
int8 D.961;
D.961 = (int8) _gfortran_exponent_r4 (x);
_gfortran_transfer_integer (&dt_parm.1, &D.961, 8);
}
_gfortran_st_write_done (&dt_parm.1);
}
I'll launch a run of the testsuite with -fdefault-integer-8 to see how
many tests pass with this patch.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32942