From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0E6733858D32; Tue, 31 Oct 2023 06:27:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0E6733858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698733672; bh=cMU9q/VyFj4u/588vkO+eWdNcjV2niYI+LIild6mlBY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=G7VnBk4uLBr3drDtBfi9Rq5NHQw1MfuYjQwEre43e2SBW5iHdUnPzdU5NrPZDT4lu mkewk+fBT3vj3CZGQB2TAoLLdno6RzWBu/lKqQ6oR3BxlOG25jaCyikd6WGjm7US05 310UJdz7ONtkn9bx2b6blFkY9T3yHjWHF7HNuq+w= From: "sjames at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111734] [14 Regression] wrong code with '-O3 -fno-inline-functions-called-once -fno-inline-small-functions -fno-omit-frame-pointer -fno-toplevel-reorder -fno-tree-fre' since r14-3226-gd073e2d75d9ed4 Date: Tue, 31 Oct 2023 06:27:51 +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: sjames at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 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=3D111734 Sam James changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[14 Regression] wrong code |[14 Regression] wrong code |with '-O3 |with '-O3 |-fno-inline-functions-calle |-fno-inline-functions-calle |d-once |d-once |-fno-inline-small-functions |-fno-inline-small-functions |-fno-omit-frame-pointer |-fno-omit-frame-pointer |-fno-toplevel-reorder |-fno-toplevel-reorder |-fno-tree-fre' |-fno-tree-fre' since | |r14-3226-gd073e2d75d9ed4 --- Comment #7 from Sam James --- d073e2d75d9ed492de9a8dc6970e5b69fae20e5a is the first bad commit commit d073e2d75d9ed492de9a8dc6970e5b69fae20e5a Author: Martin Jambor Date: Tue Aug 15 17:26:13 2023 +0200 Feed results of IPA-CP into tree value numbering i.e. r14-3226-gd073e2d75d9ed4.=