From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1873) id EE5C9395B452; Mon, 19 Apr 2021 18:05:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EE5C9395B452 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Iain Buclaw To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/users/ibuclaw/heads/darwin)] libphobos: Checkpoint in darwin runtime support X-Act-Checkin: gcc X-Git-Author: Iain Buclaw X-Git-Refname: refs/users/ibuclaw/heads/darwin X-Git-Oldrev: dc7d1c74ffb1cc85e67984632f581d526c783770 X-Git-Newrev: 69e0e9381323209a3dbda01527a90e71786ed31c Message-Id: <20210419180537.EE5C9395B452@sourceware.org> Date: Mon, 19 Apr 2021 18:05:37 +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: Mon, 19 Apr 2021 18:05:38 -0000 https://gcc.gnu.org/g:69e0e9381323209a3dbda01527a90e71786ed31c commit 69e0e9381323209a3dbda01527a90e71786ed31c 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 }