From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B3C9F3858C52; Tue, 13 Feb 2024 12:48:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B3C9F3858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707828536; bh=e33bGMmGSgUrp21/TKpc0loRg2eDs/kT4mloP+PCf8E=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CBoOAwReFquABjfmMzD4DYoxAH7nV9nZkoMM+3YNizz9eo69wXrISiPOn8RVa5JLf O+/pcENMKQYt3InKnFwjgdV7qM5zfFKEPhQGkVuRjx2YORO4oZSOHZdlZ9gLPz9hHw 56FDvfd1GaumruWTzDk7ZMw+rdwrfFR0rNnQGjcE= From: "cvs-commit 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 since r12-8841 Date: Tue, 13 Feb 2024 12:48:56 +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: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.4 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=3D113896 --- Comment #6 from GCC Commits --- The releases/gcc-13 branch has been updated by Richard Biener : https://gcc.gnu.org/g:8a93dc34e90cd8e2bb073f8fd48f671aea62d965 commit r13-8323-g8a93dc34e90cd8e2bb073f8fd48f671aea62d965 Author: Richard Biener Date: Tue Feb 13 13:39:29 2024 +0100 tree-optimization/113896 - testcase for fixed PR The SLP permute optimization rewrite fixed this. PR tree-optimization/113896 * g++.dg/torture/pr113896.C: New testcase. (cherry picked from commit 4a1cd5560b9b545eb848eb1d1e06d345fb606f76)=