From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 45775 invoked by alias); 23 Dec 2015 11:07: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 45765 invoked by uid 89); 23 Dec 2015 11:07:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=Hx-languages-length:331, H*MI:sk:2015122 X-HELO: e06smtp06.uk.ibm.com Received: from e06smtp06.uk.ibm.com (HELO e06smtp06.uk.ibm.com) (195.75.94.102) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Wed, 23 Dec 2015 11:07:33 +0000 Received: from localhost by e06smtp06.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 23 Dec 2015 11:07:30 -0000 Received: from d06dlp03.portsmouth.uk.ibm.com (9.149.20.15) by e06smtp06.uk.ibm.com (192.168.101.136) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Wed, 23 Dec 2015 11:07:28 -0000 X-IBM-Helo: d06dlp03.portsmouth.uk.ibm.com X-IBM-MailFrom: krebbel@linux.vnet.ibm.com X-IBM-RcptTo: gcc-patches@gcc.gnu.org Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id 416B11B0806B for ; Wed, 23 Dec 2015 11:08:03 +0000 (GMT) Received: from d06av05.portsmouth.uk.ibm.com (d06av05.portsmouth.uk.ibm.com [9.149.37.229]) by b06cxnps4076.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id tBNB7Rqj1442080 for ; Wed, 23 Dec 2015 11:07:27 GMT Received: from d06av05.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id tBNB7RG1032266 for ; Wed, 23 Dec 2015 04:07:27 -0700 Received: from [9.164.144.59] (icon-9-164-144-59.megacenter.de.ibm.com [9.164.144.59]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id tBNB7RAW032257; Wed, 23 Dec 2015 04:07:27 -0700 Subject: Re: [RFC][PATCH] Fix broken handling of LABEL_REF in genrecog + genpreds. To: gcc-patches@gcc.gnu.org, vogt@linux.vnet.ibm.com References: <20151216124305.GA12471@linux.vnet.ibm.com> <87twngt711.fsf@googlemail.com> <20151222111256.GA25715@linux.vnet.ibm.com> From: Andreas Krebbel Message-ID: <567A806E.5090305@linux.vnet.ibm.com> Date: Wed, 23 Dec 2015 11:07:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <20151222111256.GA25715@linux.vnet.ibm.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15122311-0025-0000-0000-000005578E14 X-IsSubscribed: yes X-SW-Source: 2015-12/txt/msg02089.txt.bz2 On 12/22/2015 12:12 PM, Dominik Vogt wrote: > All right, in the mean time the patch has passed the test suite on > x86_64, s390x and s390. See attached version 2 of the patch > (added just an additional comment in genpreds.c). Applied. Thanks! -Andreas-