* testsuite/lib/prune.exp: Correct regular expression for
-ffunction-sections
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48511
138bc75d-0d04-0410-961f-
82ee72b054a4
+2002-01-03 David Billinghurst <David.Billinghurst@riotinto.com>
+
+ * testsuite/lib/prune.exp: Correct regular expression for
+ -ffunction-sections
+
2002-01-02 Phil Edwards <pme@gcc.gnu.org>
* include/bits/stl_algo.h (upper_bound, equal_range, binary_search):
proc prune_g++_output { text } {
# Cygwin warns about -ffunction-sections
- regsub -all "(^|\n)\[^\n\].*: -ffunction-sections may affect debugging on some targets.*" $text "" text
+ regsub -all "(^|\n)\[^\n\]*: -ffunction-sections may affect debugging on some targets\[^\n\]*" $text "" text
return $text
}