https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108558
--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-12 branch has been updated by Tobias Burnus <bur...@gcc.gnu.org>: https://gcc.gnu.org/g:591ec4820aa4e6d757ddc76cae1d92d445daf72c commit r12-9090-g591ec4820aa4e6d757ddc76cae1d92d445daf72c Author: Tobias Burnus <tob...@codesourcery.com> Date: Fri Jan 27 11:32:19 2023 +0100 OpenMP/Fortran: Fix has_device_addr clause splitting [PR108558] gcc/fortran/ChangeLog: PR fortran/108558 * trans-openmp.cc (gfc_split_omp_clauses): Handle has_device_addr. libgomp/ChangeLog: PR fortran/108558 * testsuite/libgomp.fortran/has_device_addr.f90: New test. (cherry picked from commit 2325c8920bbc99edcc9fffaa79577c528df41eb8)