From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B92C63857717; Mon, 8 May 2023 13:52:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B92C63857717 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683553959; bh=9XacJt7WKpgVtoAHAlPQTMADdot1aWZlMavnAXtYB0U=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hXHCOytHDmG64VKwEwqCoMWTvGeXQPLdQVnFSxYAoIOke/p4gsTAwyucJwO8NogwT V5uHa2ep1PoTXi+DjZodNlJnUFY4P2OoTVLzxF8oOd6fkME3Suv/MYYZf7fGgDYcGK WcVuoRbzWFfZskAyu7DOiaCrwkMFWFALM++e8kn0= 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: Mon, 08 May 2023 13:52:39 +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: WAITING X-Bugzilla-Resolution: 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: 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 #16 from Patrick B=C3=A9gou --- Hi Thomas, yes, it solves the problem on my side. >From my point of view it can be marked as solved. Thanks Patrick=