From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6FC523858D32; Mon, 8 May 2023 13:56:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6FC523858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683554215; bh=dlvJVk+eILOSK4we2+bATPiusNL/Nn0BdBtT90jWqD0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=UPqEkWPcXLn13CyQsAVKMiujgcK+kmabkyAr+C1UB6jQCdbHabd0MbtU1beiEXxOR kJCS2LVUmOVJHNrIkbu/igIpM345kkjRm1YNfT9gn0l4L78BA6FDN4AX3n106SAtxh ildE8vBel1GAiq/0chUD5Vx1FnUw3L8ycA3kdSBk= 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: Mon, 08 May 2023 13:56:55 +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: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jules at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.2 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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 Tobias Burnus changed: What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |RESOLVED Resolution|--- |FIXED --- Comment #17 from Tobias Burnus --- Close as FIXED, based on what the patch does and Patrick's comments. The issue affected GCC 13 (after 13.1, i.e. it will be in 13.2) and 14 (mainline) - and has been fixed on both branches. Thanks for the report!=