On Thu, Oct 18, 2012 at 7:32 PM, Jeff Squyres <jsquy...@cisco.com> wrote: > On Oct 7, 2012, at 2:25 PM, Dmitri Gribenko wrote: > Hmm. I'm not sure how to do that -- I don't know of any C compiler that has > built-in #defines for what Fortran types exist. > > I'm open to suggestions, though -- can you suggest an easier solution?
Sorry, that was unclear. I meant just not annotating Fortran datatypes -- they will not get any checking, so we will not get false positives, but such a change is much simpler to review for 1.7. 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 <griboz...@gmail.com>*/