On Tue, Feb 12, 2013 at 11:50 AM, Benyei, Guy <[email protected]> wrote:
> Hi,
> Attached a patch for this rather mechanic fix.
> Please review.

This looks fragile indeed (easy to reintroduce the bugs).  Maybe we
could introduce wrappers and add an explanation there?

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

Reply via email to