From 40c65b1897b84280ce5ebe950b030830ba465ab6 Mon Sep 17 00:00:00 2001 From: Dominique d'Humieres Date: Wed, 2 Apr 2014 10:34:45 +0200 Subject: [PATCH] re PR target/43751 (dsymutil is not called for fortran and, under some circumstances not for other FEs.) 2014-04-02 Dominique d'Humieres PR target/43751 * lib/prune.exp: Modify the regular express to prune the new warnings introduced by r205679 on darwin9. From-SVN: r209016 --- gcc/testsuite/ChangeLog | 7 ++++--- gcc/testsuite/lib/prune.exp | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 5e3bc26..23a6179 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,7 +1,8 @@ -2014-04-02 Richard Biener +2014-03-26 Dominique d'Humieres - PR middle-end/60729 - * g++.dg/vect/pr60729.cc: New testcase. + PR target/43751 + * lib/prune.exp: Modify the regular express to prune + the new warnings introduced by r205679 on darwin9. 2014-04-01 Fabien Chêne diff --git a/gcc/testsuite/lib/prune.exp b/gcc/testsuite/lib/prune.exp index 72ecde7..679d894 100644 --- a/gcc/testsuite/lib/prune.exp +++ b/gcc/testsuite/lib/prune.exp @@ -59,7 +59,7 @@ proc prune_gcc_output { 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: DWARFDebugInfoEntry::AppendDependants\[^\n\]*AT_\[^\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 # Ignore harmless warnings from Xcode 4.0. -- 2.7.4