Hi, it looks like the typeinfo for __int128_t and __uint128_t is missing from our dynamically linked libcxxrt. I added it like: Index: lib/libcxxrt/Version.map =================================================================== --- lib/libcxxrt/Version.map (revision 313007) +++ lib/libcxxrt/Version.map (working copy) _at__at_ -192,6 +192,11 _at__at_ "typeinfo name for unsigned short"; "typeinfo name for double"; + "typeinfo for __int128"; + "typeinfo for unsigned __int128"; + "typeinfo name for __int128"; + "typeinfo name for unsigned __int128"; + "typeinfo name for bool*"; "typeinfo name for wchar_t*"; "typeinfo name for short*"; I'm not sure whether this is the right place in the file where to add it. Could somebody please check? Thanks, harti_at_Received on Tue Feb 21 2017 - 11:48:28 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:10 UTC