From: Andrea Pinski Date: Fri, 24 Jul 2026 20:47:02 +0000 (-0700) Subject: testsuite/aarch64: Update bitint-args.c for w vs x reg usage X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6c3bea12470afd607fe7a56da18c312a6784ec4c;p=thirdparty%2Fgcc.git testsuite/aarch64: Update bitint-args.c for w vs x reg usage 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 --- 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 */