Here is an updated patch. ----- Original Message ----- From: Dmitri Gribenko Sent: 12/04/12 06:26 PM To: Alexey Bataev Subject: Re: [cfe-commits] [PATCH] First OpenMP patch
On Tue, Dec 4, 2012 at 9:26 AM, Alexey Bataev <[email protected]> wrote: > After discussion with Mahesha, we decided that it would be more convenient > for me to carry on further work on this patch. > I've added -Wsource-uses-openmp, which is disabled if -fno-openmp is > specified. Please, take a look. Please document the intended warning behavior w.r.t. -fopenmp/fno-openmp, and please also test it if possible now. 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]>*/
patch.p
Description: Attachment: patch.p
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
