From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6D7E4385B51F; Mon, 13 Nov 2023 22:07:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6D7E4385B51F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1699913241; bh=xGECWt+umaUBrln8cZCto5oESbC17dhHX22yD0IZ5Us=; h=From:To:Subject:Date:In-Reply-To:References:From; b=sNWNqyS6eaAlb8bFI4Vd6iSgl3RR/tKTxYWUiOa9s8PBkL66tvVCtcLwswjbvOAZV uUJmiJ4Le7OkKe/PW/g4BjAkfXLLHPKz1WPm3U4IPYUAyrZpDXWWf5O8pelv68ivVo 8JQYMSTaoazIAip8HDD+To0ajL5EV9YWQemgdFNs= From: "juzhe.zhong at rivai dot ai" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111970] [14 regression] SLP for non-IFN gathers result in RISC-V test failure on gather since r14-4745-gbeab5b95c58145 Date: Mon, 13 Nov 2023 22:07: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: 14.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: juzhe.zhong at rivai dot ai X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 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=3D111970 --- Comment #10 from JuzheZhong --- (In reply to Richard Biener from comment #9) > Does it still occur after the last round of fixes? Hi, Richard. The FAIL still exists. We will revisit it later to see whether= it is RISC-V backend issue. It may not be middle-end issue.=