From: Sam James Date: Thu, 27 Mar 2025 15:36:00 +0000 (+0000) Subject: testsuite: aarch64: fix another unbalanced } X-Git-Tag: basepoints/gcc-16~572 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=176c7a2f751e0487c500c2a83bd44ebad89df958;p=thirdparty%2Fgcc.git testsuite: aarch64: fix another unbalanced } In r15-8956-ge90d6c2639c392, I missed one, so while it did fix a problem, it also exposed another because the braces were now unbalanced. There's IMO more to do here with ideally whitespace before the } when using scan-assembler-times but let's do that later. gcc/testsuite/ChangeLog: * gcc.target/aarch64/atomic-inst-ldlogic.c: Add another closing brace. --- diff --git a/gcc/testsuite/gcc.target/aarch64/atomic-inst-ldlogic.c b/gcc/testsuite/gcc.target/aarch64/atomic-inst-ldlogic.c index 1927ebc10e2..11f9bfe7194 100644 --- a/gcc/testsuite/gcc.target/aarch64/atomic-inst-ldlogic.c +++ b/gcc/testsuite/gcc.target/aarch64/atomic-inst-ldlogic.c @@ -145,7 +145,7 @@ TEST (xor_load_notreturn, XOR_LOAD_NORETURN) /* { dg-final { scan-assembler-times "ldeorlh\t" 8} } */ /* { dg-final { scan-assembler-times "ldeoralh\t" 16} } */ -/* { dg-final { scan-assembler-times "ldeor\t" 16} */ +/* { dg-final { scan-assembler-times "ldeor\t" 16} } */ /* { dg-final { scan-assembler-times "ldeora\t" 32} } */ /* { dg-final { scan-assembler-times "ldeorl\t" 16} } */ /* { dg-final { scan-assembler-times "ldeoral\t" 32} } */