From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-il1-x141.google.com (mail-il1-x141.google.com [IPv6:2607:f8b0:4864:20::141]) by sourceware.org (Postfix) with ESMTPS id 4554F385B835 for ; Fri, 10 Apr 2020 08:18:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 4554F385B835 Received: by mail-il1-x141.google.com with SMTP id t10so1206857iln.2 for ; Fri, 10 Apr 2020 01:18:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=G26IHRMQ66RdbUv7cjECCyLgNplzkH42QkP2VWZQWS8=; b=suvm3FWw+Edt5ETkqbSawDRFaNttwNhUWl6XXxetocEMC+gS77X4MzWIo7iGYjpnTb x/IknoP/OzXMJhAjaHdjecAI72nh0NyHZPnEu4TgEdujIP/v7QVLS47xbWLQXuE1A+yj z3mV68LmXc7PLURVaNHohVZkULH0bkGAuytWY2kSuoJoqxUpBMv2wnOjhfHG0y2dA1NU TQdrnhWwVmR4cJTMiME1kTiDSGFiA7XT39edMyAOCQyJCVm42JIjPhP8F/+U6/ZUd0wB pniNd4Diahu3eoPGszKdNsFyshaSZdQIiHMiE78ikHQu6mDLdDATBeW5U++fn+q65hDb nzeA== X-Gm-Message-State: AGi0PuaHPjYc9mHxHF2ICCCWNG2tY52bTcZOcgKegQtJQlsCypmjm/fu MILiZIQu0BMw+qIqfEOGpSZuqBef4ABRv7L9yOs= X-Google-Smtp-Source: APiQypKmV9nvCUWvLVwDpb6bJb8SHXb25d/xJVOP8HZk8blMkIeDE7rv6IfoLLEFD0NxZP4DAYDxeIdnurUY2+UNurk= X-Received: by 2002:a05:6e02:10d0:: with SMTP id s16mr4073982ilj.30.1586506727541; Fri, 10 Apr 2020 01:18:47 -0700 (PDT) MIME-Version: 1.0 References: <20200403152609.GA35629@kam.mff.cuni.cz> <0dbc191e-66f7-9878-956d-96149f20f5bf@suse.cz> <20200408133252.GG2212@tucnak> <20d175a6-23df-43e5-7027-d11fc660abd1@suse.cz> <8cac5c65-3b93-1c9a-87e9-9e42eb876eba@suse.cz> In-Reply-To: <8cac5c65-3b93-1c9a-87e9-9e42eb876eba@suse.cz> From: Jonathan Wakely Date: Fri, 10 Apr 2020 08:18:36 +0000 Message-ID: Subject: Re: [PATCH] Allow new/delete operator deletion only for replaceable. To: =?UTF-8?Q?Martin_Li=C5=A1ka?= Cc: Marc Glisse , Richard Biener , Jason Merrill , Jakub Jelinek , Jan Hubicka , GCC Patches , Nathan Sidwell Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Apr 2020 08:18:49 -0000 On Fri, 10 Apr 2020 at 09:08, Martin Li=C5=A1ka wrote: > Marc pointed out that some targets do not use the leading '_' (or use 2 d= ashes?) for mangled named? Double underscore at the start. I think darwin uses that.