[cfe-commits] [PATCH] First OpenMP patch

Dmitri Gribenko gribozavr at gmail.com
Mon Dec 17 04:45:07 PST 2012


On Mon, Dec 17, 2012 at 11:48 AM, Alexey Bataev <a.bataev at gmx.com> wrote:
> Dmitry, Hal,
> Thank you for your comments and sorry for the delay, I was on a vacation.
> I've made some fixes according to your comments.
> Hal, I've change the sentence in the doc. Now there is only one warning, if
> any OpenMP pragma is found.
> Dmitry, I've changed the processing of the -fno-openmp flag. If -fno-openmp
> is specified, the option -Wno-source-uses-openmp is passed to the frontend.
> Option -Wsource-uses-openmp is on by default.

Hello Alexey,

This patch looks good to me.

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