]> git.ipfire.org Git - thirdparty/gcc.git/commit
bb-slp-complex-mla-half-float.c: Add the missing end brace
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 29 May 2026 02:16:22 +0000 (10:16 +0800)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 29 May 2026 02:16:22 +0000 (10:16 +0800)
commitc9ca21f2406ba8e84ea3b2bdfd1f3d7647da63cb
tree5bd3696da5061ffc1271e6bad064e87340d6a777
parentcdaec79820fd6f9c2e1fee38d8f543a4e2db7528
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>
gcc/testsuite/gcc.dg/vect/complex/bb-slp-complex-mla-half-float.c