From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31142 invoked by alias); 7 Apr 2009 14:18:13 -0000 Received: (qmail 30700 invoked by uid 48); 7 Apr 2009 14:17:59 -0000 Date: Tue, 07 Apr 2009 14:18:00 -0000 Message-ID: <20090407141759.30698.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/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: "paolo dot carlini at oracle dot com" 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/msg00617.txt.bz2 ------- Comment #3 from paolo dot carlini at oracle dot com 2009-04-07 14:17 ------- Yes, you are right. Apparently some sort of miscompilation. The problem does not happen when using the C++ runtime + a different C++ compiler, by the way. Let's look further into it... The other possibility is that you are triggering somehow an undefined behavior... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39678