From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 76208 invoked by alias); 9 Sep 2019 10:23:24 -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 75847 invoked by uid 89); 9 Sep 2019 10:23:23 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-9.1 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 spammy=shape X-HELO: userp2130.oracle.com Received: from userp2130.oracle.com (HELO userp2130.oracle.com) (156.151.31.86) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 09 Sep 2019 10:23:22 +0000 Received: from pps.filterd (userp2130.oracle.com [127.0.0.1]) by userp2130.oracle.com (8.16.0.27/8.16.0.27) with SMTP id x89AJaP4109933; Mon, 9 Sep 2019 10:23:15 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=from : to : cc : subject : references : date : in-reply-to : message-id : mime-version : content-type; s=corp-2019-08-05; bh=cTEIxALd7LQZ2gJwn6qmYBl6Q5jKTZ4F46WoBL68mSg=; b=Mjj5wuhH4c9rElDHlswiTWBZzs1gkpAV4BhklkE/6B7KvlSsvKCuT9JOQ2z4Wmv9j9Rr ulDvfFQWf6in0JcZzqrTyJSgcJ9OA17WH553KzxcGYP5HzEoUwoXmwWWubh/vty16BWA 3mBGx+Gpw6kzvUDFxc3TtI1k6qgD/UGuzVk8eoNKJzfyKpOeEt+okBRHAVSd15J5PhNN asvxbcoXKyn6ZYUdkPRjChbpL8eAURlcKoxuTwu2tV7gZGYzfHIMgsWRJxAYMHNm99qC N/+oCW7o8N+3WLQqYeVtssnbrCc8Cz1PMAZRF9WINvLUCtcTQR5w97xwhrmqiCZW5eUL HA== Received: from aserp3020.oracle.com (aserp3020.oracle.com [141.146.126.70]) by userp2130.oracle.com with ESMTP id 2uw1m8k798-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 09 Sep 2019 10:23:14 +0000 Received: from pps.filterd (aserp3020.oracle.com [127.0.0.1]) by aserp3020.oracle.com (8.16.0.27/8.16.0.27) with SMTP id x89AIWDP145645; Mon, 9 Sep 2019 10:21:14 GMT Received: from aserv0122.oracle.com (aserv0122.oracle.com [141.146.126.236]) by aserp3020.oracle.com with ESMTP id 2uv4d1gqd8-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 09 Sep 2019 10:21:14 +0000 Received: from abhmp0007.oracle.com (abhmp0007.oracle.com [141.146.116.13]) by aserv0122.oracle.com (8.14.4/8.14.4) with ESMTP id x89ALDCr030898; Mon, 9 Sep 2019 10:21:13 GMT Received: from termi.oracle.com (/148.69.85.38) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 09 Sep 2019 03:21:12 -0700 From: jose.marchesi@oracle.com (Jose E. Marchesi) To: Jeff Law Cc: "Jose E. Marchesi" , gcc-patches@gcc.gnu.org, richard.sandiford@arm.com Subject: Re: [PATCH V6 05/11] bpf: new GCC port References: <20190829151347.13536-1-jose.marchesi@oracle.com> <87sgpkgfpz.fsf@gnu.org> <87h85zf0td.fsf@oracle.com> <6055ae30-5c7c-f990-0605-9ee09c492fd0@redhat.com> Date: Mon, 09 Sep 2019 10:23:00 -0000 In-Reply-To: <6055ae30-5c7c-f990-0605-9ee09c492fd0@redhat.com> (Jeff Law's message of "Tue, 3 Sep 2019 12:46:07 -0600") Message-ID: <87woehkbxm.fsf@oracle.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2019-09/txt/msg00486.txt.bz2 I think the bits are in good enough shape they can go in now. I just committed the port to svn trunk, in a single commit, yay! Many thanks to you, richard, seguer and the other reviewers for the great feedback and suggestions. What got committed is certainly WAY better than what I submitted initially. Now the real fun starts :))