r194095 - Produce direct calls instead of alias to linkonce_odr functions.
Rafael EspĂndola
rafael.espindola at gmail.com
Wed Nov 6 11:24:38 PST 2013
On 6 November 2013 09:32, Rafael EspĂndola <rafael.espindola at gmail.com> wrote:
>
>>
>> Here we go:
>> -----
>> template<typename T> class A {
>> ~A() {}
>> };
>> template class A<char>;
>> -----
>>
>
> I can reproduce it. Debugging.
Fixed in r194158. None of the existing "-cxx-abi microsoft" tests was
using -mconstructor-aliases, so I added a new test. Should some of the
existing tests be using -mconstructor-aliases?
Cheers,
Rafael
More information about the cfe-commits
mailing list