From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2B0AC3858C54; Sat, 29 Apr 2023 09:41:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2B0AC3858C54 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1682761319; bh=YQEAHiTqWeZ1eknqRHPE9vLVJtQC00XqAWNVblUwP54=; h=From:To:Subject:Date:In-Reply-To:References:From; b=IViyq2gvQDwCbLt26oTrIAv2e3Wzh/M6AQ4O6uc6ThuE97NSk54ifGE0zQqdsdnXk dfe8P0b/UCmfgMXTLBRxJQP0Pk2nqOja4Cs1xS0hJq7Y8EQDJnlJTyPuS3aqzzUMhB IDLxHwZiniEfZ+BQC+gYygTfPC/Wm2MGWvjfDNLw= From: "patrick.begou@univ-grenoble-alpes.fr" 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: Sat, 29 Apr 2023 09:41:54 +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: patrick.begou@univ-grenoble-alpes.fr 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 #11 from Patrick B=C3=A9gou --- Confirmed that this commit fixes the problem.=20 I will check with the full application soon (need to rebuild OpenMPI for GCC 14). Many thanks you for your responsiveness. Patrick=