public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "schwab@linux-m68k.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug middle-end/61396] New: [4.10 regression] ICE in simplify_immed_subreg
Date: Mon, 02 Jun 2014 21:35:00 -0000	[thread overview]
Message-ID: <bug-61396-4@http.gcc.gnu.org/bugzilla/> (raw)

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

            Bug ID: 61396
           Summary: [4.10 regression] ICE in simplify_immed_subreg
           Product: gcc
           Version: 4.10.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: schwab@linux-m68k.org
                CC: zadeck at gcc dot gnu.org
            Target: powerpc-*-*

$ gcc/xgcc -B gcc/ -O2 -maltivec -m32 -S ../gcc/gcc/testsuite/gcc.dg/pr34856.c
../gcc/gcc/testsuite/gcc.dg/pr34856.c: In function ‘f1’:
../gcc/gcc/testsuite/gcc.dg/pr34856.c:29:1: internal compiler error: in
simplify_immed_subreg, at simplify-rtx.c:5333
 }
 ^
0x9af2ab simplify_immed_subreg
        ../../gcc/gcc/simplify-rtx.c:5333
0xdc82ae equiv_constant
        ../../gcc/gcc/cse.c:3814
0xdc89b4 fold_rtx
        ../../gcc/gcc/cse.c:3132
0xdcafc3 cse_insn
        ../../gcc/gcc/cse.c:4602
0xdcff3b cse_extended_basic_block
        ../../gcc/gcc/cse.c:6451
0xdcff3b cse_main
        ../../gcc/gcc/cse.c:6629
0xdd0456 rest_of_handle_cse
        ../../gcc/gcc/cse.c:7474
0xdd0456 execute
        ../../gcc/gcc/cse.c:7518

219f324690529d5ca26ae2081aaee8209132005d is the first bad commit
commit 219f324690529d5ca26ae2081aaee8209132005d
Author: zadeck <zadeck@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Wed Oct 16 16:00:03 2013 +0000

    made rs6000 port support CONST_WIDE_INT

    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/wide-int@203710
138bc75d-0d04-0410-961f-82ee72b054a4

Breakpoint 5, simplify_immed_subreg (outermode=V16QImode, op=0x3fffb78056f0, 
    innermode=V4SImode, byte=0) at ../../gcc/simplify-rtx.c:5179
5179      rtvec result_v = NULL;
(gdb) p op
$1 = (rtx) 0x3fffb78056f0
(gdb) pr
(const_vector:V4SI [
        (const:SI (plus:SI (symbol_ref:SI ("g") [flags 0xc0] <var_decl
0x3fffb76baa18 g>)
                (const_int 32 [0x20])))
        (const_int 0 [0])
        (const_int 0 [0])
        (const_int 0 [0])
    ])
>From gcc-bugs-return-453027-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Mon Jun 02 22:02:40 2014
Return-Path: <gcc-bugs-return-453027-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 17694 invoked by alias); 2 Jun 2014 22:02:40 -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 17234 invoked by uid 48); 2 Jun 2014 22:02:35 -0000
From: "schwab@linux-m68k.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/61397] [4.10 regression] FAIL: gcc.target/powerpc/p8vector-ldst.c scan-assembler lxsdx
Date: Mon, 02 Jun 2014 22:02: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: 4.10.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: schwab@linux-m68k.org
X-Bugzilla-Status: UNCONFIRMED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 4.10.0
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: target_milestone
Message-ID: <bug-61397-4-I4li5UK5RQ@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-61397-4@http.gcc.gnu.org/bugzilla/>
References: <bug-61397-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-06/txt/msg00109.txt.bz2
Content-length: 290

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

Andreas Schwab <schwab@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.10.0


             reply	other threads:[~2014-06-02 21:35 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-02 21:35 schwab@linux-m68k.org [this message]
2014-06-02 21:35 ` [Bug middle-end/61396] " schwab@linux-m68k.org
2014-06-23 20:39 ` iains at gcc dot gnu.org
2014-06-24 12:23 ` iains at gcc dot gnu.org
2014-07-22  4:38 ` [Bug target/61396] " segher at gcc dot gnu.org
2014-07-23 13:46 ` segher at gcc dot gnu.org
2014-07-23 22:01 ` mikestump at comcast dot net

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-61396-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).