mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-24 03:14:08 +08:00
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.
This commit is contained in:
parent
335bd6c938
commit
989af9473d
@ -16,6 +16,6 @@ void unnamed (int, ...);
|
||||
|
||||
void foo ()
|
||||
{
|
||||
name (0, aaaa);
|
||||
named (0, aaaa);
|
||||
unnamed (0, aaaa);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user