[v3] Fix profile mode failures
Jonathan Wakely
jwakely.gcc@gmail.com
Wed Nov 7 10:56:00 GMT 2012
On 7 November 2012 10:25, Paolo Carlini wrote:
> Hi,
>
>
> On 11/07/2012 10:18 AM, Jonathan Wakely wrote:
>>
>> On 6 November 2012 19:41, Jonathan Wakely wrote:
>>>
>>> On 6 November 2012 18:21, Paolo Carlini wrote:
>>>>
>>>> testsuite/20_util/scoped_allocator/1.cc:79: void test02():
>>>> Assertion
>>>> `evv[0].get_allocator().get_personality() == 2' failed.
>>>>
>>>> I didn't really investigate it...
>>>
>>> Oops, looks like I missed something, will fix it asap ...
>>
>> Fixed with this patch, which also adds an allocator parameter to the
>> vector(size_type) constructor, which is missing from the standard but
>> I hope to get fixed via
>> http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-active.html#2210
>
> Thanks a lot!
>
>> I still see some other profile-mode failures, not sure if they're old
>> or I caused them recently, will investigate further.
>
> I'm for example seeing in the log:
>
> 23_containers/list/init-list.cc execution test
>
> pretty mysterious,
Yes, I had a quick look at it but couldn't see the problem, so wanted
to fix the trivial vector problem first.
> I think it's the first time I ever see it.
Huh, then I guess I broke that one too. I won't rest until it's fixed ;-)
More information about the Libstdc++
mailing list