[v3] OpenACC 2.7: default clause support for data constructs (was: [PATCH, OpenACC 2.7, v2] Implement default clause support for data constructs)

2023-08-15 Thread Thomas Schwinge
Hi! On 2023-08-01T23:35:16+0800, Chung-Lin Tang wrote: > this is v2 of the patch for implementing the OpenACC 2.7 addition of > default(none|present) support for data constructs. Thanks! > Instead of propagating an additional 'oacc_default_kind' for OpenACC, > this patch does it in a more compl

[PATCH, OpenACC 2.7, v2] Implement default clause support for data constructs

2023-08-01 Thread Chung-Lin Tang via Gcc-patches
Hi Thomas, this is v2 of the patch for implementing the OpenACC 2.7 addition of default(none|present) support for data constructs. Instead of propagating an additional 'oacc_default_kind' for OpenACC, this patch does it in a more complete way: it directly propagates the gimplify_omp_ctx* pointer o