From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2A8F23858418; Fri, 28 Apr 2023 10:45:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2A8F23858418 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1682678755; bh=JIdiFftpJpOuRP7zdIUsWrzQbNabR1axaeUx4StCJKs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=tTVR6HftPGpBeUM008LpkTe6dPQ9PmPKkoH7qpJP2kaFhZsCRERT0joQR0TiUo/Nc rY+FPGJXllwZXIb7IZ8OoLrthtXrDeGWBxkkosNxc+KTLwQeHf8zVCtCnnbSHBy4mS 0WEhNYuEX7Hbf9d3+IKD52YXFeRzY9ge7L0ijxdg= From: "burnus at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libgomp/109664] Deadlocks with gomp_fatal called from libgomp/plugins/ Date: Fri, 28 Apr 2023 10:45:54 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libgomp X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: burnus at gcc dot gnu.org 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=3D109664 --- Comment #1 from Tobias Burnus --- Once done, we might want to change some error propagation from a chain of boolean-returning functions to just GOMP_PLUGIN_fatal =E2=80=93 or not. Cf. for instance: https://gcc.gnu.org/pipermail/gcc-patches/2023-April/616992.html=