https://gcc.gnu.org/g:176c7a2f751e0487c500c2a83bd44ebad89df958

commit r15-8981-g176c7a2f751e0487c500c2a83bd44ebad89df958
Author: Sam James <s...@gentoo.org>
Date:   Thu Mar 27 15:36:00 2025 +0000

    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:
---
 gcc/testsuite/gcc.target/aarch64/atomic-inst-ldlogic.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/aarch64/atomic-inst-ldlogic.c 
b/gcc/testsuite/gcc.target/aarch64/atomic-inst-ldlogic.c
index 1927ebc10e28..11f9bfe7194b 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} } */

Reply via email to