On Feb 12, 2013, at 10:09 AM, Dmitri Gribenko <[email protected]> wrote: > On Tue, Feb 12, 2013 at 5:51 AM, John McCall <[email protected]> wrote: >> Author: rjmccall >> Date: Mon Feb 11 21:51:46 2013 >> New Revision: 174940 >> >> URL: http://llvm.org/viewvc/llvm-project?rev=174940&view=rev >> Log: >> Call __cxa_begin_catch with the current exception before >> calling std::terminate(). rdar://11904428 > > Hi John, > > It looks like this commit fixes http://llvm.org/bugs/show_bug.cgi?id=14227 > > Is this intentional (and the bug can be closed) or just a coincidence > (and more tests are needed)?
It's intentional; this is exactly what the commit was supposed to achieve. John. _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
