From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B8B503858C52; Fri, 28 Apr 2023 11:03:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B8B503858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1682679817; bh=6sqbhELOvHeewS80Eyw7DiHOMQC/oSp3qW9oqmV+3nY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ULIrHfnukE6l9MtXEKr7K0G4b+UcG9iVWeyAJujvsthRSsxwjBcEZ5kI4VhsdIdYr RcNF8lLvFzyOUEbXUZt4O2gNr1u06Xj5i6sjaQ+X3XNJXIvzwv5ruaZEW9lAs/2NwW CzN9XGigZO7DGvk7J/R79nRapBiQu7p6Or1D/bvw= From: "burnus at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/109622] [13/14 regression][OpenACC] internal compiler error: in omp_group_base, at gimplify.cc:9412 if -fopenacc is set. Date: Fri, 28 Apr 2023 11:03:36 +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: openacc X-Bugzilla-Severity: normal X-Bugzilla-Who: burnus 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: 13.2 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=3D109622 --- Comment #9 from Tobias Burnus --- Julian submitted a patch for this (approved but not yet committed): https://gcc.gnu.org/pipermail/gcc-patches/2023-April/616939.html Patrick: Can you check whether it also fixes your program?=