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: [PATCH] Fix GC of struct tree_omp_clause


Jakub Jelinek wrote:

> 	* tree.h (struct tree_omp_clause): Use OMP_CLAUSE_CODE rather
> 	than TREE_CODE as index into omp_clause_num_ops array.
> 
OK.  This actually may explain some weird GC problems I was having with
my patch for PR 26084.  Thanks.


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