From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1E497383EB36; Tue, 13 Dec 2022 14:48:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1E497383EB36 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1670942901; bh=k/F4gFHSnGxyr7LJQrzhgYz2pd5oQoa18ffh4ZxbqZI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Xi6kWb8pxO2S9L7D0FMw9jrAOokOI1Zbniyw3wGL4PUWbPV9AiPaQUO8eX8biqF1y iRb0ObzXYVcA8lj2r2q1j1uNF/N4Yf7Q+CExiFFClFrYNMy1soqH41TFhUkLvlKvyw MKZYnFKC/DasU+6BsJHnsU/mNhFvqMU3fAUYpfoo= From: "rdapp at linux dot ibm.com" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107617] SCC-VN with len_store and big endian Date: Tue, 13 Dec 2022 14:48:20 +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: 13.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rdapp at linux dot ibm.com X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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=3D107617 --- Comment #7 from rdapp at linux dot ibm.com --- The patch fixes the problem for me. I did a full bootstrap with enabled len_load support. No new regressions with -march=3Darch14. Thanks again!=