From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 129211 invoked by alias); 1 Jun 2017 08:37:17 -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 129198 invoked by uid 89); 1 Jun 2017 08:37:16 -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,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:196, you! X-HELO: smtp.eu.adacore.com Received: from mel.act-europe.fr (HELO smtp.eu.adacore.com) (194.98.77.210) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 01 Jun 2017 08:37:15 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id EA95E8136D; Thu, 1 Jun 2017 10:37:16 +0200 (CEST) Received: from smtp.eu.adacore.com ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cLOw7jfi4MND; Thu, 1 Jun 2017 10:37:16 +0200 (CEST) Received: from [IPv6:2a02:2ab8:224:1:f21f:afff:fe4c:b838] (cacatoes.act-europe.fr [IPv6:2a02:2ab8:224:1:f21f:afff:fe4c:b838]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.eu.adacore.com (Postfix) with ESMTPSA id D075A8136C; Thu, 1 Jun 2017 10:37:16 +0200 (CEST) Subject: Re: [PATCH] DWARF: for variants, produce unsigned discr. when debug type is unsigned To: Jason Merrill , gcc-patches@gcc.gnu.org References: <20170530090656.29330-1-derodat@adacore.com> <034537f3-b135-b2e0-f31e-120796df740f@redhat.com> From: Pierre-Marie de Rodat Message-ID: <8dd37bd8-0eb7-4aaf-f3b6-e98fb5ebf3fc@adacore.com> Date: Thu, 01 Jun 2017 08:37:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 In-Reply-To: <034537f3-b135-b2e0-f31e-120796df740f@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-06/txt/msg00010.txt.bz2 On 05/31/2017 10:34 PM, Jason Merrill wrote: > OK. > > Jason Committed. Thank you! -- Pierre-Marie de Rodat