> On 2016-Jan-11, at 15:57, Rafael Espíndola <rafael.espind...@gmail.com> wrote: > >> I'm not sure about GCC. Note that there is no linkage for -frtti, >> since the type info is deferred to the TU with the vtable. > > Yes, that is what I mean. It is odd that -frtti changes us from "this > is not available anywhere, use linkonce_odr" to "it is available > elsewhere, use an external declaration".
Yes, I agree, it's weird (although the transition is in the other direction, really, since there's no such flag as -frtti, just -fno-rtti). -fexceptions -fno-rtti is a weird combination to begin with though. _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits