From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2297 invoked by alias); 1 Feb 2006 12:25:30 -0000 Received: (qmail 2194 invoked by uid 48); 1 Feb 2006 12:25:27 -0000 Date: Wed, 01 Feb 2006 12:25:00 -0000 Message-ID: <20060201122527.2192.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/26022] [4.2 Regression] ICE with references and virtual functions In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "reichelt at gcc dot gnu dot org" 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 X-SW-Source: 2006-02/txt/msg00064.txt.bz2 List-Id: ------- Comment #7 from reichelt at gcc dot gnu dot org 2006-02-01 12:25 ------- Shorter testcase: ================================ struct A { A(); virtual A foo() const; }; void bar() { const A& a=A(); a.foo(); } ================================ -- reichelt at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |reichelt at gcc dot gnu dot | |org Keywords| |monitored Summary|[4.2 Regression] ice at |[4.2 Regression] ICE with |cp/cp-objcp-common.c:101 |references and virtual | |functions http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26022