------- Comment #14 from ubizjak at gmail dot com  2010-08-04 14:04 -------
Following patch fixes my failures:

Index: lib/scanasm.exp
===================================================================
--- lib/scanasm.exp     (revision 162854)
+++ lib/scanasm.exp     (working copy)
@@ -316,7 +316,7 @@
        }
     }

-    set pattern [format {%s:[^\t]*(\t.file[^\t]*)?\t[^:]+:%d\n} \
+    set pattern [format {%s:[^\t]*(\t.(frame|mask|file)[^\t]*)*\t[^:]+:%d\n} \
                  $symbol $line]

     # The lack of spaces around $pattern is important, since they'd


-- 


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

Reply via email to