From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from resdmta-a1p-077303.sys.comcast.net (resdmta-a1p-077303.sys.comcast.net [IPv6:2001:558:fd01:2bb4::d]) by sourceware.org (Postfix) with ESMTPS id 108523858D1E for ; Thu, 9 Nov 2023 21:42:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 108523858D1E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=comcast.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=comcast.net ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 108523858D1E Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=2001:558:fd01:2bb4::d ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1699566155; cv=none; b=kkhChZBLheRyXLslOKG6yBkkEm0gpu5X04UOSrkEYRogmvxzW+hbBpa57TOClmCuEIhTorulSUIGoNCdI5k2F5W2AkbBniJQ8f/aWknddzYC2WO1Yy7Y+3xx1rAPSD4G5EEBhAqjfIMttRRk02VlVKkEQ1Bl0uuG6Egw54eMooY= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1699566155; c=relaxed/simple; bh=b57T2xqR5brfyNOiurLx7z9I7pTMNhrOX8ghf6z4y4I=; h=DKIM-Signature:Mime-Version:Subject:From:Date:Message-Id:To; b=jWY1/74kmo2IEqYdaL8v0VAHUlOo4SfjuXP9C7Stalgo+Or5I9MiKvFKMcp7b2l6zf86z1y3NXFQ+O9WqRJNRmpVfOuFaXIZECNyMpCFyDfyv6v+neH4T5QAcIZ66krvxn/CzM7Ht8Kq4o0112tMcR4NFEJUDt0LAVz93Q9OdB0= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from resomta-a1p-076784.sys.comcast.net ([96.103.145.232]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 256/256 bits) (Client did not present a certificate) by resdmta-a1p-077303.sys.comcast.net with ESMTP id 1AFrry7VS0ksO1CnJrfTqC; Thu, 09 Nov 2023 21:42:33 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=20190202a; t=1699566153; bh=2F/wjiCzuiHc/7wh06za+W179wVVDwn/j+z4RqdNusY=; h=Received:Received:Content-Type:Mime-Version:Subject:From:Date: Message-Id:To:Xfinity-Spam-Result; b=4/I1wpp00qUGP2Np0mJUzmzax54i4qPfEeyz/cDTOObeVxGQkBulL0syEwEARKz+2 WRy4qH/GcxufOvmvHiiQQosVvA4uUedqK7wQO4s3hdhcdqAvnYjWpQicWOGqyqrXi2 csXSPVEKabv6WvQd14+4eiJwr1k2sdbTOEPZfcpiS8MBfyKvprB5LWfJmQTZOZTpR5 MlZq2Q5XGBGQfHzrN2CWac/vCmQQ8TeXo43ANZ9/ek0CebJ8C4GdI3k2mz2ek6Bs/F K35csTAPgDiZ0rTFoqXruGWO2j3DRpkXZ2Ofb0AdiY3dBikoE/N406Os2XOiOZ6qwj k6vXN4i4xcrww== Received: from smtpclient.apple ([IPv6:2601:644:907f:7c80:dd0f:9e03:4598:be08]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 256/256 bits) (Client did not present a certificate) by resomta-a1p-076784.sys.comcast.net with ESMTPSA id 1CnErFnnwdz4n1CnFrfxtr; Thu, 09 Nov 2023 21:42:31 +0000 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.120.41.1.4\)) Subject: Re: testsuite: introduce hostedlib effective target From: Mike Stump In-Reply-To: Date: Thu, 9 Nov 2023 13:42:28 -0800 Cc: gcc-patches@gcc.gnu.org, Rainer Orth Content-Transfer-Encoding: 7bit Message-Id: <1BBDEF3B-4E5C-4096-A980-C90F09B35AB6@comcast.net> References: <600FDF8F-67C5-408F-BD24-9A3964A8BFA1@comcast.net> To: Alexandre Oliva X-Mailer: Apple Mail (2.3696.120.41.1.4) X-Spam-Status: No, score=-2.3 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Nov 8, 2023, at 8:29 AM, Alexandre Oliva wrote: > > On Nov 5, 2023, Mike Stump wrote: > >> that, otherwise, I'll approve this version. > > FWIW, this version is not usable as is. Something went wrong in my > testing, and several regressions only visible in hosted mode made to the > version I posted, that adds some missing end-of-comment markers for the > added dg directives, and moving the new dg directive to the end so as to > not disturb line numbers. I've got a fully fixed and properly tested > version, but since it's about as big as the original patch, I'll only > post it upon request. Updates and fixes to the original plan are fine. I'm still planning on letting you decide based upon input from everyone. :-)