From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10538 invoked by alias); 7 Apr 2009 15:47:12 -0000 Received: (qmail 10139 invoked by uid 48); 7 Apr 2009 15:46:54 -0000 Date: Tue, 07 Apr 2009 15:47:00 -0000 Message-ID: <20090407154654.10138.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/39678] std::transform is incorrect with std::multiples and bind2nd for complex In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rguenth at gcc dot gnu dot org" 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: 2009-04/txt/msg00652.txt.bz2 ------- Comment #11 from rguenth at gcc dot gnu dot org 2009-04-07 15:46 ------- Created an attachment (id=17603) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17603&action=view) preprocessed testcase with bind2nd marked noinline Testcase, look at the compiled piece for the call to _ZSt7bind2ndISt10multipliesISt7complexIfEES2_ESt9binder2ndIT_ERKS5_RKT0_ (which is marked noinline here). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39678