From: Dominique d'Humieres Date: Wed, 2 Apr 2014 08:34:45 +0000 (+0200) Subject: re PR target/43751 (dsymutil is not called for fortran and, under some circumstances... X-Git-Tag: basepoints/gcc-5~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40c65b1897b84280ce5ebe950b030830ba465ab6;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 5e3bc26c8e30..23a6179a1b3f 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 72ecde770d23..679d894e267e 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.