From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30195 invoked by alias); 14 Nov 2012 20:51:08 -0000 Received: (qmail 30134 invoked by uid 48); 14 Nov 2012 20:50:46 -0000 From: "zsojka at seznam dot cz" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/55329] New: [4.8 Regression] ICE: internal compiler error: in operator[], at vec.h:487 with -O -fno-guess-branch-probability -fnon-call-exceptions --param=early-inlining-insns=111 Date: Wed, 14 Nov 2012 20:51:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: zsojka at seznam dot cz X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2012-11/txt/msg01294.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55329 Bug #: 55329 Summary: [4.8 Regression] ICE: internal compiler error: in operator[], at vec.h:487 with -O -fno-guess-branch-probability -fnon-call-exceptions --param=early-inlining-insns=111 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization AssignedTo: unassigned@gcc.gnu.org ReportedBy: zsojka@seznam.cz Created attachment 28689 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28689 preprocessed source; can't be significantly reduced Compiler output: $ gcc -O -fno-guess-branch-probability -fnon-call-exceptions --param=early-inlining-insns=111 /mnt/svn/gcc-trunk/gcc/testsuite/g++.dg/torture/pr48271.C -save-temps /mnt/svn/gcc-trunk/gcc/testsuite/g++.dg/torture/pr48271.C: In function 'void stCheckReverseTrain()': /mnt/svn/gcc-trunk/gcc/testsuite/g++.dg/torture/pr48271.C:116:6: internal compiler error: in operator[], at vec.h:487 void stCheckReverseTrain () ^ 0xc8fecb vec_t::operator[](unsigned int) /mnt/svn/gcc-trunk/gcc/vec.h:487 0xc8fecb tree_ssa_dominator_optimize /mnt/svn/gcc-trunk/gcc/tree-ssa-dom.c:807 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See for instructions. Tested revisions: r193495 - crash 4.7 r191640 - OK