https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125489
--- Comment #1 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by H.J. Lu <[email protected]>: 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]>
