--
What|Removed |Added
Target Milestone|--- |4.0.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17175
--- Additional Comments From Tobias dot Schlueter at physik dot
uni-muenchen dot de 2004-12-12 18:53 ---
Subject: Re: set_exponent breaks with integer*8 exponent
dje at gcc dot gnu dot org wrote:
> --- Additional Comments From dje at gcc dot gnu dot org 2004-12-12 17:38
> ---
--- Additional Comments From dje at gcc dot gnu dot org 2004-12-12 17:38
---
The patch fixes the problem on big-endian systems.
--
What|Removed |Added
Status|ASS
--- Additional Comments From tobi at gcc dot gnu dot org 2004-12-11 11:10
---
I'm sure this is fixed, but I don't have one of the affected platforms. I'd be
glad if you could look at your testresults closely, and close this bug, if
appropriate.
--
What|Removed
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-12-11
11:06 ---
Subject: Bug 17175
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2004-12-11 11:06:31
Modified files:
gcc/fortran: ChangeLog iresolve.c
gcc/tes
--- Additional Comments From tobi at gcc dot gnu dot org 2004-12-10 15:32
---
Patch here: http://gcc.gnu.org/ml/fortran/2004-12/msg00099.html
--
What|Removed |Added
--- Additional Comments From tobi at gcc dot gnu dot org 2004-12-10 14:53
---
BTW Paul, this depends on the endianess of your target, the error won't show up
on i686. I'm currently testing a patch which should really fix this.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17175
--- 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 -
--- 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.
However, in testing, I found another nasty:
y = 1/2 + 1/8
!y= 0.125 + 0.5 !!works OK
x = set_exponent (y, 5_4)
print *,x