[Bug target/57232] wcstol.c:213:1: internal compiler error

2014-02-26 Thread jon at beniston dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57232 --- Comment #18 from Jon Beniston jon at beniston dot com --- Thanks, this seems to fix the LM32 port.

[Bug target/57232] wcstol.c:213:1: internal compiler error

2014-02-19 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57232 Alexandre Oliva aoliva at gcc dot gnu.org changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |aoliva

[Bug target/57232] wcstol.c:213:1: internal compiler error

2014-02-19 Thread gcc at jaseg dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57232 --- Comment #16 from Sebastian Götte gcc at jaseg dot net --- Alexandre, curiously, applying this patch to the cross-compiler source tree fixes the problem for me building 4.8.2 for rx-elf using a 4.8.2 x86_64 host gcc. I did not even have to

[Bug target/57232] wcstol.c:213:1: internal compiler error

2014-02-19 Thread nickc at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57232 --- Comment #17 from Nick Clifton nickc at redhat dot com --- Hi Alex, if (reg != hard_frame_pointer_rtx fixed_regs[REGNO (reg)]) cselib_preserve_cfa_base_value (val, REGNO (reg)); This works for the RX port - thanks! Cheers

[Bug target/57232] wcstol.c:213:1: internal compiler error

2014-02-16 Thread gcc at jaseg dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57232 Sebastian Götte gcc at jaseg dot net changed: What|Removed |Added CC||gcc at jaseg dot

[Bug target/57232] wcstol.c:213:1: internal compiler error

2013-07-08 Thread jon at beniston dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57232 Jon Beniston jon at beniston dot com changed: What|Removed |Added CC||jon at beniston dot

[Bug target/57232] wcstol.c:213:1: internal compiler error

2013-07-08 Thread jon at beniston dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57232 Jon Beniston jon at beniston dot com changed: What|Removed |Added CC||nickc at redhat dot

[Bug target/57232] wcstol.c:213:1: internal compiler error

2013-07-08 Thread jon at beniston dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57232 --- Comment #12 from Jon Beniston jon at beniston dot com --- This looks like it might be similar to bug 57636, which has the same ICE on the cr16 port. Suggestion there is that it was introduced in trunk@188870: 2012-06-21 Alexandre Oliva

[Bug target/57232] wcstol.c:213:1: internal compiler error

2013-07-08 Thread jon at beniston dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57232 Jon Beniston jon at beniston dot com changed: What|Removed |Added CC||aoliva at gcc dot

[Bug target/57232] wcstol.c:213:1: internal compiler error

2013-05-24 Thread daniel.calcoen at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57232 --- Comment #9 from daniel.calcoen at cern dot ch --- building gcc-4_7-branch instead of gcc-4_8-branch pass ok (binutils, GMP, MPFR, MPC, and newlib sources remains the same) is some regression introduced in 4.8

[Bug target/57232] wcstol.c:213:1: internal compiler error

2013-05-11 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57232 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Target||rx-elf