https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200863
--- Comment #9 from David Chisnall <thera...@freebsd.org> --- (In reply to yuri from comment #7) They are intended to be ABI compatible (or, rather, libcxxrt intends to support a superset of the libsupc++ ABI). In the base system, we link both libstdc++ and libc++ to libcxxrt, allowing you to use both in the same program and to throw exceptions through both (though not to pass standard library types other than exception objects across library boundaries). We compile libstdc++ as a filter library so that the definitions of the libsupc++ symbols that it exports actually come from libcxxrt. If the gcc ports are not doing this with their versions of libstdc++, then please file a bug with the gcc port maintainers. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"