From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 41691 invoked by alias); 13 Sep 2018 10:42:34 -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 41676 invoked by uid 89); 13 Sep 2018 10:42:33 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,KAM_SHORT,SPF_PASS autolearn=ham version=3.3.2 spammy=rights X-HELO: mx1.suse.de Received: from mx2.suse.de (HELO mx1.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 13 Sep 2018 10:42:32 +0000 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 960B5AF8C; Thu, 13 Sep 2018 10:42:30 +0000 (UTC) Subject: Re: [PATCH] DWARF: add DW_AT_count to zero-length arrays To: Omar Sandoval References: <20180817042900.GA19666@vader> Cc: gcc-patches@gcc.gnu.org From: Tom de Vries Message-ID: <814d17b0-dfd8-6785-3497-49ac8ffa4456@suse.de> Date: Thu, 13 Sep 2018 10:52:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.0 MIME-Version: 1.0 In-Reply-To: <20180817042900.GA19666@vader> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-09/txt/msg00687.txt.bz2 On 8/17/18 6:29 AM, Omar Sandoval wrote: > I don't have commit rights (first time contributor), so if this change is okay > could it please be applied? Hi, thanks for the patch, I've committed the approved version. [ In case you don't have one already ... ] if you want to continue contributing, it's a good idea to get a copyright assignment in place ( https://gcc.gnu.org/contribute.html#legal ). Thanks, - Tom