https://gcc.gnu.org/g:9d9102995b365735ddccd7a7186965bf1a763fe3
commit 9d9102995b365735ddccd7a7186965bf1a763fe3 Author: Alexandre Oliva <ol...@adacore.com> Date: Thu Feb 13 10:13:29 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.