From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A87173858C30; Tue, 13 Feb 2024 00:05:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A87173858C30 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707782705; bh=q3pAT8IPPh4+K2e4e8tObo9eYIzwo+gKWPBFTbdn8IM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=av0fLLpQc3smDXbtOpB3zQ/WD0GV5Mt7lkBqCO3EXdDonDaZcXShkLpqb6ksFUlRS x9cN3PpKeUrWvE929yRYcyTrVgK0RElqDcvP7kQeFDqgR6nfiFgG4CL75nx57Yxq9U dAsah9J76f+zAR2hmhm3SSRgqe83VYdXy69zihdo= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/113896] [12 Regression] Assigning array elements in the wrong order after floating point optimization Date: Tue, 13 Feb 2024 00:05:05 +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: 12.3.1 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: 12.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone short_desc keywords component cf_known_to_fail cf_known_to_work 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=3D113896 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |12.4 Summary|Assigning array elements in |[12 Regression] Assigning |the wrong order after |array elements in the wrong |floating point optimization |order after floating point | |optimization Keywords| |wrong-code Component|c++ |tree-optimization Known to fail| |12.3.0 Known to work| |11.4.0, 12.1.0, 12.2.0=