[Bug libstdc++/43622] no C++ typeinfo for __float128 and __int128
bkoz at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Feb 24 20:14:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43622
--- Comment #7 from Benjamin Kosnik <bkoz at gcc dot gnu.org> 2011-02-24 19:28:02 UTC ---
ack, I mis-read rtti.c, these are the decimal exports, ie decimal128 not
float128.
Jakub you are correct these are exports as LD symbols via ld versioning via
inclusion. I missed that!
%find . -type f | xargs grep _ZTIg
./powerpc-linux-gnu/baseline_symbols.txt:OBJECT:8:_ZTIg@@CXXABI_LDBL_1.3
./sparc-linux-gnu/baseline_symbols.txt:OBJECT:8:_ZTIg@@CXXABI_LDBL_1.3
./powerpc64-linux-gnu/32/baseline_symbols.txt:OBJECT:8:_ZTIg@@CXXABI_LDBL_1.3
./powerpc64-linux-gnu/baseline_symbols.txt:OBJECT:16:_ZTIg@@CXXABI_LDBL_1.3
./s390-linux-gnu/baseline_symbols.txt:OBJECT:8:_ZTIg@@CXXABI_LDBL_1.3
./s390x-linux-gnu/baseline_symbols.txt:OBJECT:16:_ZTIg@@CXXABI_LDBL_1.3
./alpha-linux-gnu/baseline_symbols.txt:OBJECT:16:_ZTIg@@CXXABI_LDBL_1.3
sparc may be questionable in reality as it is inferred on alpha.
More information about the Gcc-bugs
mailing list