[flang][openacc] Warn for num_gangs, num_workers and vector_length on acc serial (#69622)
For portability with other compilers, just issue a portability warning instead of a hard error when `num_gangs`, `num_workers` or `vector_length` are present on an `!$acc serial` directive
Loading
Please sign in to comment