------- Comment #4 from sgk at troutmask dot apl dot washington dot edu  
2006-10-02 19:08 -------
Subject: Re:   New: gfortran.dg/exponent_1.f90 failure

On Mon, Oct 02, 2006 at 09:32:55AM -0000, fxcoudert at gcc dot gnu dot org
wrote:
> gfortran.dg/exponent_1.f90 is failing at all optimization levels on
> x86_64-linux (see 
> http://gcc.gnu.org/ml/gcc-testresults/2006-10/msg00081.html).
> Here is the problem:
> 
> $ cat exponent_1.f90 
>   real, parameter :: one = 1.0
>   print *, exponent(one)
>   if (exponent(one) /= 1.0) call abort
>   end

I can't reproduce this. :(

troutmask:sgk[243] gfc4x -o z f.f90
troutmask:sgk[244] ./z
           1
troutmask:sgk[245] gfc4x -o z -O f.f90
troutmask:sgk[246] ./z
           1
troutmask:sgk[247] gfc4x -o z -O2 f.f90
troutmask:sgk[248] ./z
           1
troutmask:sgk[249] gfc4x -o z -O3 f.f90
troutmask:sgk[250] ./z
           1


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29317

Reply via email to