From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x62b.google.com (mail-ej1-x62b.google.com [IPv6:2a00:1450:4864:20::62b]) by sourceware.org (Postfix) with ESMTPS id 4F2353858D1E for ; Fri, 8 Sep 2023 07:34:47 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 4F2353858D1E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-ej1-x62b.google.com with SMTP id a640c23a62f3a-99bcfe28909so211477466b.3 for ; Fri, 08 Sep 2023 00:34:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1694158485; x=1694763285; darn=gcc.gnu.org; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=Mmfx8Z73CYbG5vAqYiN9yCqZyTu6rpq4oXbvR7mO+sU=; b=Ifd3HStlL9F9eHsFQfLGhhfmRSEyWIzOdFPTXxhtwEeSohsHI0YPinQJMcTq26yRFJ T/oE9/b16B81GelFqkuS5RRT0Wvv8iHI26KTL97qNBf16MDLEE0QN96ih8FZdjXeRlS1 hwwOtV+nYv8vZrf18qbSW1V2cpK/UMa/YiFiqDjwySqnL77daTIlQ++2XWreC8f1WCLR nshhJ5WRDUz4Q1AGPBXYe3f1pcsEykcKoAUjZzsnzCc7GLlN0wgDb7JdSWBQb15++Ptq oaYbHvuxieyrKYZAYb5iDXdAfcdN4JcU7/RO0TJdYKe9KMyMG1YkU7QH3K0dj5SJ2ibA 0c3g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1694158485; x=1694763285; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=Mmfx8Z73CYbG5vAqYiN9yCqZyTu6rpq4oXbvR7mO+sU=; b=vI9A1HLn1ON4Vo68hFf1ji6imgs7Eef5Q56ntUIPkaX4AFLN5gq1EFpu/LUGxm65Da 2ENIp0Lm77J2pNeE9l1YAUh236mcwkjdET42YMw65uC+op/qWKfiDcP4MhWSw402pi/u VC/mtAtyQRRZAeRRFtWuoeWjNhCBNZqKwhcNSeEtOICe5CHKJSaJfdPk5XQo8+egayMZ /7ddt7AUJtlmWlrAEV1TgeKSvEcL039EcxfafV4SN9vbTZ+Jfe1O6b92g32eHHpQRyyP 5Lw7DQhIlTdUGgUD+s8gXzn0TT3aAdZ8kPG+kOqlq9ZOPhi6Nq6qv5GWLPrDJUXYqkSK +ZIQ== X-Gm-Message-State: AOJu0YyHXYHCko6cNR3cFODUOEn7u0mv/YxUpJq0240CQlLobrXOpa3S gSzHgAvkSIO8zWNtbYkq+2UWwyQo833sOnYacPIgmjpR X-Google-Smtp-Source: AGHT+IEYhqDNQnxC1sH8G6bbvAH5EpDhvGkDsfOKEjhuCI4F1FnOXlWdaIovJwXRotqy9sxixEzwS1WJSh7Ll+WCdMY= X-Received: by 2002:a17:906:1cf:b0:9a1:c991:a521 with SMTP id 15-20020a17090601cf00b009a1c991a521mr1303513ejj.4.1694158485309; Fri, 08 Sep 2023 00:34:45 -0700 (PDT) MIME-Version: 1.0 References: <20230908010109.d44b38afbf1381466fbcc8ee@killthe.net> In-Reply-To: <20230908010109.d44b38afbf1381466fbcc8ee@killthe.net> From: Jonathan Wakely Date: Fri, 8 Sep 2023 08:34:33 +0100 Message-ID: Subject: Re: Last call for bikeshedding on attribute sym/exalias/reverse_alias To: Dave Blanchard Cc: "gcc@gcc.gnu.org" , Alexandre Oliva Content-Type: multipart/alternative; boundary="000000000000b5cd3c0604d402b2" X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: --000000000000b5cd3c0604d402b2 Content-Type: text/plain; charset="UTF-8" On Fri, 8 Sept 2023, 06:58 Dave Blanchard, wrote: > 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'? > It doesn't demangle though, it provides an alternative mangled name. > C++ is an abomination and name mangling is a perfect example of the brain > damage surrounding this abortion of a language, but I digress... > --000000000000b5cd3c0604d402b2--