From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.killthe.net (mail.killthe.net [207.126.114.3]) by sourceware.org (Postfix) with ESMTP id CE1893858D1E for ; Fri, 8 Sep 2023 05:58:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org CE1893858D1E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=killthe.net Authentication-Results: sourceware.org; spf=none smtp.mailfrom=killthe.net Received: from magic (unknown [166.137.97.191]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.killthe.net (Postfix) with ESMTPSA id 2235C120521; Fri, 8 Sep 2023 01:58:30 -0400 (EDT) Date: Fri, 8 Sep 2023 01:01:09 -0500 From: Dave Blanchard To: gcc@gcc.gnu.org Cc: Alexandre Oliva Subject: Re: Last call for bikeshedding on attribute sym/exalias/reverse_alias Message-Id: <20230908010109.d44b38afbf1381466fbcc8ee@killthe.net> In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=1.4 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Fri, 08 Sep 2023 02:25:38 -0300 Alexandre Oliva via Gcc wrote: > Attribute sym, named after symver, is the one in the latest version of > the patch. mnemonic_alias, convenience_alias and asm_alias are other > possibilities that comes to mind. The 2020-August thread has many more. Sounds like a useful feature. Since it specifically deals with C++ name mangling, how about 'demangle'? C++ is an abomination and name mangling is a perfect example of the brain damage surrounding this abortion of a language, but I digress...