Add 'gcc/tree.cc:user_omp_clause_code_name' [PR65095] (was: [PATCH 1/4] Add function for pretty-printing OpenACC clause names)

2022-02-17 Thread Thomas Schwinge
Hi! On 2019-10-18T14:28:18+0200, I wrote: > On 2019-10-06T15:32:34-0700, Julian Brown wrote: >> This patch adds a function to pretty-print OpenACC clause names from >> OMP_CLAUSE_MAP_KINDs, for error output. > > Indeed talking about (OpenMP) 'map' clauses in an OpenACC context is not > quite idea

Re: [PATCH 1/4] Add function for pretty-printing OpenACC clause names

2019-10-18 Thread Thomas Schwinge
Hi Julian! On 2019-10-06T15:32:34-0700, Julian Brown wrote: > This patch adds a function to pretty-print OpenACC clause names from > OMP_CLAUSE_MAP_KINDs, for error output. Indeed talking about (OpenMP) 'map' clauses in an OpenACC context is not quite ideal -- that's what PR65095 is about, so pl

[PATCH 1/4] Add function for pretty-printing OpenACC clause names

2019-10-06 Thread Julian Brown
This patch adds a function to pretty-print OpenACC clause names from OMP_CLAUSE_MAP_KINDs, for error output. The function is used by subsequent patches. Previously approved as part of: https://gcc.gnu.org/ml/gcc-patches/2018-12/msg01292.html FAOD, OK for trunk? Julian ChangeLog gcc/