re PR target/43751 (dsymutil is not called for fortran and, under some circumstances...
authorDominique d'Humieres <dominiq@lps.ens.fr>
Wed, 2 Apr 2014 08:34:45 +0000 (10:34 +0200)
committerDominique d'Humieres <dominiq@gcc.gnu.org>
Wed, 2 Apr 2014 08:34:45 +0000 (10:34 +0200)
2014-04-02  Dominique d'Humieres  <dominiq@lps.ens.fr>

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
gcc/testsuite/lib/prune.exp

index 5e3bc26..23a6179 100644 (file)
@@ -1,7 +1,8 @@
-2014-04-02  Richard Biener  <rguenther@suse.de>
+2014-03-26  Dominique d'Humieres  <dominiq@lps.ens.fr>
 
-       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  <fabien@gcc.gnu.org>
 
index 72ecde7..679d894 100644 (file)
@@ -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.