From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F2E973858CDB; Mon, 30 Jan 2023 08:57:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F2E973858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675069032; bh=QvkfUM+v5YHFo4+p6pK/oCcAJ9wn1QWe91HWEvauX4M=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MpNJKkbbIH1PasXLlQJq6Dssf7OFvV+YoHp7nThWyFDVr7BCrE3uFPG/FCbhNnB3t aiwLfnrhTgd0mI4V5hh5fACHPmQU+YdQM7v1f/XS+9lFpiCjIAey6WYIrKTVe1MZvf W97bxMjntubergYW+X3k+501RJNSejp56AL4tCzg= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/108558] OpenMP/Fortran 'has_device_addr' clause getting lost? Date: Mon, 30 Jan 2023 08:57:12 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: openmp X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D108558 --- Comment #5 from CVS Commits --- The releases/gcc-12 branch has been updated by Tobias Burnus : https://gcc.gnu.org/g:591ec4820aa4e6d757ddc76cae1d92d445daf72c commit r12-9090-g591ec4820aa4e6d757ddc76cae1d92d445daf72c Author: Tobias Burnus 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_ad= dr. libgomp/ChangeLog: PR fortran/108558 * testsuite/libgomp.fortran/has_device_addr.f90: New test. (cherry picked from commit 2325c8920bbc99edcc9fffaa79577c528df41eb8)=