From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 583BA3858C66; Tue, 25 Apr 2023 12:25:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 583BA3858C66 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1682425514; bh=dxl63C63/hePaj6WDFcPZ2w5tsJw/chyQli9Z8H8C3M=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MGqb6v20zyzbrGBkR/acaDZbX3gRbRH4Ebim2OMDjM9yfEZ7RbMs5fUi2iuTMMwNH I2Zmr99RoW0rena+R2sx/i90dDvoDR9UcWXH3KB/q1cb1nGtPqzl4V4Pm1cyE3qUT+ +YKtrKCbTmUp6zm2J4s+6Lo9gdNAcKFKv/Ul+Xp0= From: "patrick.begou@univ-grenoble-alpes.fr" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/109622] internal compiler error: in omp_group_base, at gimplify.cc:9412 if -fopenacc is set. Date: Tue, 25 Apr 2023 12:25:14 +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: X-Bugzilla-Severity: normal X-Bugzilla-Who: patrick.begou@univ-grenoble-alpes.fr 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=3D109622 --- Comment #3 from Patrick B=C3=A9gou --- Following Harald Anlauf idea, I have built the compilers from the devel/omp/gcc-12 branch for testing: GNU Fortran (GCC) 12.2.1 20230302 [OG12] The "internal error" shown with this small test case (begou.f90) do not occ= ur with this branch. I have to test with the full application but I need first= to rebuild all the prerequisites (Gcc13 modules files are not backward compati= bles with Gcc12).=