From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 47168 invoked by alias); 15 Jan 2020 12:12:53 -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 47160 invoked by uid 89); 15 Jan 2020 12:12:53 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mail-qk1-f170.google.com Received: from mail-qk1-f170.google.com (HELO mail-qk1-f170.google.com) (209.85.222.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 15 Jan 2020 12:12:43 +0000 Received: by mail-qk1-f170.google.com with SMTP id z14so15359309qkg.9 for ; Wed, 15 Jan 2020 04:12:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=9EGvbY/OZ2umIjICvztHIq69EPp09NRiwTPuI5Nqy+8=; b=f1PLkd06XjYLTToD0c3Fjc7CfpUjUix7wo0Crwwj5PeMbbXd3R2sRlQ1HR/q6m5PyH /UEw2Z6okxqY+4QJQI8u0p1aEDrbNEo2xfLE3f4mNtPpDQ6MIE7SXhV30GmYnsGuLCXO /JtpNCRT5yaFij9HTwSHhBDtlSbD8FYGM7K0ABo5xl6zNhUfP6S3agd352cXFOT91zMu f8K1mWPSw5Gfjz5o69Ono0PFD1ypownPoGqLEkLVO5UHRYy+tOmWrl+XUrEJogo6gSs+ AnUQUmqChz5cvXRMVKzMUx5J8rcxQDPl1dP0Bbzy7sGWUWF5H0lw4HTZIVnApAyQbrE6 ZD6g== Return-Path: Received: from ?IPv6:2620:10d:c0a3:1407:69eb:f8c4:8419:a07a? ([2620:10d:c091:500::1:6414]) by smtp.googlemail.com with ESMTPSA id i90sm9222391qtd.49.2020.01.15.04.12.39 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 15 Jan 2020 04:12:40 -0800 (PST) Subject: Re: [PR90916] ICE in retrieve specialization To: Marek Polacek Cc: Jason Merrill , GCC Patches References: <2c6315cb-f1d3-b0fe-6837-fb9fe571daeb@acm.org> <281402c1-2df6-680c-e386-e542855ba3e9@acm.org> <20200114212119.GJ31864@redhat.com> From: Nathan Sidwell Message-ID: Date: Wed, 15 Jan 2020 12:33:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2 MIME-Version: 1.0 In-Reply-To: <20200114212119.GJ31864@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2020-01/txt/msg00877.txt.bz2 On 1/14/20 4:21 PM, Marek Polacek wrote: > On Tue, Jan 14, 2020 at 04:10:07PM -0500, Nathan Sidwell wrote: >> 2020-01-14 Nathan Sidwell >> >> + PT c++/90916 > > Note this has PT instead of PR :). yeah, I caught the typo on the followup. Thanks for noticing! nathan -- Nathan Sidwell