Andreas Schwab <sch...@suse.de> writes: > On Aug 27 2024, H.J. Lu wrote: > >> diff --git a/gcc/testsuite/gcc.target/i386/pr116174.c >> b/gcc/testsuite/gcc.target/i386/pr116174.c >> index 8877d0b51af..686aeb9ff31 100644 >> --- a/gcc/testsuite/gcc.target/i386/pr116174.c >> +++ b/gcc/testsuite/gcc.target/i386/pr116174.c >> @@ -1,6 +1,20 @@ >> /* { dg-do compile { target *-*-linux* } } */ >> -/* { dg-options "-O2 -fcf-protection=branch" } */ >> +/* { dg-options "-O2 -g0 -fcf-protection=branch" } */ >> +/* Keep labels and directives ('.p2align', '.cfi_startproc'). >> +/* { dg-final { check-function-bodies "**" "" "" { target "*-*-*" } >> {^\t?\.} } } */ > > This has a "nested" comment (line 3 missing coment end).
The patch is ok with that fixed. Thanks, Richard