mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-15 21:01:09 +08:00
prune.exp (prune_gcc_output): Prune "could not create compact unwind for" warnings.
gcc: 2011-03-21 Jack Howarth <howarth@bromo.med.uc.edu> * lib/prune.exp (prune_gcc_output): Prune "could not create compact unwind for" warnings. libstdc++: 2011-03-21 Jack Howarth <howarth@bromo.med.uc.edu> * testsuite/lib/prune.exp (libstdc++-dg-prune): Prune "could not create compact unwind for" warnings. From-SVN: r171263
This commit is contained in:
parent
e3196332a7
commit
5513ecd55e
@ -1,3 +1,8 @@
|
||||
2011-03-21 Jack Howarth <howarth@bromo.med.uc.edu>
|
||||
|
||||
* lib/prune.exp (prune_gcc_output): Prune "could not create
|
||||
compact unwind for" warnings.
|
||||
|
||||
2011-03-20 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR c/42544
|
||||
|
@ -56,7 +56,10 @@ proc prune_gcc_output { text } {
|
||||
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:\[^\n\]*TAG_variable: AT_location\[^\n\]*didn't have valid function low pc\[^\n\]*" $text "" text
|
||||
|
||||
|
||||
# Ignore harmless warnings from Xcode 4.0.
|
||||
regsub -all "(^|\n)\[^\n\]*ld: warning: could not create compact unwind for\[^\n\]*" $text "" text
|
||||
|
||||
#send_user "After:$text\n"
|
||||
|
||||
return $text
|
||||
|
@ -1,3 +1,8 @@
|
||||
2011-03-21 Jack Howarth <howarth@bromo.med.uc.edu>
|
||||
|
||||
* testsuite/lib/prune.exp (libstdc++-dg-prune): Prune "could not
|
||||
create compact unwind for" warnings.
|
||||
|
||||
2011-03-21 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* config/abi/post/i386-linux-gnu/baseline_symbols.txt: Update.
|
||||
|
@ -55,6 +55,9 @@ proc libstdc++-dg-prune { system text } {
|
||||
regsub -all "(^|\n)\[^\n\]*warning: DWARFDebugInfoEntry::AppendDependants\[^\n\]*AT_\[^\n\]*_bound\[^\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.
|
||||
regsub -all "(^|\n)\[^\n\]*ld: warning: could not create compact unwind for\[^\n\]*" $text "" text
|
||||
|
||||
foreach p $additional_prunes {
|
||||
if { [string length $p] > 0 } {
|
||||
# Following regexp matches a complete line containing $p.
|
||||
|
Loading…
x
Reference in New Issue
Block a user