bitint-args.c was failing due to the code produced by gcc,
now using the w form of register for f19. This code is
correct and expected form now after prefering the w form
over the x form.
Pushed as obvious after testing to make sure it works now.
gcc/testsuite/ChangeLog:
* gcc.target/aarch64/bitint-args.c (f19): Fix
expected form of sbfx to use the w form.
Signed-off-by: Andrea Pinski <[email protected]>
---
gcc/testsuite/gcc.target/aarch64/bitint-args.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gcc/testsuite/gcc.target/aarch64/bitint-args.c
b/gcc/testsuite/gcc.target/aarch64/bitint-args.c
index 06b47246fa5..bc580849658 100644
--- a/gcc/testsuite/gcc.target/aarch64/bitint-args.c
+++ b/gcc/testsuite/gcc.target/aarch64/bitint-args.c
@@ -40,7 +40,7 @@ CHECK_ARG(16)
CHECK_ARG(19)
/*
** f19:
-** sbfx x([0-9]+), x1, 0, 19
+** sbfx w([0-9]+), w1, 0, 19
** str w\1, \[x0\]
** ret
*/
--
2.43.0