------- Comment #2 from sje at cup dot hp dot com 2010-03-16 21:23 ------- Using:
#define TARGET_CXX_LIBRARY_RTTI_COMDAT hook_bool_void_false like DARWIN has, doesn't completely fix the problem. I still get the same failure but now only with 2 typeinfo's instead of with all the typeinfos created by emit_support_tinfos. _ZTSN10__cxxabiv117__array_type_infoE typeinfo name for __cxxabiv1::__array_type_info _ZTIN10__cxxabiv117__array_type_infoE typeinfo for __cxxabiv1::__array_type_info I wonder if tinfo_base_init should be checking targetm.cxx.library_rtti_comdat when creating these typeinfo's (via create_pseudo_type_info). Lots of ramifications here that I don't understand. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43391