From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5A1ED3858C52; Tue, 10 Jan 2023 19:00:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5A1ED3858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673377200; bh=ZxIsfSmYw235I+S1wfUHbHXwLQ8XbF0Rj0BaWIQuOS8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=b9NMcHs1zGlzdFiY5zDiXyEOfOW74uUPLGrc12QlovlMEUx5DNQQctxo0oQ+x4xkx gdMH3cUjS7AlQ63Y67Kty3GRpexk/1nUR8L8+Um+7M26r+aoUK68wkOqF2XAu1GI/i jjBuc7PUock4X0h3JYNvL3jj6unBniJ72R73+0Rk= From: "eric-bugs at omnifarious dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/108361] Assembly code that is never called emitted on x86_64 Date: Tue, 10 Jan 2023 19:00:00 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 12.2.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: eric-bugs at omnifarious dot org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE 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=3D108361 --- Comment #6 from eric-bugs at omnifarious dot org --- Technically, I suppose it is. I do reference those things in the original c= ode. :-) But it is sort of annoying to get the error when I can just edit the assemb= ly and clip out the offending code with no effect other than to remove the err= or. At any rate, yes, it's a duplicate. And thank you.=