From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0110C3858414; Tue, 13 Jun 2023 09:29:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0110C3858414 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1686648551; bh=5AtwhRa5R53DI8gXjdh9TVrohWB3VXN/D9S2ysGWGww=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jsPmJ1mCu2d8Dm73FodqTzqJElX5NFPlqpcSUrUeXGKEkWg1p5dyXXBlmC6Ck5xHb /zT6NoTZ/Or5qXHaH692LybarW5WPMoW+PoVTSjJ9WzTZarTvTFqADV24/80aqv+xV Bsz+AyDwpPrgX8O2EgmZIXFgLHWX1BDYlKCRu2kw= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libgomp/109837] [OpenMP] despite 'requires unified_address' there is segfault when 'is_device_ptr' is not used Date: Tue, 13 Jun 2023 09:29:09 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libgomp X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED 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=3D109837 --- Comment #4 from CVS Commits --- The master branch has been updated by Tobias Burnus : https://gcc.gnu.org/g:d5c58ad1ebaff924c2546df074174cffb128feb8 commit r14-1783-gd5c58ad1ebaff924c2546df074174cffb128feb8 Author: Tobias Burnus Date: Tue Jun 13 11:27:47 2023 +0200 libgomp/testsuite: Add requires-unified-addr-1.{c,f90} [PR109837] Add a testcase for 'omp requires unified_address' that is currently supported by all devices but was not tested for. libgomp/ PR libgomp/109837 * testsuite/libgomp.c-c++-common/requires-unified-addr-1.c: New test. * testsuite/libgomp.fortran/requires-unified-addr-1.f90: New te= st.=