From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x332.google.com (mail-wm1-x332.google.com [IPv6:2a00:1450:4864:20::332]) by sourceware.org (Postfix) with ESMTPS id CA3B83858C60; Fri, 19 Nov 2021 17:54:16 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org CA3B83858C60 Received: by mail-wm1-x332.google.com with SMTP id p3-20020a05600c1d8300b003334fab53afso11115999wms.3; Fri, 19 Nov 2021 09:54:16 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=/FDS8onXq/WiSR4/l8SgYalXETa/eCZRQTYipa2fXZE=; b=8Gz41Ra2hVR3RuYjg6yn2Hh40EdrG2H3MP5xbMaF4x0vr9LsV/wA0kZ4JsHmIlfF7k vgv/kTH6/V4hUxBk4MLI7T/LeR1ia2BRML4ZvhZPcgzjY2tt3b40Si0uCpTNw6dvYE+r fdJxVFivNstlN2p0zPp7D57ddqxoXD1BPaiyMor2TJElbOu91ZzxQuwls2cVF0+WJxkb BsFMpkIHNDkxkX5Xa7vErkoiADKxi3o9QYuO0evmQWcnXBK6tIrh4U7dPbQMNlG6gzRa pzMX5kFyoRoywYja0RpRlwgMKcKiXCFPYyDQqZdN1moN3X1+s1RfjQSRYDQ7ksoQPwN8 u1Sg== X-Gm-Message-State: AOAM532KFpGz2CnJsMOox+p5QrpQZ5yYc4+PDOONHG0MK/YMLcAMDd+i +bJ69a15v4I+25hUxrxpCH8lK1ibPEvTi7OWDcc= X-Google-Smtp-Source: ABdhPJw7Rxv6C5cviH6MdJI4HakrhieymO5fwSp5qtXbXuMT5TFn2IvblhWEhex3S8g9vh7vdipPQJboQzOwjdfYumA= X-Received: by 2002:a1c:7201:: with SMTP id n1mr1845844wmc.176.1637344455839; Fri, 19 Nov 2021 09:54:15 -0800 (PST) MIME-Version: 1.0 References: <20211119160246.48711-1-iain@sandoe.co.uk> In-Reply-To: <20211119160246.48711-1-iain@sandoe.co.uk> From: Jonathan Wakely Date: Fri, 19 Nov 2021 17:54:04 +0000 Message-ID: Subject: Re: [PATCH] libstdc++, testsuite: Add a prune expression for external tool bug. To: Iain Sandoe Cc: "libstdc++" , Iain Sandoe , gcc-patches Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Fri, 19 Nov 2021 17:54:18 -0000 On Fri, 19 Nov 2021 at 16:04, Iain Sandoe via Libstdc++ wrote: > > Depending on the permutation of CPU, OS version and shared/non- > shared library inclusion, we get can get warnings from the external > tools (ld64, dsymutil) which are not actually libstdc++ issues but > relate to the external tools themselves. This is already pruned > in the main testsuite, this adds it to the library. > > tested on x86_64, i686 darwin17 which is one of the platforms where > the issue shows. > > OK for master? / eventual backports ? Yes, thanks.