On Mon, Dec 17, 2012 at 11:48 AM, Alexey Bataev <[email protected]> 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 <[email protected]>*/
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to