From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 55020 invoked by alias); 3 Jul 2017 16:48:45 -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 53940 invoked by uid 89); 3 Jul 2017 16:48:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy= X-HELO: mail-yw0-f176.google.com Received: from mail-yw0-f176.google.com (HELO mail-yw0-f176.google.com) (209.85.161.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 03 Jul 2017 16:48:21 +0000 Received: by mail-yw0-f176.google.com with SMTP id v193so7776006ywg.2 for ; Mon, 03 Jul 2017 09:48:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:subject:to:cc:references:from:message-id :date:user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=H2VSeIj6os4DgFhN6oPF1DTNlc6Yz6+pUZJZ4mid2YI=; b=OWp7B3cK/thVCtqQdcZqgIrg8nnPFLTIh4b5oEXl/2zzvUTDF7/H3LSuqibo927AOA n9jQqOeurQLNIm+ttbh/1y81FbNQLezdDIKCg5P2uF6YLCL8BJwWSfO3LAdgdpzhu6xz HYmUENosqudNB7ZT4BrhtXXv8+7OlyokTPnij1nYCP4N7vIVvkJoqEjq6vNaWjlIw/jl hySkSU/VyqErl2ppsaZKOEqryLM8uWDNtibP6St3VKPwt31RlZeWj38vCh8rotuCcs6p chzH7my8UGbrZ44yvVjjPGoTFtxSAirznWxMzWEEqO9B5JAs0opPBZV+4a64ABTUsH+n NSNA== X-Gm-Message-State: AKS2vOx2P0Xd0LdAOQ3sTU2SMYHNmD8/NRB3fbpi73pPxzyEHqSyF5Sq o1yLf3GV5VUCng== X-Received: by 10.129.170.20 with SMTP id i20mr18244872ywh.327.1499100488688; Mon, 03 Jul 2017 09:48:08 -0700 (PDT) Received: from ?IPv6:2620:10d:c0a3:20fb:7500:e7fb:4a6f:2254? ([2620:10d:c091:200::3:658d]) by smtp.googlemail.com with ESMTPSA id c124sm1843884ywd.31.2017.07.03.09.48.07 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 03 Jul 2017 09:48:08 -0700 (PDT) Subject: Re: [C++] Fix decomp ICE with invalid initializer (PR c++/81258) To: Jakub Jelinek , Jason Merrill Cc: gcc-patches@gcc.gnu.org References: <20170630172424.GN2123@tucnak> <06582788-c59d-1164-0264-3695a95a5ba9@acm.org> <20170703160502.GZ2123@tucnak> From: Nathan Sidwell Message-ID: <15a1c36d-44b4-1ffd-7132-5ee3da58afaa@acm.org> Date: Mon, 03 Jul 2017 16:48:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170703160502.GZ2123@tucnak> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2017-07/txt/msg00128.txt.bz2 On 07/03/2017 12:05 PM, Jakub Jelinek wrote: > Ok. In the light of the http://gcc.gnu.org/ml/gcc-patches/2017-06/msg02432.html > thread, shouldn't this be structured binding declaration then? > I.e. Yes, I think that's better, thanks! nathan -- Nathan Sidwell