On 6 November 2013 09:32, Rafael Espíndola <[email protected]> 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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
