From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4FA823858CDB; Thu, 3 Nov 2022 10:34:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4FA823858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667471670; bh=fyOAeaXa2/3abZUTf/+wHZLeo+60doTEAW3Wi//iboY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=OfYbyP4HnXWsE/o4eQmq18HPuVKEA1eL7P7TNka4adPH2hnXPQcaIA+M/wz8M4LGD GW5OhEgf5KgLfKa6Lmwz8yl0I9XAhWzBOS42U84LfuJhsXyu/8Ew9mwr+qem+QpAzG BEgTC5LAM58krTeaORxWhKO8oEhe46PPTrwXdT+A= From: "roi.jacobson1 at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107513] [Feature Request] Implement __attribute__((__nodebug__)) Date: Thu, 03 Nov 2022 10:34:29 +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: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: roi.jacobson1 at gmail dot com 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=3D107513 --- Comment #5 from Roy Jacobson --- I still think it might be good idea to introduce this for the sake of reduc= ing debug symbols size. I'm less interested in improving debug experience in th= is case, but obviously any improvement to that is welcome as well.=