From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 121568 invoked by alias); 15 Aug 2015 06:52:42 -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 121555 invoked by uid 89); 15 Aug 2015 06:52:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-yk0-f170.google.com Received: from mail-yk0-f170.google.com (HELO mail-yk0-f170.google.com) (209.85.160.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sat, 15 Aug 2015 06:52:40 +0000 Received: by ykbi184 with SMTP id i184so22512850ykb.2 for ; Fri, 14 Aug 2015 23:52:38 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.129.41.70 with SMTP id p67mr16946364ywp.131.1439621558690; Fri, 14 Aug 2015 23:52:38 -0700 (PDT) Received: by 10.129.40.67 with HTTP; Fri, 14 Aug 2015 23:52:38 -0700 (PDT) In-Reply-To: <1439598962-32364-1-git-send-email-keiths@redhat.com> References: <1439598962-32364-1-git-send-email-keiths@redhat.com> Date: Sat, 15 Aug 2015 06:52:00 -0000 Message-ID: Subject: Re: [PATCH/obv] Rename `typename' in d-exp.y to avoid C++ reserved word From: Iain Buclaw To: Keith Seitz Cc: GDB Patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-08/txt/msg00404.txt.bz2 On 15 August 2015 at 02:36, Keith Seitz wrote: > A recent patch introduced a variable named `typename' into d-exp.y, > and one of the --enable-with-cxx build slaves consequently failed to compile > this. This patch simply adds an underscore into the name to avoid the > reserved word. > I'll have to remember to add that to my own builds, thanks. Iain