public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "kito at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/96759] ICE in extract_insn, at recog.c:2294
Date: Wed, 02 Sep 2020 09:08:10 +0000	[thread overview]
Message-ID: <bug-96759-4-InHG1sgwz7@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-96759-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96759

--- Comment #2 from Kito Cheng <kito at gcc dot gnu.org> ---
It work on GCC 9, GCC will split that into two plain move instead of move from
a (subreg (parallel [(reg) (reg)])).

(insn 23 22 24 (set (reg:SI 83)
        (reg:SI 10 a0)) "g++.target/riscv/pr96759.C":8:38 -1
     (nil)) 

(insn 24 23 25 (set (reg:DF 84)
        (reg:DF 42 fa0)) "g++.target/riscv/pr96759.C":8:38 -1
     (nil)) 

But it will ICE after GCC 10, try to bisect to figure out the reason.

  parent reply	other threads:[~2020-09-02  9:08 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-24  7:41 [Bug target/96759] New: " marxin at gcc dot gnu.org
2020-08-24  8:52 ` [Bug target/96759] " kito at gcc dot gnu.org
2020-09-02  9:08 ` kito at gcc dot gnu.org [this message]
2020-09-03  6:30 ` [Bug target/96759] [10/11 Regression] " kito at gcc dot gnu.org
2020-10-14  3:55 ` cvs-commit at gcc dot gnu.org
2020-10-14 14:54 ` kito at gcc dot gnu.org
2020-10-16 12:19 ` rguenth at gcc dot gnu.org
2020-10-22  8:38 ` cvs-commit at gcc dot gnu.org
2020-10-22  9:18 ` kito at gcc dot gnu.org

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=bug-96759-4-InHG1sgwz7@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.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).