This patch is incorrect. __cxa_bad_cast should throw an std::bad_cast exception, and __cxa_bad_typeid should throw a std::bad_typeid exception.
- Anders On Jun 2, 2011, at 10:35 AM, Marshall Clow wrote: > Implements __cxa_bad_cast and __cxa_bad_typeid > > Needs tests, though ;-) > > -- Marshall > > > > <mtc-libcxxabi-1.patch>_______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
