From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 307C43858C52; Thu, 28 Sep 2023 20:34:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 307C43858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1695933295; bh=7zcoy3i5xXwa+1lrOrXFFleHr61Omp3MkaRUgnrBspE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ax1XTyNFubcmssPNAqWp12k4lGYFDQ6bbjqyv/Qnx/byvswiJaGFKUmX/9l0DWh7m mGl96qNzpQaY/5CxDfVuh/EBoKdbim2jJReKIB5tVnd5PCQX8HqOt8tZfVYrk2Lj+v cKbH8uH6n/yMCAGUvU32p/yWtWOFQEkcXdRjdVcE= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/111621] [RISC-V] Bad register allocation in vadd.vi may cause operational error Date: Thu, 28 Sep 2023 20:34:54 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D111621 --- Comment #1 from Andrew Pinski --- Created attachment 56012 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D56012&action=3Dedit testcase (-march=3Drv64imafdcv -mabi=3Dlp64d -O3) Please next time attach the testcase (or put it inline) and not just a link= to godbolt. Also add the full version of GCC which you can get via the `-v` option.=