Commit 1cf2589d by Marcus Shawcroft Committed by Marcus Shawcroft

scanasm.exp (dg-function-on-line): Permit .fnstart to appear in the regexp…

scanasm.exp (dg-function-on-line): Permit .fnstart to appear in the regexp pattern between the expected label and...

2010-09-22  Marcus Shawcroft  <marcus.shawcroft@arm.com>

	* lib/scanasm.exp(dg-function-on-line): Permit .fnstart to appear in
        the regexp pattern between the expected label and location string.

From-SVN: r164527
parent 5d7b099c
2010-09-22 Marcus Shawcroft <marcus.shawcroft@arm.com> 2010-09-22 Marcus Shawcroft <marcus.shawcroft@arm.com>
* lib/scanasm.exp(dg-function-on-line): Permit .fnstart to appear in
the regexp pattern between the expected label and location string.
2010-09-22 Marcus Shawcroft <marcus.shawcroft@arm.com>
* gcc.dg/pr28706.c: Typo fix to dg-require-effective-target lto. * gcc.dg/pr28706.c: Typo fix to dg-require-effective-target lto.
2010-09-22 Marcus Shawcroft <marcus.shawcroft@arm.com> 2010-09-22 Marcus Shawcroft <marcus.shawcroft@arm.com>
......
...@@ -339,7 +339,7 @@ proc dg-function-on-line { args } { ...@@ -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] $symbol $line]
# The lack of spaces around $pattern is important, since they'd # The lack of spaces around $pattern is important, since they'd
......
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