From ee986126807e68b996d02f5d792268df799b32fb Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Tue, 27 Aug 2024 07:21:02 -0700 Subject: [PATCH] pr116174.c: Add the missing */ * gcc.target/i386/pr116174.c: Add the missing */. Signed-off-by: H.J. Lu --- gcc/testsuite/gcc.target/i386/pr116174.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/gcc.target/i386/pr116174.c b/gcc/testsuite/gcc.target/i386/pr116174.c index 686aeb9ff31..3c8000f2aad 100644 --- a/gcc/testsuite/gcc.target/i386/pr116174.c +++ b/gcc/testsuite/gcc.target/i386/pr116174.c @@ -1,6 +1,6 @@ /* { dg-do compile { target *-*-linux* } } */ /* { dg-options "-O2 -g0 -fcf-protection=branch" } */ -/* Keep labels and directives ('.p2align', '.cfi_startproc'). +/* Keep labels and directives ('.p2align', '.cfi_startproc'). */ /* { dg-final { check-function-bodies "**" "" "" { target "*-*-*" } {^\t?\.} } } */ /* -- 2.47.2