public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: Manjunath Matti <mmatti.gcc@gmail.com>
To: gcc-bugs@gcc.gnu.org
Cc: ramana.radhakrishnan@linaro.org,
	Christophe Lyon <christophe.lyon@st.com>
Subject: ARM/NEON: vld1q_dup_s64 builtin
Date: Wed, 21 Nov 2012 10:08:00 -0000	[thread overview]
Message-ID: <CA+q7Fi4s4wQZ2aTnDq1XDKC0610CjGxbB3A+AZw-sW65vA1B_g@mail.gmail.com> (raw)

Hi,

I have encountered a following ICE on arm big endian target

{{{
neon-vld1_dupQ.c: In function ‘main’:
neon-vld1_dupQ.c:24:1: error: unrecognizable insn:
(insn 94 93 31 (set (subreg:DI (reg:V2DI 95 d16 [orig:137 D.14400 ] [137]) 0)
        (subreg:DI (reg:V2DI 95 d16 [orig:137 D.14400 ] [137]) 8))
/home/armbe/toolchain/armeb-tools/bin/../lib/gcc/armeb-montavista-linux-gnueabi/4.7.0/include/arm_neon.h:8214
-1
     (nil))
neon-vld1_dupQ.c:24:1: internal compiler error: in extract_insn, at recog.c:2123
Please submit a full bug report,
}}}

My initial investigation shows that the following patch (split insn)
http://gcc.gnu.org/ml/gcc-patches/2012-05/msg01131.html is causing
this failure.
I think the CANNOT_CHANGE_MODE_CLASS macro is present and also plays a
role in not allowing the mov of DImode in this case.

If I revert the patch then I do not encounter this problem. Could you help
me with the pointers to solve this problem.

Regards,
Manjunath S Matti.


                 reply	other threads:[~2012-11-21 10:08 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CA+q7Fi4s4wQZ2aTnDq1XDKC0610CjGxbB3A+AZw-sW65vA1B_g@mail.gmail.com \
    --to=mmatti.gcc@gmail.com \
    --cc=christophe.lyon@st.com \
    --cc=gcc-bugs@gcc.gnu.org \
    --cc=ramana.radhakrishnan@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).