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 target/66563] [4.9 Regression] ICE (segmentation fault) on sh4-linux-gnu


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66563

--- Comment #17 from Kazumoto Kojima <kkojima at gcc dot gnu.org> ---
(In reply to John Paul Adrian Glaubitz from comment #16)
>From the dump and

floatformat.c:529:2: internal compiler error: Segmentation fault
  dto = ldexp (1.0, exponent);

wmfire.c:559:6: internal compiler error: Segmentation fault
      psi = i * 3.14 / 20.0;

it looks that the segfaults happen on some computations of floating
point numbers in compiler itself.  I suspect mpfr libraries of which
functions are used in the dump.
Which version of mpfr/gmp is used for compilers?  mpfr has self
test and you could run it with "make check" in its build directory.


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