Commit 40c65b18 by Dominique d'Humieres Committed by Dominique d'Humieres

re PR target/43751 (dsymutil is not called for fortran and, under some…

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
parent dad16761
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>
......
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment