[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 --- Thanks, this seems to fix the LM32 port.

[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 --- 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 Nick

[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 --- 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 rebuild the host gcc.

[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 changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |aoliva at gcc dot gnu.org --- C

[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 changed: What|Removed |Added CC||gcc at jaseg dot net --- Comment #14 fr

[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 changed: What|Removed |Added CC||aoliva at gcc dot gnu.org --- Comment #13

[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 --- 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 PR debug/53671

[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 changed: What|Removed |Added CC||nickc at redhat dot com --- Comment #11 fr

[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 changed: What|Removed |Added CC||jon at beniston dot com --- Comment #10 fr

[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 changed: What|Removed |Added Target||rx-elf Status|WAITING