public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "trippels at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/64093] [5 Regression] ICE error: unrecognizable insn with -mcpu=cell
Date: Thu, 27 Nov 2014 11:23:00 -0000	[thread overview]
Message-ID: <bug-64093-4-2j1wmz6pIM@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-64093-4@http.gcc.gnu.org/bugzilla/>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="UTF-8", Size: 3071 bytes --]

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

--- Comment #2 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
(In reply to Andrew Pinski from comment #1)
> Try this patch:
> Index: rs6000.md
> ===================================================================
> --- rs6000.md	(revision 218072)
> +++ rs6000.md	(working copy)
> @@ -2644,7 +2644,8 @@ (define_expand "and<mode>3"
>      }
>  
>    if (logical_const_operand (operands[2], <MODE>mode)
> -      && !any_mask_operand (operands[2], <MODE>mode))
> +      && !any_mask_operand (operands[2], <MODE>mode)
> +      && rs6000_gen_cell_microcode)
>      {
>        emit_insn (gen_and<mode>3_imm (operands[0], operands[1],
> operands[2]));
>        DONE;

This fixes the problem. Thanks.
>From gcc-bugs-return-468754-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu Nov 27 11:25:12 2014
Return-Path: <gcc-bugs-return-468754-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 13387 invoked by alias); 27 Nov 2014 11:25:11 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 13352 invoked by uid 48); 27 Nov 2014 11:25:07 -0000
From: "trippels at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/64093] [5 Regression] ICE error: unrecognizable insn with -mcpuÎll
Date: Thu, 27 Nov 2014 11:25:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: target
X-Bugzilla-Version: 5.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: trippels at gcc dot gnu.org
X-Bugzilla-Status: UNCONFIRMED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-64093-4-uYZvFlkLRc@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-64093-4@http.gcc.gnu.org/bugzilla/>
References: <bug-64093-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-11/txt/msg03226.txt.bz2
Content-length: 498

https://gcc.gnu.org/bugzilla/show_bug.cgi?idd093

--- Comment #3 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
Only to hit another issue:

arch/powerpc/mm/pgtable.c:208:1: error: unrecognizable insn:
 }
 ^
(insn 53 52 54 6 (set (reg:DI 213 [ bits ])
        (and:DI (reg/v:DI 180 [ entry ])
            (const_int 900 [0x384])))
./arch/powerpc/include/asm/pgtable-ppc64.h:311 -1
     (nil))
arch/powerpc/mm/pgtable.c:208:1: internal compiler error: in extract_insn, at
recog.c:2327


  reply	other threads:[~2014-11-27 11:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-27 11:05 [Bug target/64093] New: " trippels at gcc dot gnu.org
2014-11-27 11:23 ` trippels at gcc dot gnu.org [this message]
2014-11-27 11:35 ` [Bug target/64093] " pinskia at gcc dot gnu.org
2014-11-27 17:10 ` segher at gcc dot gnu.org
2014-11-28 16:26 ` segher at gcc dot gnu.org
2014-11-28 16:33 ` segher 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-64093-4-2j1wmz6pIM@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).