From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 65182 invoked by alias); 3 Dec 2017 11:58:57 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 65162 invoked by uid 89); 3 Dec 2017 11:58:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No 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.2 spammy=H*r:ip*192.168.0.123, Hx-languages-length:227 X-HELO: mail-wm0-f54.google.com Received: from mail-wm0-f54.google.com (HELO mail-wm0-f54.google.com) (74.125.82.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 03 Dec 2017 11:58:54 +0000 Received: by mail-wm0-f54.google.com with SMTP id t8so1289904wmc.3 for ; Sun, 03 Dec 2017 03:58:54 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=6jtMsdVlW+SxndLMV3MgFTJEBSsptKSLQ06UsjAkNBk=; b=Kvww+PoQdXdmDC+0Qio2dbM60w6rjwUjZWJ6+jUhMN6D7NBV2MCQ0eBXUDC6iy9JpS L8ZmIaUAEYLAt+zJlnJ+XzKUwQDJm5YG8Yr3Q2/l9oLCeiw3pu+XzL++rCYtNFPiOAfH FbkkXBCqf74SQjohd+VyGnr/nNfVvfdbN9Ry3qd35sR/AudYcEKGO0jghgMtlEu4mvz7 CVpKJzvuHtobnmQKGW1ygAMQNe5edls60fJ9jyHFa3dw+B6C0h7l0MRv2n8y7KG5WG2J UeekGVKCL11w4/XIxySQQwaRRMsTpUhbL8Z5V2tGl6BtI91TBBoRYqM827rXertoC13D k23g== X-Gm-Message-State: AKGB3mKU4bIszvqVPA+3wBd0VjA+rdjwz1UgdvCqO2cdM1ZGWofu2rh1 qQo1EKBY+hSjWRibA/SOjwa3aA== X-Google-Smtp-Source: AGs4zMaHhRcKTgUJxelK3L4uPqnwuGQhAk2tYAG+72jHk25qkgAWUwjyr/pGtqpe1CTnxxjWdwXoNA== X-Received: by 10.28.156.10 with SMTP id f10mr992330wme.128.1512302332474; Sun, 03 Dec 2017 03:58:52 -0800 (PST) Received: from [192.168.0.123] (bl20-178-16.dsl.telepac.pt. [2.81.178.16]) by smtp.gmail.com with ESMTPSA id l31sm21235796wrc.50.2017.12.03.03.58.51 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 03 Dec 2017 03:58:51 -0800 (PST) Subject: Re: [PATCH 1/2] Make make-target-delegates grok namespace scope op and template params To: Simon Marchi References: <1509377531-21044-1-git-send-email-palves@redhat.com> <1509377531-21044-2-git-send-email-palves@redhat.com> <6d65bbfce86476451463c8d880c38a54@polymtl.ca> <7cbbbfaf-67c9-9a08-79aa-92d87efb69e9@polymtl.ca> Cc: gdb-patches@sourceware.org From: Pedro Alves Message-ID: Date: Sun, 03 Dec 2017 11:58:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <7cbbbfaf-67c9-9a08-79aa-92d87efb69e9@polymtl.ca> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-12/txt/msg00055.txt.bz2 > Do you mind if I rebase and push this patch? Additional cleanups I have > in line would benefit from it. Sure, please go ahead. Thanks.