From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6684 invoked by alias); 2 Jun 2004 15:54:42 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 6673 invoked by uid 48); 2 Jun 2004 15:54:42 -0000 Date: Wed, 02 Jun 2004 15:54:00 -0000 From: "reichelt at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org Message-ID: <20040602155438.15779.reichelt@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug tree-optimization/15779] New: [lno] ICE in stmt_ann, at tree-flow-inline.h:54 X-Bugzilla-Reason: CC X-SW-Source: 2004-06/txt/msg00221.txt.bz2 List-Id: The following testcase ICEs when compiled with lno branch using the command line "g++ -O -funroll-loops": ================================= struct A { ~A(); }; struct B { B(); A a; }; void foo() { B b[2]; } ================================= The error message is: bug.cc: In function `void foo()': bug.cc:13: internal compiler error: in stmt_ann, at tree-flow-inline.h:54 Please submit a full bug report, [etc.] -- Summary: [lno] ICE in stmt_ann, at tree-flow-inline.h:54 Product: gcc Version: lno Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority: P2 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: reichelt at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15779