[cfe-commits] [PATCH] Type safety attributes (was: Compile-time MPI_Datatype checking)
Dmitri Gribenko
gribozavr at gmail.com
Thu Aug 16 17:10:24 PDT 2012
On Tue, Aug 7, 2012 at 9:50 AM, Douglas Gregor <dgregor at apple.com> wrote:
> Everything else looks great, thanks!
Thank you for the review! Committed r162067 with all suggested changes.
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 <gribozavr at gmail.com>*/
More information about the cfe-commits
mailing list