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)? Dmitri -- main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if (j){printf("%d\n",i);}}} /*Dmitri Gribenko <[email protected]>*/ _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
