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/31120] ICE with integer_exponentiation_1.f90 and -ffast-math



------- Comment #2 from tkoenig at gcc dot gnu dot org  2007-03-10 12:33 -------
(In reply to comment #1)
> FX Coudert reported that compiling the following code
> 
>   real :: a, b
>   a = 3.0
>   b = a**(-4294967296_8)
>   print *, b
>   end
> 
> segfaults on i686-linux (without -ffast-math).

This is closely related to PR 30834.


-- 

tkoenig at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tkoenig at gcc dot gnu dot
                   |                            |org


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


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