]> git.ipfire.org Git - thirdparty/gcc.git/commit
aarch64: Call named function in gcc.target/aarch64/aapcs64/ice_1.c
authorFlorian Weimer <fweimer@redhat.com>
Fri, 1 Dec 2023 07:10:12 +0000 (08:10 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 1 Dec 2023 07:10:12 +0000 (08:10 +0100)
commit989af9473d955f6f7b4e2ecfeb8a440d55bc1866
treeef2ccc7ec354f54b2aa2513c3b5ad0f80d9a6b53
parent335bd6c938c254e3ae4b019cfc8a94bb8009ca81
aarch64: Call named function in gcc.target/aarch64/aapcs64/ice_1.c

This test looks like it intends to pass a small struct argument
through both a non-variadic and variadic argument, but due to
the typo, it does not achieve that.

gcc/testsuite/

* gcc.target/aarch64/aapcs64/ice_1.c (foo): Call named.
gcc/testsuite/gcc.target/aarch64/aapcs64/ice_1.c