From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20252 invoked by alias); 12 Mar 2019 17:03:31 -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 20244 invoked by uid 89); 12 Mar 2019 17:03:31 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-16.9 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_3,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:575, HContent-Transfer-Encoding:8bit 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; Tue, 12 Mar 2019 17:03:30 +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 5EF1C30BFAEF for ; Tue, 12 Mar 2019 17:03:29 +0000 (UTC) Received: from localhost.localdomain (ovpn04.gateway.prod.ext.ams2.redhat.com [10.39.146.4]) by smtp.corp.redhat.com (Postfix) with ESMTP id E283F1001E63 for ; Tue, 12 Mar 2019 17:03:28 +0000 (UTC) From: Pedro Alves To: gdb-patches@sourceware.org Subject: [pushed 0/2] Fix test-cp-name-parser build Date: Tue, 12 Mar 2019 17:03:00 -0000 Message-Id: <20190312170327.14109-1-palves@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-SW-Source: 2019-03/txt/msg00242.txt.bz2 This mini series fixes the test-cp-name-parser build. I'm pondering what could we do to avoid these kinds of regressions. We could make the buildbot always build these utilities too. Maybe even better, add some testsuite testcase that smoke-tests test-cp-name-parser. Pedro Alves (2): Fix test-cp-name-parser build, unused variable Fix test-cp-name-parser build, parser_fprintf undefined gdb/ChangeLog | 8 ++++++++ gdb/cp-name-parser.y | 1 - gdb/yy-remap.h | 4 +++- 3 files changed, 11 insertions(+), 2 deletions(-) -- 2.14.4