From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 008863858C98; Thu, 21 Mar 2024 15:20:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 008863858C98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1711034445; bh=02hxR3nORiwcsr+6pB40GAoEyRjRZ/Gv9zBXzlu1Nqg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ANY5jEFHT6cCEzj1eJxJPBrkI45NJg7eEFSfmow5l4Zvsd6lRqUuiD+6oY4Q3bh60 EnD8QavQ/7Yui2Lz5R8fYsZV92TyNgx0AJjQEjnCanfiISJWO8rD3A2unlObCwJz0v wG5yKZexQvAY9ey4b0V0SdLWb/PcuOGF5uI8u83o= From: "cmuellner at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/114194] ICE when using std::unique_ptr with xtheadvector Date: Thu, 21 Mar 2024 15:20:44 +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: cmuellner at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: cmuellner at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to cf_reconfirmed_on cc everconfirmed bug_status target_milestone 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 Christoph M=C3=BCllner changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at gcc dot gnu.org |cmuellner at gcc do= t gnu.org Last reconfirmed| |2024-03-21 CC| |cmuellner at gcc dot gnu.o= rg Ever confirmed|0 |1 Status|UNCONFIRMED |ASSIGNED Target Milestone|--- |14.0 --- Comment #7 from Christoph M=C3=BCllner -= -- Thanks for reporting and providing several minimal reproducers. I can reproduce the issue and have further analyzed it. During the analysis, I've noticed that not only memset-zero (clear-memory) = is affected, but all memset expansions (e.g. `memset(p, 3, 15)`). I also have a potential fix that will be sent to the list once the testing = run is completed.=