https://gcc.gnu.org/g:c9ca21f2406ba8e84ea3b2bdfd1f3d7647da63cb
commit r17-924-gc9ca21f2406ba8e84ea3b2bdfd1f3d7647da63cb Author: H.J. Lu <[email protected]> Date: Fri May 29 10:16:22 2026 +0800 bb-slp-complex-mla-half-float.c: Add the missing end brace commit 44a31df54837adf2f7815e7966dfe8ac32eb8f3b Author: Artemiy Volkov <[email protected]> Date: Mon May 18 10:21:18 2026 +0000 aarch64: introduce partial AdvSIMD vector modes changed gcc.dg/vect/complex/bb-slp-complex-mla-half-float.c to: -/* { dg-final { scan-tree-dump "Found COMPLEX_FMA" "slp1" { xfail *-*-* } } } */ +/* { dg-final { scan-tree-dump "Found COMPLEX_FMA" "slp1" { xfail arm*-*-* } } */ The end brace was missing. Add the missing end brace to fix it. PR testsuite/125489 * gcc.dg/vect/complex/bb-slp-complex-mla-half-float.c: Add the missing end brace. Signed-off-by: H.J. Lu <[email protected]> Diff: --- gcc/testsuite/gcc.dg/vect/complex/bb-slp-complex-mla-half-float.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/gcc.dg/vect/complex/bb-slp-complex-mla-half-float.c b/gcc/testsuite/gcc.dg/vect/complex/bb-slp-complex-mla-half-float.c index e7a349b49c69..12973dbc944c 100644 --- a/gcc/testsuite/gcc.dg/vect/complex/bb-slp-complex-mla-half-float.c +++ b/gcc/testsuite/gcc.dg/vect/complex/bb-slp-complex-mla-half-float.c @@ -11,4 +11,4 @@ /* { dg-final { scan-tree-dump-times "add new stmt:\[^\n\r]*COMPLEX_FMA" 1 "slp1" { xfail *-*-* } } } */ /* { dg-final { scan-tree-dump "Found COMPLEX_FMA_CONJ" "slp1" { xfail *-*-* } } } */ -/* { dg-final { scan-tree-dump "Found COMPLEX_FMA" "slp1" { xfail arm*-*-* } } */ +/* { dg-final { scan-tree-dump "Found COMPLEX_FMA" "slp1" { xfail arm*-*-* } } } */
