[Bug testsuite/125489] [17 Regression] ERROR: tcl error sourcing /export/gnu/import/git/gitlab/x86-gcc/gcc/testsuite/gcc.dg/vect/complex/../vect.exp.
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri May 29 02:19:35 GMT 2026
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 <hjl@gcc.gnu.org>:
https://gcc.gnu.org/g:c9ca21f2406ba8e84ea3b2bdfd1f3d7647da63cb
commit r17-924-gc9ca21f2406ba8e84ea3b2bdfd1f3d7647da63cb
Author: H.J. Lu <hjl.tools@gmail.com>
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 <artemiy.volkov@arm.com>
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 <hjl.tools@gmail.com>
More information about the Gcc-bugs
mailing list