public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "simonb at google dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug inline-asm/54273] New: [4.7] ICE in extract_constrain_insn_cached with --float=soft, --target=powerpc-unknown-linux-gnu
Date: Wed, 15 Aug 2012 16:24:00 -0000	[thread overview]
Message-ID: <bug-54273-4@http.gcc.gnu.org/bugzilla/> (raw)

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54273

             Bug #: 54273
           Summary: [4.7] ICE in extract_constrain_insn_cached with
                    --float=soft, --target=powerpc-unknown-linux-gnu
    Classification: Unclassified
           Product: gcc
           Version: 4.7.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: inline-asm
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: simonb@google.com


gcc.target/powerpc/regnames-1.c fails in gcc-4_7-branch at r190414 with
--target=powerpc-unknown-linux-gnu --float=soft.  I haven't yet checked 4.8.

Repro, using a cross-gcc hosted on x86_64:

  configure \
  --enable-languages=c \
  --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnu \
  --target=powerpc-unknown-linux-gnu \
  --with-float=soft

  make -j6 all-gcc
  make RUNTESTFLAGS='powerpc.exp=regnames-1.c' check-gcc

...
FAIL: gcc.target/powerpc/regnames-1.c (internal compiler error)
...
.../gcc/testsuite/gcc.target/powerpc/regnames-1.c:8:1: error: insn does not
satisfy its constraints:
(insn 20 2 33 (set (mem/c:DF (plus:SI (reg/f:SI 31 %r31)
                (const_int 8 [0x8])) [0 S8 A64])
        (reg/v:DF 49 %f17 [ f17 ]))
.../gcc/testsuite/gcc.target/powerpc/regnames-1.c:7 282 {*movdf_softfloat32}
     (nil))
.../gcc/testsuite/gcc.target/powerpc/regnames-1.c:8:1: internal compiler error:
in extract_constrain_insn_cached, at recog.c:2038


             reply	other threads:[~2012-08-15 16:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-15 16:24 simonb at google dot com [this message]
2021-12-27  7:17 ` [Bug target/54273] ICE with global floating register and soft float pinskia 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-54273-4@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).