public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/61396] [4.10 regression] ICE in simplify_immed_subreg
  2014-06-02 21:35 [Bug middle-end/61396] New: [4.10 regression] ICE in simplify_immed_subreg schwab@linux-m68k.org
@ 2014-06-02 21:35 ` schwab@linux-m68k.org
  2014-06-23 20:39 ` iains at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: schwab@linux-m68k.org @ 2014-06-02 21:35 UTC (permalink / raw)
  To: gcc-bugs

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

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

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug middle-end/61396] New: [4.10 regression] ICE in simplify_immed_subreg
@ 2014-06-02 21:35 schwab@linux-m68k.org
  2014-06-02 21:35 ` [Bug middle-end/61396] " schwab@linux-m68k.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: schwab@linux-m68k.org @ 2014-06-02 21:35 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug middle-end/61396] [4.10 regression] ICE in simplify_immed_subreg
  2014-06-02 21:35 [Bug middle-end/61396] New: [4.10 regression] ICE in simplify_immed_subreg schwab@linux-m68k.org
  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
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: iains at gcc dot gnu.org @ 2014-06-23 20:39 UTC (permalink / raw)
  To: gcc-bugs

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

Iain Sandoe <iains at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dominiq at lps dot ens.fr

--- Comment #2 from Iain Sandoe <iains at gcc dot gnu.org> ---
*** Bug 61589 has been marked as a duplicate of this bug. ***


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug middle-end/61396] [4.10 regression] ICE in simplify_immed_subreg
  2014-06-02 21:35 [Bug middle-end/61396] New: [4.10 regression] ICE in simplify_immed_subreg schwab@linux-m68k.org
  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
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: iains at gcc dot gnu.org @ 2014-06-24 12:23 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Iain Sandoe <iains at gcc dot gnu.org> ---
notes that Dominique added to the dup:

Revision r209530 is OK, r210534 is not, likely a wide-int fallout.

(of course, it could be latent-revealed-by, but would be good for a wide-int
person to take a look)


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/61396] [4.10 regression] ICE in simplify_immed_subreg
  2014-06-02 21:35 [Bug middle-end/61396] New: [4.10 regression] ICE in simplify_immed_subreg schwab@linux-m68k.org
                   ` (2 preceding siblings ...)
  2014-06-24 12:23 ` iains at gcc dot gnu.org
@ 2014-07-22  4:38 ` 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
  5 siblings, 0 replies; 7+ messages in thread
From: segher at gcc dot gnu.org @ 2014-07-22  4:38 UTC (permalink / raw)
  To: gcc-bugs

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

Segher Boessenkool <segher at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |segher at gcc dot gnu.org
          Component|middle-end                  |target
           Assignee|unassigned at gcc dot gnu.org      |segher at gcc dot gnu.org

--- Comment #5 from Segher Boessenkool <segher at gcc dot gnu.org> ---
It's a target problem.  I have a patch.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/61396] [4.10 regression] ICE in simplify_immed_subreg
  2014-06-02 21:35 [Bug middle-end/61396] New: [4.10 regression] ICE in simplify_immed_subreg schwab@linux-m68k.org
                   ` (3 preceding siblings ...)
  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
  5 siblings, 0 replies; 7+ messages in thread
From: segher at gcc dot gnu.org @ 2014-07-23 13:46 UTC (permalink / raw)
  To: gcc-bugs

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

Segher Boessenkool <segher at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from Segher Boessenkool <segher at gcc dot gnu.org> ---
Fixed.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/61396] [4.10 regression] ICE in simplify_immed_subreg
  2014-06-02 21:35 [Bug middle-end/61396] New: [4.10 regression] ICE in simplify_immed_subreg schwab@linux-m68k.org
                   ` (4 preceding siblings ...)
  2014-07-23 13:46 ` segher at gcc dot gnu.org
@ 2014-07-23 22:01 ` mikestump at comcast dot net
  5 siblings, 0 replies; 7+ messages in thread
From: mikestump at comcast dot net @ 2014-07-23 22:01 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from Mike Stump <mikestump at comcast dot net> ---
So when you compose the svn comments, compose them from a cut and paste of sed
20q ChangeLog, exactly.  In this case, you did this:

rs6000: fix for PR61396 (wide-int fallout)

CONSTANT_P is true for more than just all kinds of constant number.
This patch undoes that part of the wide-int patches.

but the ChangeLog was like this:

    PR target/61396
    * config/rs6000/rs6000.c (paired_expand_vector_init): Only allow
    constant numbers, not general constants.
    (rs6000_expand_vector_init): Ditto.

You used to do this, but stopped.  The problem with how you are doing it is
that the svn bugzilla integration actually looks for the PR target/ line and
links the change in svn into bugzilla.  Without that, no link.   Thanks.


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-07-23 22:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-02 21:35 [Bug middle-end/61396] New: [4.10 regression] ICE in simplify_immed_subreg schwab@linux-m68k.org
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

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