From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4BDC23858C66; Mon, 4 Mar 2024 23:27:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4BDC23858C66 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709594835; bh=b0VDND7bwV331r/ipaxl7FsH3d3/V30hUEad9fVmXCI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=asbEzdg7w/3y1b1rR6NDTO+uMMiiBV6TWCVkeD/2tzMv2W5ACkjS/tSGYsNdQZeZI Qswage3Ks2v/4vOyZ5UYXn+eAAwqHMbT0IUm7YEBKT5vownqgQwV9WrvxECaYMupd/ 6y8bS9yImwWfXIYJhTpprhLSL3X5Sn8R281s1Sl4= From: "bruce at hoult dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/114194] ICE when using std::unique_ptr with xtheadvector Date: Mon, 04 Mar 2024 23:27:15 +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: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: bruce at hoult dot 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: 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=3D114194 --- Comment #4 from Bruce Hoult --- I've bisected this and the problem is introduced in 2d7205eb2c3 "RISC-V: Ha= ndle differences between XTheadvector and Vector" Fortunately this commit touches only 136 lines of code, unlike the later two xtheadvector commits which are 1119 and 204 touched lines.=