This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fix PR 25886. Convert OMP_CLAUSE_* into sub-codes.


Richard Henderson wrote:
>> +#ifdef GATHER_STATISTICS
>> +  tree_node_counts[(int) x_kind]++;
>> +  tree_node_sizes[(int) x_kind] += size;
>> +#endif
>>     
>
> x_kind undefined.
>   
It's one of tree_node_kind values.  Though I guess, adding an
omp_clause_kind might be better?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]