From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa4.hgst.iphmx.com (esa4.hgst.iphmx.com [216.71.154.42]) by sourceware.org (Postfix) with ESMTPS id 779EA385BF83 for ; Mon, 6 Apr 2020 20:21:28 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 779EA385BF83 IronPort-SDR: k7S2ptt/gIDvCTqukJhOyYgzjBxocYWBFPNI3COSpvno7O/ivmJCRPeE3rUltVspiCaDqXn2yP ZIUoDEB/ItXbNDjQy3kHblD3Aa52eQPSTpRcjVQ1/TlIdEKGwcAPZpk/dlS0n/ESqN3T3n7OC4 esWguHukFi45qq6gylQ9w/4uxa9qjYsbs0q10kHzseM1cn2uCQqe0+Z4mA4FKX6Fkh7QP1WJ9g deA91Zlma1FmHQezw8Oig2adGHLqs9IZKpKOaQtH3B/F7zjqB2eofMP4bQvVrkQaNfobir1Eb2 8tA= X-IronPort-AV: E=Sophos;i="5.72,352,1580745600"; d="scan'208";a="134714717" Received: from uls-op-cesaip01.wdc.com (HELO uls-op-cesaep01.wdc.com) ([199.255.45.14]) by ob1.hgst.iphmx.com with ESMTP; 07 Apr 2020 04:21:27 +0800 IronPort-SDR: M00FrIt0SPOw/xSCExJhIhCJtW58CjwCcP6CEU1djHJv90zCGfcQMf08RpyMMXHLdYN0D6EoJO hZk3Y5gZf1uD2V0tfw84dJXlN4NLKmlSo6VYVdU61FgM68lD7qtNyqoUnPUouQYI45EXiIM883 B8AtzYsHq/LZD6Ea2mnQofJ+4jJHFhsybbx0tyXTeQyAlKJhadkRKjG/fk9JYaqX6dxwblNMaL kQC6aunGA5OXJIAVsZRgjoeEZckCslBvxjUmZfaaStNnoSY6Tz70Bc2O9hQsE0p3ulUXai64sX 9pajjJO5kEN9HM6jd0c5WvP5 Received: from uls-op-cesaip02.wdc.com ([10.248.3.37]) by uls-op-cesaep01.wdc.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Apr 2020 13:12:44 -0700 IronPort-SDR: j2zd4BFwEFsg83IM0rwvMShTwCUiBn5zxGE5Y8pvxEm4EyADZvAAojDqD0eVUeS5GMDJAs6pmL UQecxQ9SUQuQ6IU6uDDpqac0xqcOrRIOIiEG9UP/74FaJlKAAuu4g8XUe9i/kdJrqgm3FrJEVu LOeb5CVwWYn5GPCbDmh/+id13fLAcOZRQMKpDpszRmR2RaOj06BQVzxgTIL6bMzzghyH6DNfEH 3zp6BN1bqbYZu4vVf+OmBpUdr7XqXiyFor8ID8CdiMnzOpEqmVciCHhZnI3P+7HAfs86J1NCE4 BgA= WDCIronportException: Internal Received: from unknown (HELO redsun52) ([10.149.66.28]) by uls-op-cesaip02.wdc.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Apr 2020 13:21:26 -0700 Date: Mon, 6 Apr 2020 21:21:22 +0100 (BST) From: "Maciej W. Rozycki" To: Jeff Law cc: gcc-patches@gcc.gnu.org, Mike Stump , Chung-Lin Tang , Ian Lance Taylor , libffi-discuss@sourceware.org Subject: Re: [PATCH v4 GCC 2/5] libffi/test: Fix compilation for build sysroot In-Reply-To: <884869974f813a01c4a6a9772b31366109a3b198.camel@redhat.com> Message-ID: References: <884869974f813a01c4a6a9772b31366109a3b198.camel@redhat.com> User-Agent: Alpine 2.21 (LFD 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Apr 2020 20:21:30 -0000 On Mon, 6 Apr 2020, Jeff Law wrote: > > libffi/ > > * configure.ac: Add testsuite/local.exp to output files. > > * configure: Regenerate. > > * testsuite/local.exp.in: New file. > > * testsuite/Makefile.am (EXTRA_DEJAGNU_SITE_CONFIG): New > > variable. > > * testsuite/Makefile.in: Regenerate. > Oh, I see it now. THe patches I ack'd were actually for upstream libffi. > > You should actually wait for a libffi maintainer to ack those, not me :-) Sorry > for the confusion. Sorry to make it unclear. I chose to cc the other mailing list with the libffi part of both submissions so as to give a chance to chime in to members of both communities. We are quite tightly coupled with each other here after all and my experience over the many years I have been involved has been that the bits related to Autotools are often quite tricky and hard to get right (Autotools are fine tools in my experience, it's just you need to be thorough with them as they tend not to forgive a cursory approach). > Both backports are OK once they're upstreamed. Thanks for your ack; it was my intent to get these upstream first, and I realise there can be changes requested that will require the GCC backport to be adjusted accordingly (and reviewed again). Maciej