[Bug target/68454] internal compiler error: Segmentation fault

2016-07-10 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68454 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug target/68454] internal compiler error: Segmentation fault

2015-11-26 Thread luser.droog at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68454 --- Comment #14 from M Joshua Ryan --- Created attachment 36850 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36850&action=edit gmp component triggering the same error I've been able to modify some of the gmp sources to avoid this bug, by

[Bug target/68454] internal compiler error: Segmentation fault

2015-11-25 Thread luser.droog at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68454 --- Comment #13 from M Joshua Ryan --- I get the same error compiling GMP. Following instructions from http://stackoverflow.com/a/9450422/733077 josh@LAPTOP-ILO10OOF /tmp $ cd gmp-4.3.2 josh@LAPTOP-ILO10OOF /tmp/gmp-4.3.2 $ mkdir ../gcc josh@

[Bug target/68454] internal compiler error: Segmentation fault

2015-11-25 Thread luser.droog at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68454 --- Comment #12 from M Joshua Ryan --- (In reply to Andrew Pinski from comment #10) > This sounds related to GMP/MPFR, can you recompile those? Downloading the src packages now. Will update.

[Bug target/68454] internal compiler error: Segmentation fault

2015-11-24 Thread luser.droog at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68454 --- Comment #11 from M Joshua Ryan --- Created attachment 36831 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36831&action=edit additional source triggering same error Having successfully compiled the other file, I have received the same

[Bug target/68454] internal compiler error: Segmentation fault

2015-11-24 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68454 --- Comment #10 from Andrew Pinski --- This sounds related to GMP/MPFR, can you recompile those?

[Bug target/68454] internal compiler error: Segmentation fault

2015-11-24 Thread luser.droog at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68454 --- Comment #9 from M Joshua Ryan --- Investigated the offending source line a little deeper. It now looks to me like it has to do with mixed floating/integer arithmetic, especially with bizarre types like `time_t`. Changing the source to use all

[Bug target/68454] internal compiler error: Segmentation fault

2015-11-24 Thread luser.droog at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68454 --- Comment #8 from M Joshua Ryan --- Yes, I think it must be something unique to cygwin over windows 10. This code compiles fine with gcc on cygwin/win8, mingw, linux, suncc on solaris, and even MSVC. I suppose it could even be something in the

[Bug target/68454] internal compiler error: Segmentation fault

2015-11-24 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68454 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org Com