http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55426
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55426
--- Comment #8 from ktkachov at gcc dot gnu.org ---
Author: ktkachov
Date: Tue Feb 25 10:25:26 2014
New Revision: 208117
URL: http://gcc.gnu.org/viewcvs?rev=208117&root=gcc&view=rev
Log:
PR target/55426
* config/arm/arm.h (CANNOT_CHANGE_MO
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55426
--- Comment #7 from ktkachov at gcc dot gnu.org ---
Author: ktkachov
Date: Tue Feb 25 10:20:40 2014
New Revision: 208116
URL: http://gcc.gnu.org/viewcvs?rev=208116&root=gcc&view=rev
Log:
PR target/55426
* config/arm/arm.h (CANNOT_CHANGE_MO
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55426
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55426
--- Comment #5 from Manjunath S Matti 2012-11-30
09:28:04 UTC ---
The "define_insn_and_split "neon_vld1_dupv2di" contains the DI move pattern
as second instruction in split. The pattern generated for the move are
subreg:DI (Reg:VDI) to s
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55426
--- Comment #4 from Manjunath S Matti 2012-11-30
09:26:04 UTC ---
Created attachment 28836
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28836
Proposed fix
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55426
Ramana Radhakrishnan changed:
What|Removed |Added
CC||ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55426
--- Comment #2 from Manjunath S Matti 2012-11-27
13:43:43 UTC ---
(In reply to comment #1)
> Reverting the definition of CANNOT_CHANGE_MODE_CLASS introduced on 2012-10-22
> at rev #192687 avoids the ICE too.
I have tried this, reverting
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55426
--- Comment #1 from christophe.lyon at st dot com 2012-11-21 15:50:14 UTC ---
Reverting the definition of CANNOT_CHANGE_MODE_CLASS introduced on 2012-10-22
at rev #192687 avoids the ICE too.