https://gcc.gnu.org/g:7eb9eefb1258438b072a77c700fac39dcb0fb9f6

commit 7eb9eefb1258438b072a77c700fac39dcb0fb9f6
Author: Alexandre Oliva <ol...@gnu.org>
Date:   Tue Feb 11 01:59:39 2025 -0300

    [testsuite] fix check-function-bodies usage

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.

Reply via email to