| Submitter | Marcus Shawcroft |
|---|---|
| Date | Sept. 22, 2010, 3:39 p.m. |
| Message ID | <000c01cb5a6c$57dfe590$079fb0b0$@shawcroft@arm.com> |
| Download | mbox | patch |
| Permalink | /patch/65432/ |
| State | New |
| Headers | show |
Comments
On 09/22/2010 08:39 AM, Marcus Shawcroft wrote: > * lib/scanasm.exp(dg-function-on-line): Permit .fnstart to appear in > the regexp pattern between the expected label and location string. Ok. r~
Patch
diff --git a/gcc/testsuite/lib/scanasm.exp b/gcc/testsuite/lib/scanasm.exp index cf8f8a7..71ea415 100644 --- a/gcc/testsuite/lib/scanasm.exp +++ b/gcc/testsuite/lib/scanasm.exp @@ -339,7 +339,7 @@ proc dg-function-on-line { args } { } } - set pattern [format {%s:[^\t]*(\t.(frame|mask|file)[^\t]*)*\t[^:]+:%d\n} \ + set pattern [format {%s:[^\t]*(\t.(fnstart|frame|mask|file)[^\t]*)*\t[^:]+:%d\n} \ $symbol $line] # The lack of spaces around $pattern is important, since they'd