]> git.ipfire.org Git - thirdparty/gcc.git/commit
testsuite, Darwin: Account for block labels in function body scans.
authorIain Sandoe <iain@sandoe.co.uk>
Fri, 5 Apr 2024 09:54:58 +0000 (10:54 +0100)
committerIain Sandoe <iain@sandoe.co.uk>
Fri, 5 Apr 2024 18:10:57 +0000 (19:10 +0100)
commit75b49c0e9012f5ecef0d32f3f6a0d8da66517576
tree963ed3fe8a15937c03b385be15fb163cfb99cdd9
parent2b2d3a135a43cbafadd8957e0b2543f38c390437
testsuite, Darwin: Account for block labels in function body scans.

When we have '-O3 -g' we emit a bunch of LB{B,E} local labels which
were not currently being discarded, leading to some test fails.

Fixed by adding this case to the ignored labels.

gcc/testsuite/ChangeLog:

* lib/scanasm.exp: Add 'LB*' to the local labels that are
ignored for Darwin.

Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
gcc/testsuite/lib/scanasm.exp