This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/17175] set_exponent breaks with integer*8 exponent
- From: "Tobias dot Schlueter at physik dot uni-muenchen dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Dec 2004 13:48:19 -0000
- Subject: [Bug fortran/17175] set_exponent breaks with integer*8 exponent
- References: <20040824203618.17175.dje@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From Tobias dot Schlueter at physik dot uni-muenchen dot de 2004-12-10 13:48 -------
Subject: Re: set_exponent breaks with integer*8 exponent
paulthomas2 at wanadoo dot fr wrote:
> ------- Additional Comments From paulthomas2 at wanadoo dot fr 2004-12-10 13:35 -------
> You have fixed this one, haven't you? cvs 20041205 runs it fine.
I don't think so, maybe it's got hidden by another change.
> However, in testing, I found another nasty:
>
> y = 1/2 + 1/8
> !y= 0.125 + 0.5 !!works OK
1/2 .EQ. 0 in Fortran, same for 1/8, this is integer division :-)
- Tobi
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17175