From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C514D3858D39; Mon, 23 Oct 2023 00:09:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C514D3858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698019757; bh=20EkoLWWtwcwXLI1vHK8WqRs7Wqfuiak6fUDW6rfaXM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=aXXzXXbHP+ikKNHNxY84cWevRIwWDmFyqtIqAtx3PbF91RUqZypU4Q/94pDZY7BdJ E1kF2ggJaTZ6AbYiZgShTAMR/wv6Tq2OQNVOIGy+63O/PmYSqBAqS8EyyQPo24btWH ztVoSmkHTO/jFFDtG7oIHiuXseiT3HgC8XbOdiko= From: "bruno at clisp dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/111904] Miscompilation with -O3 -fharden-control-flow-redundancy? Date: Mon, 23 Oct 2023 00:09:17 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: bruno at clisp dot org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: INVALID 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=3D111904 --- Comment #4 from Bruno Haible --- I've added your fix to gnulib: https://git.savannah.gnu.org/gitweb/?p=3Dgnulib.git;a=3Dcommitdiff;h=3Df8ce= 7e779de156cb6d0fa51dbaef49cd255b7171 Thank you, Alexandre!=