From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BC5D13858C62; Mon, 26 Feb 2024 09:27:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BC5D13858C62 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708939628; bh=7fJqWXNQyyVEPEmWlSrAebTpoOH1DvZ+qdT8nXQ5D2I=; h=From:To:Subject:Date:In-Reply-To:References:From; b=D4GupBTyR1g8J8NCdB9yO0SuctQH/MTsYkFx2gAQ8DSExK4RkSRP0ToGsYOIAZO1L PCgYY4sbP5HItpNOrl/bAUcnzMi6r1sM+qDAoLlLDff0DLsX4ygh3WYRfTlNWk3Va8 DVdvMCNb7YoqW+Wu7qS/TsY3nOCvcbi/GqqFODmQ= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/114090] [13 Regression] forwprop -fwrapv miscompilation Date: Mon, 26 Feb 2024 09:27:08 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc 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=3D114090 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[13/14 Regression] forwprop |[13 Regression] forwprop |-fwrapv miscompilation |-fwrapv miscompilation --- Comment #8 from Jakub Jelinek --- Fixed on the trunk so far.=