[Bug middle-end/46916] gcc.dg/torture/stackalign/non-local-goto-[1,2].c ICEs compiler due to r167727

iains at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Dec 14 23:44:00 GMT 2010


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46916

--- Comment #46 from Iain Sandoe <iains at gcc dot gnu.org> 2010-12-14 23:44:20 UTC ---
a better prune....

Index: gcc/testsuite/lib/prune.exp
===================================================================
--- gcc/testsuite/lib/prune.exp    (revision 167813)
+++ gcc/testsuite/lib/prune.exp    (working copy)
@@ -56,6 +56,7 @@ 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
+    regsub -all "(^|\n)\[^\n\]*warning:\[^\n\]*no debug symbols in executable
.-arch .\[^\n8\]*86.\[^\n\]*" $text "" text

     #send_user "After:$text\n"



More information about the Gcc-bugs mailing list