[Bug rtl-optimization/61522] [4.10 regression] ICE while building libgcc in LRA

2014-07-02 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61522 ktkachov at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC

[Bug rtl-optimization/61522] [4.10 regression] ICE while building libgcc in LRA

2014-06-16 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61522 --- Comment #5 from Vladimir Makarov --- Author: vmakarov Date: Mon Jun 16 15:55:03 2014 New Revision: 211711 URL: https://gcc.gnu.org/viewcvs?rev=211711&root=gcc&view=rev Log: 2014-06-16 Vladimir Makarov PR rtl-optimization/61522 *

[Bug rtl-optimization/61522] [4.10 regression] ICE while building libgcc in LRA

2014-06-16 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61522 Ramana Radhakrishnan changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug rtl-optimization/61522] [4.10 regression] ICE while building libgcc in LRA

2014-06-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61522 --- Comment #4 from Richard Biener --- if (lra_reg_info[regno].restore_regno < 0 || ! bitmap_bit_p (&lra_inheritance_pseudos, regno) || (spill_class = ((enum reg_class)

[Bug rtl-optimization/61522] [4.10 regression] ICE while building libgcc in LRA

2014-06-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61522 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.10.0

[Bug rtl-optimization/61522] [4.10 regression] ICE while building libgcc in LRA

2014-06-16 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61522 --- Comment #3 from Ramana Radhakrishnan --- Appears to begin with Commit 211655: 2014-06-13 Vladimir Makarov * lra-assign.c (assign_by_spills): Add code to assign vector regs to inheritance pseudos. * config/i386/i3

[Bug rtl-optimization/61522] [4.10 regression] ICE while building libgcc in LRA

2014-06-16 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61522 Ramana Radhakrishnan changed: What|Removed |Added CC||christophe.lyon at st dot com ---

[Bug rtl-optimization/61522] [4.10 regression] ICE while building libgcc in LRA

2014-06-16 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61522 --- Comment #2 from Ramana Radhakrishnan --- Same failure also with ./cc1 -O2 -fPIC -march=armv7-a test.c $> cat test.c typedef int(__kernel_cmpxchg64_t)(const long long *oldval, const long long *newval, lo

[Bug rtl-optimization/61522] [4.10 regression] ICE while building libgcc in LRA

2014-06-16 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61522 Ramana Radhakrishnan changed: What|Removed |Added Keywords||ice-on-valid-code Tar