[cfe-commits] [PATCH] First OpenMP patch
Dmitri Gribenko
gribozavr at gmail.com
Tue Dec 4 06:26:13 PST 2012
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>*/
More information about the cfe-commits
mailing list