[Bug target/55426] gcc.target/arm/neon-vld1_dupQ.c ICEs on armeb

2014-02-25 Thread ktkachov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55426 ktkachov at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug target/55426] gcc.target/arm/neon-vld1_dupQ.c ICEs on armeb

2014-02-25 Thread ktkachov at gcc dot gnu.org
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

[Bug target/55426] gcc.target/arm/neon-vld1_dupQ.c ICEs on armeb

2014-02-25 Thread ktkachov at gcc dot gnu.org
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

[Bug target/55426] gcc.target/arm/neon-vld1_dupQ.c ICEs on armeb

2014-02-25 Thread ktkachov at gcc dot gnu.org
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|

[Bug target/55426] gcc.target/arm/neon-vld1_dupQ.c ICEs on armeb

2012-11-30 Thread mmatti.gcc at gmail dot com
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

[Bug target/55426] gcc.target/arm/neon-vld1_dupQ.c ICEs on armeb

2012-11-30 Thread mmatti.gcc at gmail dot com
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

[Bug target/55426] gcc.target/arm/neon-vld1_dupQ.c ICEs on armeb

2012-11-27 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55426 Ramana Radhakrishnan changed: What|Removed |Added CC||ramana at gcc dot gnu.org

[Bug target/55426] gcc.target/arm/neon-vld1_dupQ.c ICEs on armeb

2012-11-27 Thread mmatti.gcc at gmail dot com
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

[Bug target/55426] gcc.target/arm/neon-vld1_dupQ.c ICEs on armeb

2012-11-21 Thread christophe.lyon at st dot com
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.