Re: [PATCH 1/2] Fix new -Wparentheses warnings encountered during bootstrap

2016-04-01 Thread Marek Polacek
On Thu, Mar 31, 2016 at 05:18:13PM -0400, Patrick Palka wrote: > I hope someone else could do it since I'm not very familiar with the C > parser :) I think Marek said he would take care of it. Sure, happy to. Marek

Re: [PATCH 1/2] Fix new -Wparentheses warnings encountered during bootstrap

2016-03-31 Thread Trevor Saunders
On Thu, Mar 31, 2016 at 04:53:45PM -0400, Patrick Palka wrote: > This patch fixes the new -Wparentheses warnings (implemented by the > subsequent patch) that are encountered during bootstrap: > > /home/patrick/code/gcc/gcc/omp-low.c: In function ‘void > scan_sharing_clauses(tree, omp_context*,

Re: [PATCH 1/2] Fix new -Wparentheses warnings encountered during bootstrap

2016-03-31 Thread Jakub Jelinek
On Thu, Mar 31, 2016 at 04:53:45PM -0400, Patrick Palka wrote: > @@ -2526,12 +2526,13 @@ struct GTY(()) lang_decl { > >*/ > #define FOR_EACH_CLONE(CLONE, FN)\ > - if (TREE_CODE (FN) == FUNCTION_DECL\ > - &&

Re: [PATCH 1/2] Fix new -Wparentheses warnings encountered during bootstrap

2016-03-31 Thread Patrick Palka
On Thu, 31 Mar 2016, Bernd Schmidt wrote: > On 03/31/2016 10:53 PM, Patrick Palka wrote: > > This patch fixes the new -Wparentheses warnings (implemented by the > > subsequent patch) that are encountered during bootstrap: > > > > /home/patrick/code/gcc/gcc/omp-low.c: In function ‘void > >

Re: [PATCH 1/2] Fix new -Wparentheses warnings encountered during bootstrap

2016-03-31 Thread Bernd Schmidt
On 03/31/2016 10:53 PM, Patrick Palka wrote: This patch fixes the new -Wparentheses warnings (implemented by the subsequent patch) that are encountered during bootstrap: /home/patrick/code/gcc/gcc/omp-low.c: In function ‘void scan_sharing_clauses(tree, omp_context*, bool)’:

Re: [PATCH 1/2] Fix new -Wparentheses warnings encountered during bootstrap

2016-03-31 Thread Patrick Palka
On Thu, 31 Mar 2016, Patrick Palka wrote: > This patch fixes the new -Wparentheses warnings (implemented by the > subsequent patch) that are encountered during bootstrap: > > /home/patrick/code/gcc/gcc/omp-low.c: In function ‘void > scan_sharing_clauses(tree, omp_context*, bool)’: >

Re: [PATCH 1/2] Fix new -Wparentheses warnings encountered during bootstrap

2016-03-31 Thread Patrick Palka
On Thu, 31 Mar 2016, Patrick Palka wrote: > This patch fixes the new -Wparentheses warnings (implemented by the > subsequent patch) that are encountered during bootstrap: > > /home/patrick/code/gcc/gcc/omp-low.c: In function ‘void > scan_sharing_clauses(tree, omp_context*, bool)’: >

[PATCH 1/2] Fix new -Wparentheses warnings encountered during bootstrap

2016-03-31 Thread Patrick Palka
This patch fixes the new -Wparentheses warnings (implemented by the subsequent patch) that are encountered during bootstrap: /home/patrick/code/gcc/gcc/omp-low.c: In function ‘void scan_sharing_clauses(tree, omp_context*, bool)’: /home/patrick/code/gcc/gcc/omp-low.c:2381:6: error: suggest