From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 76343 invoked by alias); 29 Jun 2017 20:56:55 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 76320 invoked by uid 89); 29 Jun 2017 20:56:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM autolearn=no version=3.3.2 spammy=HX-Gm-Message-State:sk:AIVw110 X-HELO: mail-it0-f49.google.com Received: from mail-it0-f49.google.com (HELO mail-it0-f49.google.com) (209.85.214.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 29 Jun 2017 20:56:52 +0000 Received: by mail-it0-f49.google.com with SMTP id k192so14371232ith.1 for ; Thu, 29 Jun 2017 13:56:52 -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:in-reply-to:references:from:date :message-id:subject:to:cc; bh=WitB+AjWOtIBNXXF+Q/Ubps1pdBv4nT4QHEAVzl1Wrc=; b=sKzH4iSnGh63rVr/JPTRu7Lk/aTDy15zRG3RCautRVXz9rc6yq3HPZe4yOc1c1VR2g U8jZyTJrSgzWTk5wS9cISRpQrresnLj3sKvsQwFr7mbMnSx0AOrXLrDuS9Bi2sBKFDns Cf4KQgmUMYLaDevlUtCogTJIdv6YwB10MGE/YvycvClncd5N19BSFvyMTOEo5wlbWOG4 N6ZjQMbrhsbs/Akngh/Urzh5a8Ww+RAM6F7Om6HR4HcKdjgHBdcXa+F3oRL8StVPElE4 uQyB40b9GsJGWw9TApGyNB0sYu1FueWa8slvjyDqF70szPCDSprYEvEnhnK3F7SZi5mV CttA== X-Gm-Message-State: AIVw110l6JmQv04V6zKHxtxGJf+tJCXmBpBMYNKvzxQnVy+aKZvN5XrV 0jEvJsqlZS8pPRR8ES869XLcRIv6Jf/S X-Received: by 10.36.125.5 with SMTP id b5mr274144itc.110.1498769810715; Thu, 29 Jun 2017 13:56:50 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.11.105 with HTTP; Thu, 29 Jun 2017 13:56:30 -0700 (PDT) In-Reply-To: References: From: Jason Merrill Date: Thu, 29 Jun 2017 20:56:00 -0000 Message-ID: Subject: Re: [C++ PATCH] constructor_name To: Nathan Sidwell Cc: GCC Patches Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2017-06/txt/msg02330.txt.bz2 On Thu, Jun 29, 2017 at 10:43 AM, Nathan Sidwell wrote: > [*] perhaps `&"~"[!twiddle]' is too cute a trick? It's very localized, so I think it's appropriately cute. Jason