This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [v3] proposed fix for libstdc++/49204 causes abi_check failure


On 20 January 2012 11:23, Paolo Carlini wrote:
> Hi,
>
>> Here's a different, partial fix for PR 49204, changing the timed waiting
>> functions to return future_status, but not returning
>> future_status::deferred, as that requires the ABI change detailed above.
>> This doesn't change the library ABI, but might still be too big a change for
>> 4.7 at this stage.
>
> I would be in favor of applying the patch.

OK, great, if I don't hear objections by Monday evening (London time)
I'll check it in.

Then I'd like to consider whether to apply the ABI-breaking part only
when the std::__7 versioned namespace and .so.7 lib are used.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]