From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25004 invoked by alias); 25 Feb 2006 20:51:10 -0000 Received: (qmail 24981 invoked by uid 48); 25 Feb 2006 20:51:08 -0000 Date: Sat, 25 Feb 2006 21:21:00 -0000 Message-ID: <20060225205108.24980.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/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: "pinskia 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/msg02940.txt.bz2 List-Id: ------- Comment #9 from pinskia at gcc dot gnu dot org 2006-02-25 20:51 ------- I don't copy CALL_EXPR_RETURN_SLOT_OPT and/or CALL_EXPR_TAILCALL from the previous CALL_EXPR, I wonder if we have the same issue with builtins too, though most of those will not show it. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26022