https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93481
Bug ID: 93481 Summary: Do not fail with nowait clause Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgomp Assignee: unassigned at gcc dot gnu.org Reporter: josem at udel dot edu CC: jakub at gcc dot gnu.org Target Milestone: --- Hi from the SOLLVE team We have notice that the nowait clause used with target generates the following error message: libgomp: GOMP_OFFLOAD_async_run unimplemented I believe you should not fail execution, instead nowait can be safely ignored and still be compliant with the specifications. A warning could be fine as well. In fact there are many other compilers that still do not implement async offloading, but just ignore the nowait clause. Thank you very much. Jose Monsalve