From patchwork Wed Oct 16 11:53:34 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Carlini X-Patchwork-Id: 283928 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 did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 96AD32C00E2 for ; Wed, 16 Oct 2013 22:53:48 +1100 (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=u3xUxSfXE24X1Lfee Dt2ClEknYG41vbgkS4G0tSEW+r2HbeELJN9XRGlQWFzC4XA5L8/aOwdP9mOVc0Vf QdNyNkx35JiIXQ7E/GaT+TwWcjHSNvezBIf94sYF9vXJnsQmCsfJFf7STRW2ez93 neJFSI0PRNJypBMpTsu0uRi+SI= 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=uNV1+AuXqdzbAmWtmLX2/b2 fHHY=; b=nBh1pyJxKTe0UIkOfhn3cyNTd6EqE9mxwQ4atjSTwfiYHBx/vGDRPIq weMvOgiBW/sQkbfSSZl6maqCGl7ukwPV49V0U0kqxlKs73zYMM6n5DtWnICLun9X Vldriw2Ipqnsby5XIAyW+hIwe7SeP6CaRHnQxqYvwmk6mW78x10Q= Received: (qmail 6215 invoked by alias); 16 Oct 2013 11:53:42 -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 6197 invoked by uid 89); 16 Oct 2013 11:53:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.0 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_PASS, UNPARSEABLE_RELAY autolearn=ham version=3.3.2 X-HELO: userp1040.oracle.com Received: from userp1040.oracle.com (HELO userp1040.oracle.com) (156.151.31.81) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 16 Oct 2013 11:53:41 +0000 Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by userp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r9GBrcBk018271 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 16 Oct 2013 11:53:39 GMT Received: from aserz7022.oracle.com (aserz7022.oracle.com [141.146.126.231]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r9GBrbPt015868 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 16 Oct 2013 11:53:37 GMT Received: from abhmt109.oracle.com (abhmt109.oracle.com [141.146.116.61]) by aserz7022.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r9GBrbiv015861; Wed, 16 Oct 2013 11:53:37 GMT Received: from poldo4.casa (/79.45.216.203) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 16 Oct 2013 04:53:36 -0700 Message-ID: <525E7E3E.7010605@oracle.com> Date: Wed, 16 Oct 2013 13:53:34 +0200 From: Paolo Carlini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Richard Biener , Paulo Matos CC: Jakub Jelinek , "gcc-patches@gcc.gnu.org" Subject: Re: [PATCH] tree_code_name wrapper References: <19EB96622A777C4AB91610E763265F462DC5C7@SJEXCHMB14.corp.ad.broadcom.com> <525C1786.5030404@oracle.com> <19EB96622A777C4AB91610E763265F462DC8D3@SJEXCHMB14.corp.ad.broadcom.com> <20131015095055.GM30970@tucnak.zalov.cz> <19EB96622A777C4AB91610E763265F462DDBA3@SJEXCHMB14.corp.ad.broadcom.com> <19EB96622A777C4AB91610E763265F462DDCB1@SJEXCHMB14.corp.ad.broadcom.com> <20131015144431.GP30970@tucnak.zalov.cz> <19EB96622A777C4AB91610E763265F462DDD52@SJEXCHMB14.corp.ad.broadcom.com> In-Reply-To: X-IsSubscribed: yes Hi, bootstrap is currently broken, I'm going to test and commit the below if everything goes well. Thanks, Paolo. /////////////////// Index: pt.c =================================================================== --- pt.c (revision 203698) +++ pt.c (working copy) @@ -12102,7 +12102,7 @@ tsubst (tree t, tree args, tsubst_flags_t complain gcc_unreachable (); default: - sorry ("use of %qs in template", get_tree_code_name ((int) code)); + sorry ("use of %qs in template", get_tree_code_name (code)); return error_mark_node; } }