public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/65661] New: ICE in operator[], at vec.h:736, called from partition_view_init
@ 2015-04-02 11:15 vries at gcc dot gnu.org
  2015-04-02 11:26 ` [Bug tree-optimization/65661] " vries at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: vries at gcc dot gnu.org @ 2015-04-02 11:15 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 65661
           Summary: ICE in operator[], at vec.h:736, called from
                    partition_view_init
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: vries at gcc dot gnu.org

$ gcc src/gcc/testsuite/c-c++-common/ubsan/object-size-9.c
src/gcc/testsuite/c-c++-common/ubsan/object-size-9.c: In function ‘f1’:
src/gcc/testsuite/c-c++-common/ubsan/object-size-9.c:17:1: internal compiler
error: in operator[], at vec.h:736
 f1 (struct T x, int i)
 ^
0x6b2ac0 vec<tree_node*, va_gc, vl_embed>::operator[](unsigned int)
    /home/vries/gcc_versions/devel/src/gcc/vec.h:736
0xff2c45 partition_view_init
    /home/vries/gcc_versions/devel/src/gcc/tree-ssa-live.c:314
0xff2f25 partition_view_bitmap(_var_map*, bitmap_head*, bool)
    /home/vries/gcc_versions/devel/src/gcc/tree-ssa-live.c:394
0xfc9ccd coalesce_ssa_name()
    /home/vries/gcc_versions/devel/src/gcc/tree-ssa-coalesce.c:1335
0xf4d560 remove_ssa_form
    /home/vries/gcc_versions/devel/src/gcc/tree-outof-ssa.c:1018
0xf4dee5 rewrite_out_of_ssa(ssaexpand*)
    /home/vries/gcc_versions/devel/src/gcc/tree-outof-ssa.c:1252
0x823ef3 execute
    /home/vries/gcc_versions/devel/src/gcc/cfgexpand.c:5932
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
>From gcc-bugs-return-482574-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu Apr 02 11:17:16 2015
Return-Path: <gcc-bugs-return-482574-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 49696 invoked by alias); 2 Apr 2015 11:17:16 -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 49676 invoked by uid 48); 2 Apr 2015 11:17:12 -0000
From: "vries at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/65661] ICE in operator[], at vec.h:736, called from partition_view_init
Date: Thu, 02 Apr 2015 11:17:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: tree-optimization
X-Bugzilla-Version: 5.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: vries 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-65661-4-1IRBprjS3a@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-65661-4@http.gcc.gnu.org/bugzilla/>
References: <bug-65661-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2015-04/txt/msg00126.txt.bz2
Content-length: 906

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

--- Comment #1 from vries at gcc dot gnu.org ---
At -O2, it's called from parition_to_var:
...
$ gcc src/gcc/testsuite/c-c++-common/ubsan/object-size-9.c -O2
src/gcc/testsuite/c-c++-common/ubsan/object-size-9.c: In function ‘f1’:
src/gcc/testsuite/c-c++-common/ubsan/object-size-9.c:97:1: internal compiler
error: in operator[], at vec.h:736
 }
 ^
0x6b2ac0 vec<tree_node*, va_gc, vl_embed>::operator[](unsigned int)
    /home/vries/gcc_versions/devel/src/gcc/vec.h:736
0xfcd71c partition_to_var
    /home/vries/gcc_versions/devel/src/gcc/tree-ssa-live.h:107
0xfce796 execute
    /home/vries/gcc_versions/devel/src/gcc/tree-ssa-copyrename.c:469
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
...
>From gcc-bugs-return-482575-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu Apr 02 11:20:40 2015
Return-Path: <gcc-bugs-return-482575-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 46335 invoked by alias); 2 Apr 2015 11:20:39 -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 40900 invoked by uid 48); 2 Apr 2015 11:20:36 -0000
From: "mpolacek at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/65661] ICE in operator[], at vec.h:736, called from partition_view_init
Date: Thu, 02 Apr 2015 11:20:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: tree-optimization
X-Bugzilla-Version: 5.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: mpolacek 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: cc
Message-ID: <bug-65661-4-I8Ft3ac4Yz@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-65661-4@http.gcc.gnu.org/bugzilla/>
References: <bug-65661-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: 2015-04/txt/msg00127.txt.bz2
Content-length: 456

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

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mpolacek at gcc dot gnu.org

--- Comment #2 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Duh, I can't reproduce.  Hasn't this been by any chance already fixed?


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

* [Bug tree-optimization/65661] ICE in operator[], at vec.h:736, called from partition_view_init
  2015-04-02 11:15 [Bug tree-optimization/65661] New: ICE in operator[], at vec.h:736, called from partition_view_init vries at gcc dot gnu.org
@ 2015-04-02 11:26 ` vries at gcc dot gnu.org
  2015-04-02 11:46 ` mpolacek at gcc dot gnu.org
  2015-04-02 11:48 ` vries at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: vries at gcc dot gnu.org @ 2015-04-02 11:26 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from vries at gcc dot gnu.org ---
r221833

Configured with: src/configure --prefix=lean-c/install --with-cloog=infra
--with-ppl=infra --with-gmp=infra --with-mpfr=infra --with-mpc=infra
--disable-bootstrap --enable-checking=yes,rtl --enable-languages=c


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

* [Bug tree-optimization/65661] ICE in operator[], at vec.h:736, called from partition_view_init
  2015-04-02 11:15 [Bug tree-optimization/65661] New: ICE in operator[], at vec.h:736, called from partition_view_init vries at gcc dot gnu.org
  2015-04-02 11:26 ` [Bug tree-optimization/65661] " vries at gcc dot gnu.org
@ 2015-04-02 11:46 ` mpolacek at gcc dot gnu.org
  2015-04-02 11:48 ` vries at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2015-04-02 11:46 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
x86_64?


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

* [Bug tree-optimization/65661] ICE in operator[], at vec.h:736, called from partition_view_init
  2015-04-02 11:15 [Bug tree-optimization/65661] New: ICE in operator[], at vec.h:736, called from partition_view_init vries at gcc dot gnu.org
  2015-04-02 11:26 ` [Bug tree-optimization/65661] " vries at gcc dot gnu.org
  2015-04-02 11:46 ` mpolacek at gcc dot gnu.org
@ 2015-04-02 11:48 ` vries at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: vries at gcc dot gnu.org @ 2015-04-02 11:48 UTC (permalink / raw)
  To: gcc-bugs

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

vries at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #5 from vries at gcc dot gnu.org ---
I ran into this problem with what I thought was a clean rebuild, but after
doing another clean rebuild, it doesn't reproduce anymore. So it must have been
my error.

Marking resolved, invalid.


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

end of thread, other threads:[~2015-04-02 11:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-02 11:15 [Bug tree-optimization/65661] New: ICE in operator[], at vec.h:736, called from partition_view_init vries at gcc dot gnu.org
2015-04-02 11:26 ` [Bug tree-optimization/65661] " vries at gcc dot gnu.org
2015-04-02 11:46 ` mpolacek at gcc dot gnu.org
2015-04-02 11:48 ` vries at gcc dot gnu.org

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