[cfe-commits] [PATCH] First OpenMP patch

Alexey Bataev a.bataev at gmx.com
Tue Dec 11 20:10:31 PST 2012


Hello guys,
 Are there any comments on this version of patch? If no, then can I commit?

 Alexey.

----- Original Message -----
From: Alexey Bataev
Sent: 12/05/12 06:12 PM
To: Dmitri Gribenko
Subject: Re: [cfe-commits] [PATCH] First OpenMP patch

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 <a.bataev at gmx.com> 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 <gribozavr at gmail.com>*/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121211/1c4d496a/attachment.html>


More information about the cfe-commits mailing list