$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Function][Bind] Strange problem with g++ 4.5
From: Maxime van Noppen (maxime_at_[hidden])
Date: 2010-05-17 06:02:36
On 05/17/2010 10:05 AM, Maxime van Noppen wrote:
> On 05/15/2010 09:18 PM, Peter Dimov wrote:
>> I think that this sounds very much like an optimizer bug and the way to
>> understand what's going on is to submit a bug report to the GCC
>> bugzilla. It could, in principle, be an aliasing violation issue in
>> boost::function, but I doubt it. g++ since 4.4 is getting more
>> aggressive with its aliasing assumptions when optimizing.
>
> Ouch. I'll report to GCC then.
>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44164
-- Maxime