]> gcc.gnu.org Git - gcc.git/commitdiff
aarch64: fix eh_return-3.c test
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Mon, 4 Dec 2023 13:30:13 +0000 (13:30 +0000)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Tue, 5 Dec 2023 09:38:01 +0000 (09:38 +0000)
gcc/testsuite/ChangeLog:

* gcc.target/aarch64/eh_return-3.c: Fix when retaa is available.

gcc/testsuite/gcc.target/aarch64/eh_return-3.c

index a17baa86501eae87639a1cf65de567ad7c4abc37..d180fa7c455d61e814cb9387fa381056e92bfb41 100644 (file)
 **     cbz     x4, .*
 **     add     sp, sp, x5
 **     br      x6
+** (
 **     hint    29 // autiasp
 **     ret
+** |
+**     retaa
+** )
 **     mov     x5, x0
 **     mov     x4, 1
 **     mov     x6, x1
This page took 0.068059 seconds and 5 git commands to generate.