GCC Bugzilla Bug 24025
Howard Hinnant
hhinnant@apple.com
Fri Nov 4 15:22:00 GMT 2005
On Nov 4, 2005, at 6:01 AM, Paolo Carlini wrote:
> Howard Hinnant wrote:
>
>
>> Comments?
>>
>
> One more, hopefully less stupid: did you consider also setting
> use_thread_key = 0 before returning? I can see a tad of inconsistency,
> otherwise: use_thread_key is now != 0, still we are returning
> &globals_static, which normally is associated with no thread local
> data,
> I think.
No, I didn't think about that. Seems like a good idea, thanks.
> Also, about "process" in general: as soon as you run the testsuite,
> the
> better... When exceptions are involved, would be C++ + library.
Ok.
Thanks,
Howard
More information about the Libstdc++
mailing list