Re: [PATCH v6 1/6] OpenMP: Add C support for metadirectives and dynamic selectors.

2025-01-15 Thread Tobias Burnus
Sandra Loosemore wrote: Additional shared C/C++ testcases are included in a subsequent patch in this series. LGTM – thanks for the patch! Tobias gcc/c-family/ChangeLog PR middle-end/112779 PR middle-end/113904 * c-common.h (enum c_omp_directive_kind): Add C_OMP_DIR_ME

[PATCH v6 1/6] OpenMP: Add C support for metadirectives and dynamic selectors.

2025-01-14 Thread Sandra Loosemore
Additional shared C/C++ testcases are included in a subsequent patch in this series. gcc/c-family/ChangeLog PR middle-end/112779 PR middle-end/113904 * c-common.h (enum c_omp_directive_kind): Add C_OMP_DIR_META. (c_omp_expand_variant_construct): Declare. * c