summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/testsuite/lib
diff options
context:
space:
mode:
authoriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>2010-12-10 10:40:43 +0000
committeriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>2010-12-10 10:40:43 +0000
commit2afcb22dbc3ab0d7af1d520627330efee92498f0 (patch)
treefc7d9fd1c267b02080bf8d655778c31d143d223f /libstdc++-v3/testsuite/lib
parentfc8788d51783c21bb740f5a6dc13d5c5bd13bb9b (diff)
downloadppe42-gcc-2afcb22dbc3ab0d7af1d520627330efee92498f0.tar.gz
ppe42-gcc-2afcb22dbc3ab0d7af1d520627330efee92498f0.zip
dsymutil enabled for Fortran.
2010-12-10 Jack Howarth <howarth@bromo.med.uc.edu> Iain Sandoe <iains@gcc.gnu.org> PR 43751/target gcc: * config/darwin9.h (DSYMUTIL_SPEC): Add fortran source types. testsuite: * lib/prune.exp: Prune dsymutil warnings. libstadc++-v3: * testsuite/lib/prune.exp: Prune dsymutil warnings. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167683 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/testsuite/lib')
-rw-r--r--libstdc++-v3/testsuite/lib/prune.exp5
1 files changed, 5 insertions, 0 deletions
diff --git a/libstdc++-v3/testsuite/lib/prune.exp b/libstdc++-v3/testsuite/lib/prune.exp
index a390878d76f..a1d8d083e58 100644
--- a/libstdc++-v3/testsuite/lib/prune.exp
+++ b/libstdc++-v3/testsuite/lib/prune.exp
@@ -50,6 +50,11 @@ proc libstdc++-dg-prune { system text } {
regsub -all "(^|\n)\[^\n\]*: Additional NOP may be necessary to workaround Itanium processor A/B step errata" $text "" text
regsub -all "(^|\n)\[^\n*\]*: Assembler messages:\[^\n\]*" $text "" text
+ # Ignore harmless warnings from Xcode 3.2.x.
+ regsub -all "(^|\n)\[^\n\]*ld: warning: can't add line info to anonymous symbol\[^\n\]*" $text "" text
+ regsub -all "(^|\n)\[^\n\]*warning: DWARFDebugInfoEntry::AppendDependants\[^\n\]*AT_\[^\n\]*_bound\[^\n\]*FORM_ref4\[^\n\]*" $text "" text
+ regsub -all "(^|\n)\[^\n\]*warning:\[^\n\]*TAG_variable: AT_location\[^\n\]*didn't have valid function low pc\[^\n\]*" $text "" text
+
foreach p $additional_prunes {
if { [string length $p] > 0 } {
# Following regexp matches a complete line containing $p.
OpenPOWER on IntegriCloud