[cfe-commits] [PATCH] First OpenMP patch

Alexey Bataev a.bataev at gmx.com
Wed Dec 5 06:12:48 PST 2012


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/20121205/72948b1c/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch.p
Type: application/octet-stream
Size: 9271 bytes
Desc: Attachment: patch.p
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121205/72948b1c/attachment.obj>


More information about the cfe-commits mailing list