diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2024-08-27 07:21:02 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2024-08-27 07:28:48 -0700 |
commit | ee986126807e68b996d02f5d792268df799b32fb (patch) | |
tree | 19190e6ef36115400d082fff6d1d2e9601626859 /gcc | |
parent | d6bb1e257fc414d21bc31faa7ddecbc93a197e3c (diff) | |
download | gcc-ee986126807e68b996d02f5d792268df799b32fb.zip gcc-ee986126807e68b996d02f5d792268df799b32fb.tar.gz gcc-ee986126807e68b996d02f5d792268df799b32fb.tar.bz2 |
pr116174.c: Add the missing */
* gcc.target/i386/pr116174.c: Add the missing */.
Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/gcc.target/i386/pr116174.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.target/i386/pr116174.c b/gcc/testsuite/gcc.target/i386/pr116174.c index 686aeb9..3c8000f 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?\.} } } */ /* |