modules/psa-arch-tests: Add GCC 14.3 support patch

psa-arch-tests includes device drivers that failed to mark
registers with 'volatile'. GCC 14.3 cleverly optimized
sequential register accesses using strd/ldrd instructions which
caused the drivers to fail.

Move the psa-arch-tests repository forward to the version which includes a
fix for this.

Signed-off-by: Keith Packard <keithp@keithp.com>
1 file changed