From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9044 invoked by alias); 27 Oct 2010 07:55:52 -0000 Received: (qmail 9031 invoked by uid 22791); 27 Oct 2010 07:55:50 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID,TW_GM X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 27 Oct 2010 07:55:46 +0000 From: "jens.maurer at gmx dot net" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/46188] -fipa-cp removes destructor call X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jens.maurer at gmx dot net 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: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Wed, 27 Oct 2010 07:55:00 -0000 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: 2010-10/txt/msg02276.txt.bz2 Message-ID: <20101027075500.zuuJFjqHZdWYFYhkFdQqpbIyRrm65Wqd3Hl9AwfPVbU@z> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46188 --- Comment #4 from Jens Maurer 2010-10-27 07:55:37 UTC --- Created attachment 22171 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22171 two "if" conditions removed from the testcase Two "if" conditions increase the complexity of the assembler code. Removing them doesn't change anything in reproducibility. So I removed them.