Hi! Would still like to get the following "cleanup" into GCC 11: On 2020-11-15T09:14:32+0100, Tobias Burnus wrote: > regarding the new option: > > +fopenacc-kernels= > +C ObjC C++ ObjC++ RejectNegative Joined Enum(openacc_kernels) Var(flag_openacc_kernels) Init(OPENACC_KERNELS_PARLOOPS) > +-fopenacc-kernels=[decompose|parloops] Specify mode of OpenACC 'kernels' constructs handling. > > and > > On 13.11.20 23:22, Thomas Schwinge wrote: >> Not yet enabled by default: for now, the current mode of OpenACC 'kernels' >> constructs handling still remains '-fopenacc-kernels=parloops', but that is to >> change later. > > Do you intent that users will switch between those two options? > > Or is this new option only an interim solution until decompose is handled? > > If the latter, maybe using a --param makes more sense than keeping the later for ever. Indeed the latter (had hoped to get more done in this GCC release cycle), so thanks for suggesting to use a '--param', "subject to change without notice in future releases". Is that OK like in the attached "[OpenACC 'kernels'] '-fopenacc-kernels=[...]' -> '--param=openacc-kernels=[...]'" (currently testing)? (My first patch related to a '--param' -- how exciting!) ;-) Grüße Thomas ----------------- Mentor Graphics (Deutschland) GmbH, Arnulfstrasse 201, 80634 München Registergericht München HRB 106955, Geschäftsführer: Thomas Heurung, Frank Thürauf