This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/31120] ICE with integer_exponentiation_1.f90 and -ffast-math
- 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: 10 Mar 2007 10:25:43 -0000
- Subject: [Bug fortran/31120] ICE with integer_exponentiation_1.f90 and -ffast-math
- References: <bug-31120-12313@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from dominiq at lps dot ens dot fr 2007-03-10 10:25 -------
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). On OSX 10.3.9 I get
Out of stack space.
Try running 'limit stacksize unlimited' in the shell to raise its limit.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31120