https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124348
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
clang just warns (and ignores the rest of the line):
<source>:8:24: warning: extra tokens at the end of '#pragma omp target' are
ignored [-Wextra-tokens]
8 | #pragma omp target unroll partial
| ^
