From patchwork Mon Aug 26 09:09:35 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Paolo Carlini X-Patchwork-Id: 269832 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "www.sourceware.org", Issuer "StartCom Class 1 Primary Intermediate Server CA" (not verified)) by ozlabs.org (Postfix) with ESMTPS id C0A3A2C00B1 for ; Mon, 26 Aug 2013 19:09:50 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:cc:subject:references :in-reply-to:content-type; q=dns; s=default; b=S3Wv7/T9Pobfpo1SS q2yL4u1CNnMgthxY8Th3FEwvd7leZTEODZ9gZYnd+91VNgN+1tmsG/S/P9h+vsqM RwYWelhc3XXXaV7YC+AnvOVhQXJVfK10vSW2Wod1jLk7ty74gwkFTaanCVQ2+yJH F+hIykdIAKMKxxsqvW6bz9Cp2c= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:cc:subject:references :in-reply-to:content-type; s=default; bh=+8unSwHh3sC5KwMDWZxEo0v mVlk=; b=S2HkTeHenkRsVtbLMtiFJ2dbHVa+dNGJfMwBOMR+bykvNKWOBtcr7sq e8UmiGb0NIxGL0NC5OyqgaiQoWQDd9Do034pYgQxYJD9+p6DnT7jWOXAyZaR7Kgs DXLA3GiRiV4UCR8l355RcY/BK9eyIB3b5OMQTMZGbs1SeeU+mEqo= Received: (qmail 16012 invoked by alias); 26 Aug 2013 09:09:43 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 16003 invoked by uid 89); 26 Aug 2013 09:09:43 -0000 Received: from aserp1040.oracle.com (HELO aserp1040.oracle.com) (141.146.126.69) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Mon, 26 Aug 2013 09:09:43 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-7.2 required=5.0 tests=AWL, BAYES_00, KHOP_THREADED, RCVD_IN_DNSWL_MED, RCVD_IN_HOSTKARMA_W, RP_MATCHES_RCVD, SPF_PASS, UNPARSEABLE_RELAY autolearn=ham version=3.3.2 X-HELO: aserp1040.oracle.com Received: from ucsinet21.oracle.com (ucsinet21.oracle.com [156.151.31.93]) by aserp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r7Q99c6R010136 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 26 Aug 2013 09:09:39 GMT Received: from aserz7021.oracle.com (aserz7021.oracle.com [141.146.126.230]) by ucsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r7Q99bHG012699 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 26 Aug 2013 09:09:38 GMT Received: from abhmt113.oracle.com (abhmt113.oracle.com [141.146.116.65]) by aserz7021.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r7Q99b1B020522; Mon, 26 Aug 2013 09:09:37 GMT Received: from poldo4.casa (/79.43.213.94) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 26 Aug 2013 02:09:37 -0700 Message-ID: <521B1B4F.5090206@oracle.com> Date: Mon, 26 Aug 2013 11:09:35 +0200 From: Paolo Carlini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Gabriel Dos Reis CC: gcc-patches@gcc.gnu.org Subject: Re: Clean up pretty printers [18/n] References: <87y57o3kt5.fsf@euclid.axiomatics.org> In-Reply-To: <87y57o3kt5.fsf@euclid.axiomatics.org> Hi Gaby, bootstrap is currently broken: /scratch/Gcc/svn-dirs/trunk/gcc/c/c-objc-common.c: In function ‘bool c_tree_printer(pretty_printer*, text_info*, const char*, int, bool, bool, bool)’: /scratch/Gcc/svn-dirs/trunk/gcc/c/c-objc-common.c:123:31: error: ‘pp_c_expression’ was not declared in this scope make[2]: *** [c/c-objc-common.o] Error 1 If I don't hear from you I'm going to commit as obvious the below. Thanks! Paolo. //////////////////////// Index: c-objc-common.c =================================================================== --- c-objc-common.c (revision 201987) +++ c-objc-common.c (working copy) @@ -120,7 +120,7 @@ c_tree_printer (pretty_printer *pp, text_info *tex t = DECL_DEBUG_EXPR (t); if (!DECL_P (t)) { - pp_c_expression (cpp, t); + pp_expression (cpp, t); return true; } }