From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5E72A3858C42; Wed, 17 Jan 2024 22:25:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5E72A3858C42 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705530300; bh=VMgJvObzuDjT93n1JDqmntdOHAT+BPuXJ/Q8GVx4NeY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Y0uelnJB1Q281eNvVkK+iVm/Mb+yPvFYZrq24dID3/7hnzYlqcdSYUAkNLVBjajr1 7MLUEgoHZv/C1PTBfgIZBI4H5HiU18JTWSzH2eD0by8OY75M+wk5/CbgNMXny4q9bt xIi7GkSYaFbU6wzowzBMoSQofj5Om2wIssZ5up7k= From: "juzhe.zhong at rivai dot ai" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/113429] RISC-V: SPEC2017 527 cam4 miscompilation in autovec VLA build Date: Wed, 17 Jan 2024 22:24:59 +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: juzhe.zhong at rivai dot ai 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: --- 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=3D113429 --- Comment #7 from JuzheZhong --- I have fixed patch which is approved: https://patchwork.sourceware.org/project/gcc/patch/20240117143151.3812116-1= -juzhe.zhong@rivai.ai/ Could you commit it for me and test CAM4 again ? Or you are not able to commit it, I can ask Li Pan commit it later. Thanks.=