From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from resdmta-h1p-028482.sys.comcast.net (resdmta-h1p-028482.sys.comcast.net [IPv6:2001:558:fd02:2446::c]) by sourceware.org (Postfix) with ESMTPS id ED84C3858C50 for ; Sat, 18 Mar 2023 07:29:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org ED84C3858C50 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=comcast.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=comcast.net Received: from resomta-h1p-027911.sys.comcast.net ([96.102.179.202]) by resdmta-h1p-028482.sys.comcast.net with ESMTP id dQvTpYntU9d84dR0Np8r2m; Sat, 18 Mar 2023 07:29:31 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=20190202a; t=1679124571; bh=8OmTOIZiv0Zskh+EUpCni9oUecykr7Tfup4GP+NFOkM=; h=Received:Received:Content-Type:Mime-Version:Subject:From:Date: Message-Id:To:Xfinity-Spam-Result; b=ZBoI65Zlv++zYLw7HtxWldhOAZMitGdwJ1D+MCYJYezo4iLGE1ttwE3AmtFk9zDWA f/AO5Rre+h/XdlzHn7h8Dh7EHLC5gv+JnMJmFt+vNaI6zPVshu+04l9eShnnOL/7zJ tuvbaumacBKfARBQyIDmxE4C/K1utO9ObFtOVeimUCmirwVocwbJCohtwwlmtgKUWq N0V4WXDKnke4DdlimfyLMwJgwRkstHVOA+C+R4iyCuj1Ixqg8lzY67zBWu3WTBVb7z Y/3sTox0NbHrgi++C0+eNXDVPd8B709BYfqRDKY1zz65q1h0/esZLzPdPpgdBhGA5F XhWleo1YEygCQ== Received: from smtpclient.apple ([IPv6:2601:640:4100:880:914d:ccab:e055:f5ce]) by resomta-h1p-027911.sys.comcast.net with ESMTPSA id dR0GpdYBrN2pudR0IpyymP; Sat, 18 Mar 2023 07:29:28 +0000 X-Xfinity-VMeta: sc=-100.00;st=legit Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.120.41.1.2\)) Subject: Re: [PATCH] [testsuite] test for weak_undefined support and add options From: Mike Stump In-Reply-To: Date: Sat, 18 Mar 2023 00:29:24 -0700 Cc: gcc-patches@gcc.gnu.org, Rainer Orth Content-Transfer-Encoding: 7bit Message-Id: References: To: Alexandre Oliva X-Mailer: Apple Mail (2.3696.120.41.1.2) 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 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 Mar 15, 2023, at 11:40 PM, Alexandre Oliva wrote: > > On Mar 15, 2023, Alexandre Oliva wrote: > >> Regstrapped on ppc64-linux-gnu. Also tested (with gcc-12) on multiple >> *-vxworks7r2 targets (arm, aarch64, ppc64, x86, x86_64). Ok to install? > > Further testing revealed a problem in my attempted use of lappend in > aapcs64.exp, in the previous version of the patch. Fixed in this one, > retested on aarch64-vxworks7r2. Ok to install? Ok.