public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/58911] New: ice in operator[], at vec.h:827
@ 2013-10-29 12:32 dcb314 at hotmail dot com
  2013-10-29 14:52 ` [Bug tree-optimization/58911] [4.9 Regression] " rguenth at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: dcb314 at hotmail dot com @ 2013-10-29 12:32 UTC (permalink / raw)
  To: gcc-bugs

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

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

            Bug ID: 58911
           Summary: ice in operator[], at vec.h:827
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dcb314 at hotmail dot com

Following on from bug # 54327, I compiled
the attached source code with gcc trunk dated 20131027
with flag -O2.

It said

htslib.c: In function ‘x_escape_http’:
htslib.c:3804:7: internal compiler error: in operator[], at vec.h:827
0xb8fa27 vec<operand_entry*, va_heap, vl_embed>::operator[](unsigned int)
    ../../src/trunk/gcc/vec.h:827
0xb91572 vec<operand_entry*, va_heap, vl_embed>::operator[](unsigned int)
    ../../src/trunk/gcc/tree.h:2792
0xb91572 vec<operand_entry*, va_heap, vl_ptr>::operator[](unsigned int)
    ../../src/trunk/gcc/vec.h:1256
0xb91572 update_ops
    ../../src/trunk/gcc/tree-ssa-reassoc.c:2619
0xb9999f maybe_optimize_range_tests
    ../../src/trunk/gcc/tree-ssa-reassoc.c:2907
0xb9999f reassociate_bb
    ../../src/trunk/gcc/tree-ssa-reassoc.c:4325
0xb98eb7 reassociate_bb
    ../../src/trunk/gcc/tree-ssa-reassoc.c:4482
0xb9b7ab do_reassoc
    ../../src/trunk/gcc/tree-ssa-reassoc.c:4515
0xb9b7ab execute_reassoc
    ../../src/trunk/gcc/tree-ssa-reassoc.c:4597
0xb9b7ab execute
    ../../src/trunk/gcc/tree-ssa-reassoc.c:4639
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-432899-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Tue Oct 29 12:33:33 2013
Return-Path: <gcc-bugs-return-432899-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 31759 invoked by alias); 29 Oct 2013 12:33:32 -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 31718 invoked by uid 48); 29 Oct 2013 12:33:29 -0000
From: "dcb314 at hotmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c/58911] ice in operator[], at vec.h:827
Date: Tue, 29 Oct 2013 12:33:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: c
X-Bugzilla-Version: 4.9.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: dcb314 at hotmail dot com
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: attachments.created
Message-ID: <bug-58911-4-tDUbqYci8H@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-58911-4@http.gcc.gnu.org/bugzilla/>
References: <bug-58911-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: 2013-10/txt/msg02043.txt.bz2
Content-length: 237

http://gcc.gnu.org/bugzilla/show_bug.cgi?idX911

--- Comment #1 from David Binderman <dcb314 at hotmail dot com> ---
Created attachment 31102
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id1102&actioníit
gzipped C source code


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

* [Bug tree-optimization/58911] [4.9 Regression] ice in operator[], at vec.h:827
  2013-10-29 12:32 [Bug c/58911] New: ice in operator[], at vec.h:827 dcb314 at hotmail dot com
@ 2013-10-29 14:52 ` rguenth at gcc dot gnu.org
  2013-10-29 15:02 ` rguenth at gcc dot gnu.org
  2013-10-30  9:58 ` dcb314 at hotmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-10-29 14:52 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2013-10-29
          Component|c                           |tree-optimization
   Target Milestone|---                         |4.9.0
            Summary|ice in operator[], at       |[4.9 Regression] ice in
                   |vec.h:827                   |operator[], at vec.h:827
     Ever confirmed|0                           |1

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Confirmed reducing.


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

* [Bug tree-optimization/58911] [4.9 Regression] ice in operator[], at vec.h:827
  2013-10-29 12:32 [Bug c/58911] New: ice in operator[], at vec.h:827 dcb314 at hotmail dot com
  2013-10-29 14:52 ` [Bug tree-optimization/58911] [4.9 Regression] " rguenth at gcc dot gnu.org
@ 2013-10-29 15:02 ` rguenth at gcc dot gnu.org
  2013-10-30  9:58 ` dcb314 at hotmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-10-29 15:02 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
Created attachment 31106
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31106&action=edit
autoreduced testcase


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

* [Bug tree-optimization/58911] [4.9 Regression] ice in operator[], at vec.h:827
  2013-10-29 12:32 [Bug c/58911] New: ice in operator[], at vec.h:827 dcb314 at hotmail dot com
  2013-10-29 14:52 ` [Bug tree-optimization/58911] [4.9 Regression] " rguenth at gcc dot gnu.org
  2013-10-29 15:02 ` rguenth at gcc dot gnu.org
@ 2013-10-30  9:58 ` dcb314 at hotmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: dcb314 at hotmail dot com @ 2013-10-30  9:58 UTC (permalink / raw)
  To: gcc-bugs

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

David Binderman <dcb314 at hotmail dot com> changed:

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

--- Comment #4 from David Binderman <dcb314 at hotmail dot com> ---
Crash seems to have gone away in the version of 20131030.


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

end of thread, other threads:[~2013-10-30  9:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-29 12:32 [Bug c/58911] New: ice in operator[], at vec.h:827 dcb314 at hotmail dot com
2013-10-29 14:52 ` [Bug tree-optimization/58911] [4.9 Regression] " rguenth at gcc dot gnu.org
2013-10-29 15:02 ` rguenth at gcc dot gnu.org
2013-10-30  9:58 ` dcb314 at hotmail dot com

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