From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout-p-101.mailbox.org (mout-p-101.mailbox.org [IPv6:2001:67c:2050:0:465::101]) by sourceware.org (Postfix) with ESMTPS id 7FC5A385840F for ; Sun, 28 Jan 2024 15:18:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 7FC5A385840F Authentication-Results: sourceware.org; dmarc=pass (p=quarantine dis=none) header.from=gdcproject.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gdcproject.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 7FC5A385840F Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=2001:67c:2050:0:465::101 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1706455090; cv=none; b=Qg5Ys+Q1brJZ4a+cS99TbSkK6bfZHAnc9LE7mN/K9TqrxcZTo6Fnf1FFQE2evMFmu72y52urgmZ+JiL1uTIlhDeEfxwkkYn9Dq5REluOmsFM3zNuzWX5fFcysaeNjO45WmL0ZtVdnQ7Z6j16NMTwBUueQa/FGDqVHzz3iEPtC04= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1706455090; c=relaxed/simple; bh=Ro60S4Ew9VHUqMw4qHKNLuaf0M615jkz+GgmjPphCGc=; h=DKIM-Signature:Date:From:Subject:To:MIME-Version:Message-Id; b=N+q3y79Fmw3HLx6Zf3SWqs22vNmDe1rSBPjSkPY6rMNvnQYeuFo2MVHzSlhdILCGYSg6yey5UtXtXPSneGmBEcTGwSGB8r4+hTOb3scrVcwjZy/yEwMURtL1T9jSyQcT5lhwz1Sl6IA5C7wedID6g6Ab7Y5JefkhoT+o2UWqAtk= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from smtp202.mailbox.org (smtp202.mailbox.org [IPv6:2001:67c:2050:b231:465::202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4TNFRx59QQz9smJ; Sun, 28 Jan 2024 16:18:05 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gdcproject.org; s=MBO0001; t=1706455085; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Ro60S4Ew9VHUqMw4qHKNLuaf0M615jkz+GgmjPphCGc=; b=tYFfBpJ5wWvFl/SJWTlNm7q3eQ2iz8E3wMDMBDG1atxYHHVrBlTXbhMyp++ax556zKdREU mvt+viwst/uhE/Zbima66xsyv37BtMyQRQHw/9IIF6MgLPEWc4ngXUWpKnNA4r7TwS6aWr v3LvK/N6tl6EgssqVD87/sC9242U6pOqhei19e0Si38cFeDcb8AqbTHfJSrou2RgwBuKGo qMZXwvErfqAEQL7fOfEzkORJEATG4YqLLwtLHq/3i9ug6qs3gSkYetl7q4RvEPlzlprcKY HE3+rhOT2d/V9t/niB84efkXmzG3Yhw6Uxr2NXmItBuyj+p+0TtRbLEFttxT7g== Date: Sun, 28 Jan 2024 16:18:02 +0100 From: Iain Buclaw Subject: Re: [PATCH] testsuite, libphobos: Update link flags [PR112864]. To: gcc-patches@gcc.gnu.org, iain@sandoe.co.uk Cc: ro@CeBiTec.Uni-Bielefeld.DE References: <20240128150351.21265-1-iain@sandoe.co.uk> In-Reply-To: <20240128150351.21265-1-iain@sandoe.co.uk> MIME-Version: 1.0 Message-Id: <1706455018.3asy1ospyu.astroid@pulse.none> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4TNFRx59QQz9smJ X-Spam-Status: No, score=-7.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,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: Excerpts from Iain Sandoe's message of Januar 28, 2024 4:03 pm: > Tested on i686, x86_64, aarch64 Darwin, x86_64, aarch64 Linux, > OK for trunk? > thanks,=20 > Iain >=20 Thanks Iain! OK. Seems reasonable to me. Iain.