From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1698) id 881853858413; Wed, 13 Oct 2021 08:30:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 881853858413 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Iain D Sandoe To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/users/iains/heads/d-for-darwin)] libphobos: Checkpoint in darwin runtime support X-Act-Checkin: gcc X-Git-Author: Iain Buclaw X-Git-Refname: refs/users/iains/heads/d-for-darwin X-Git-Oldrev: 727137d6ca6d3d401a0c1b4df6b9aae8b97dacd5 X-Git-Newrev: 45e26c6b14028652c5b8096d0381082b9bb26d37 Message-Id: <20211013083024.881853858413@sourceware.org> Date: Wed, 13 Oct 2021 08:30:24 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2021 08:30:24 -0000 https://gcc.gnu.org/g:45e26c6b14028652c5b8096d0381082b9bb26d37 commit 45e26c6b14028652c5b8096d0381082b9bb26d37 Author: Iain Buclaw Date: Sun Nov 29 14:44:28 2020 +0100 libphobos: Checkpoint in darwin runtime support Diff: --- libphobos/testsuite/lib/libphobos.exp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libphobos/testsuite/lib/libphobos.exp b/libphobos/testsuite/lib/libphobos.exp index 3be2092b12e..ad323d761b9 100644 --- a/libphobos/testsuite/lib/libphobos.exp +++ b/libphobos/testsuite/lib/libphobos.exp @@ -90,6 +90,10 @@ proc libphobos-dg-test { prog do_what extra_tool_flags } { } proc libphobos-dg-prune { system text } { + + # Ignore warnings from cctools. + regsub -all "(^|\n)clang: warning: argument unused during compilation:\[^\n\]*" $text "" text + return $text }