From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20682 invoked by alias); 26 Jan 2006 17:36:44 -0000 Received: (qmail 20630 invoked by uid 48); 26 Jan 2006 17:36:41 -0000 Date: Thu, 26 Jan 2006 17:36:00 -0000 Message-ID: <20060126173641.20629.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/25979] incorrect codegen for conditional 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-01/txt/msg02878.txt.bz2 List-Id: ------- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-26 17:36 ------- It was worked around in 4.0.2 (done on 2005-04-05 23:13:35) by: PR c++/19317 * calls.c (expand_call): Disable return slot optimization. Which just disabled the return slot optimization for 4.0.x Now 4.1.0 never got that patch but a different one which fixed a similar bug (PR 19317) but it did not fix this one or the duplicated one. *** This bug has been marked as a duplicate of 25977 *** -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25979