https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61522
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
CC
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
*
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61522
Ramana Radhakrishnan changed:
What|Removed |Added
Status|NEW |ASSIGNED
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)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61522
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |4.10.0
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61522
Ramana Radhakrishnan changed:
What|Removed |Added
CC||christophe.lyon at st dot com
---
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61522
Ramana Radhakrishnan changed:
What|Removed |Added
Keywords||ice-on-valid-code
Tar