From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D70463858C66; Sat, 2 Mar 2024 20:59:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D70463858C66 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709413175; bh=+qstSYvMTIKNEcDpV6gkTbMKBPtxtXP+jaQPV7YpCYI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PYQ+jIUrq3HpYJ7ekYU3kLQaebBr/qx5nVe5euzFVLEkhHY13VBEo5s5SgGAOBM2b eg6DWQkIJaqYh7Of51Fkz3bgd30CR9k/VKcZa8wRVGOgpu4eqmANvi6aPOxq4irRh+ 4vpws2Zx8vDTIRc6mW4T6VOZcyZ80cX8UqzQhMKo= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/114211] [13/14 Regression] wrong code with -O -fno-tree-coalesce-vars Date: Sat, 02 Mar 2024 20:59:35 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_reconfirmed_on target_milestone component bug_status everconfirmed 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=3D114211 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2024-03-02 Target Milestone|--- |13.3 Component|middle-end |target Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #1 from Andrew Pinski --- The difference with/without -fno-tree-coalesce-vars is just the expansion f= rom gimple to RTL does not reuse psedu-registers for variables which could have been coalesced.=