From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id 7AE613858033 for ; Mon, 21 Nov 2022 10:16:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7AE613858033 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: from reform (deer0x0e.wildebeest.org [172.31.17.144]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id EB81A301AB1E; Mon, 21 Nov 2022 11:16:44 +0100 (CET) Received: by reform (Postfix, from userid 1000) id 4EB922E81594; Mon, 21 Nov 2022 11:16:44 +0100 (CET) Date: Mon, 21 Nov 2022 11:16:44 +0100 From: Mark Wielaard To: Jeff Law Cc: Christophe Lyon , gcc-patches@gcc.gnu.org Subject: Re: [PATCH v2] genmultilib: Add sanity check Message-ID: References: <5fd04651-5fab-e1d1-ea01-9fc39a1cb207@arm.com> <20221103095259.4095606-1-christophe.lyon@arm.com> <60cd8d77-8f33-bf5c-6316-f035f12c53d8@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <60cd8d77-8f33-bf5c-6316-f035f12c53d8@gmail.com> X-Spam-Status: No, score=-3032.8 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi, On Fri, Nov 18, 2022 at 12:42:10PM -0700, Jeff Law wrote: > > * genmultilib: Add sanity check. > > OK.  It should be interesting to see if it trips. It trips up various buildbot setups: https://builder.sourceware.org/buildbot/#/changes/13720 Error calling ../../gcc/gcc/genmultilib: Number of dirnames (3) does not match number of options (2) options: m64/m31 dirnames: 64 32 make[2]: *** [Makefile:2240: s-mlib] Error 1 Mark