From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 54327 invoked by alias); 18 Jul 2018 22:43:16 -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 54249 invoked by uid 89); 18 Jul 2018 22:43:15 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:204 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 18 Jul 2018 22:43:14 +0000 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 6DA35308A950; Wed, 18 Jul 2018 22:43:13 +0000 (UTC) Received: from tucnak.zalov.cz (ovpn-117-71.ams2.redhat.com [10.36.117.71]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 0F0001001642; Wed, 18 Jul 2018 22:43:12 +0000 (UTC) Received: from tucnak.zalov.cz (localhost [127.0.0.1]) by tucnak.zalov.cz (8.15.2/8.15.2) with ESMTP id w6IMhAWN018454; Thu, 19 Jul 2018 00:43:11 +0200 Received: (from jakub@localhost) by tucnak.zalov.cz (8.15.2/8.15.2/Submit) id w6IMh8do018453; Thu, 19 Jul 2018 00:43:08 +0200 Date: Wed, 18 Jul 2018 22:43:00 -0000 From: Jakub Jelinek To: Nathan Sidwell Cc: Jason Merrill , gcc-patches@gcc.gnu.org Subject: Re: [C++ PATCH] Further get_identifier ("string literal") C++ FE caching Message-ID: <20180718224308.GJ7166@tucnak> Reply-To: Jakub Jelinek References: <20180718210453.GI7166@tucnak> <5b4fb878.1c69fb81.7fe02.d72a@mx.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5b4fb878.1c69fb81.7fe02.d72a@mx.google.com> User-Agent: Mutt/1.9.2 (2017-12-15) X-IsSubscribed: yes X-SW-Source: 2018-07/txt/msg01034.txt.bz2 On Wed, Jul 18, 2018 at 06:00:20PM -0400, Nathan Sidwell wrote: > So cool! Thanks. Ok for both patches or just this one? Jakub