]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: aarch64: fix another unbalanced }
authorSam James <sam@gentoo.org>
Thu, 27 Mar 2025 15:36:00 +0000 (15:36 +0000)
committerSam James <sam@gentoo.org>
Thu, 27 Mar 2025 15:36:59 +0000 (15:36 +0000)
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.

gcc/testsuite/gcc.target/aarch64/atomic-inst-ldlogic.c

index 1927ebc10e28884a76b9430d812a15c66cb7f928..11f9bfe7194b86c2a5294aa83a242219848c95b2 100644 (file)
@@ -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} } */