aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDominique d'Humieres <dominiq@lps.ens.fr>2014-04-02 10:34:45 +0200
committerDominique d'Humieres <dominiq@gcc.gnu.org>2014-04-02 10:34:45 +0200
commit40c65b1897b84280ce5ebe950b030830ba465ab6 (patch)
treee014d2d8a124690fa16c888891701107c72314eb /gcc
parentdad16761d163a5854d55f27f2e5212d1ade8b799 (diff)
downloadgcc-40c65b1897b84280ce5ebe950b030830ba465ab6.zip
gcc-40c65b1897b84280ce5ebe950b030830ba465ab6.tar.gz
gcc-40c65b1897b84280ce5ebe950b030830ba465ab6.tar.bz2
re PR target/43751 (dsymutil is not called for fortran and, under some circumstances not for other FEs.)
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog7
-rw-r--r--gcc/testsuite/lib/prune.exp2
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 <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>
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.