https://gcc.gnu.org/g:4e2f34ff0de1794e28b98250ed9125fdf7ead58c
commit 4e2f34ff0de1794e28b98250ed9125fdf7ead58c Author: Alexandre Oliva <ol...@adacore.com> Date: Tue Feb 11 01:59:39 2025 -0300 [testsuite] fix check-function-bodies usage The existing usage comment for check-function-bodies is presumably a typo, as it doesn't match existing uses. Fix it. for gcc/testsuite/ChangeLog * lib/scanasm.exp (check-function-bodies): Fix usage comment. Diff: --- gcc/testsuite/lib/scanasm.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/lib/scanasm.exp b/gcc/testsuite/lib/scanasm.exp index beffedd5bce4..97935cb23c3c 100644 --- a/gcc/testsuite/lib/scanasm.exp +++ b/gcc/testsuite/lib/scanasm.exp @@ -985,7 +985,7 @@ proc check_function_body { functions name body_regexp } { # Check the implementations of functions against expected output. Used as: # -# { dg-do { check-function-bodies PREFIX TERMINATOR[ OPTION[ SELECTOR [MATCHED]]] } } +# { dg-final { check-function-bodies PREFIX TERMINATOR[ OPTION[ SELECTOR [MATCHED]]] } } # # See sourcebuild.texi for details.