From: ro@138bc75d-0d04-0410-961f-82ee72b054a4 Date: Wed, 6 Apr 2011 15:23:33 +0000 (+0000) Subject: PR testsuite/48480 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99462f833a33b3dd3c61d38e03ca571c71dc1f31;p=gc PR testsuite/48480 * testsuite/lib/boehm-gc.exp (boehm-gc-dg-prune): Allow for path to ranlib. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172050 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/ChangeLog b/ChangeLog index f6b18655..7d382b6b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-04-06 Rainer Orth + + PR testsuite/48480 + * testsuite/lib/boehm-gc.exp (boehm-gc-dg-prune): Allow for path + to ranlib. + 2011-03-25 Rainer Orth PR boehm-gc/11412 diff --git a/testsuite/lib/boehm-gc.exp b/testsuite/lib/boehm-gc.exp index 2376102e..c5b3e95b 100644 --- a/testsuite/lib/boehm-gc.exp +++ b/testsuite/lib/boehm-gc.exp @@ -233,7 +233,7 @@ proc boehm-gc-dg-prune { system text } { set text [prune_gcc_output $text] # Ignore harmless Darwin ranlib warnings. - regsub -all "(^|\n)(ranlib: file: \[^\n\]* has no symbols\n?)+" $text "\\1" text + regsub -all "(^|\n)(\[^\n\]*ranlib: file: \[^\n\]* has no symbols\n?)+" $text "\\1" text return $text }