Re: [PATCH] OpenMP: Require target and/or targetsync init modifier [PR118965]

2025-04-02 Thread Tobias Burnus
Sandra Loosemore wrote: As noted in PR 118965, the initial interop implementation overlooked the requirement in the OpenMP spec that at least one of the "target" and "targetsync" modifiers is required in both the interop construct init clause and the declare variant append_args clause. ... whic

[PATCH] OpenMP: Require target and/or targetsync init modifier [PR118965]

2025-04-01 Thread Sandra Loosemore
As noted in PR 118965, the initial interop implementation overlooked the requirement in the OpenMP spec that at least one of the "target" and "targetsync" modifiers is required in both the interop construct init clause and the declare variant append_args clause. Adding the check was fairly straigh