public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-6029] aarch64: Call named function in gcc.target/aarch64/aapcs64/ice_1.c
@ 2023-12-01  7:11 Florian Weimer
  0 siblings, 0 replies; only message in thread
From: Florian Weimer @ 2023-12-01  7:11 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:989af9473d955f6f7b4e2ecfeb8a440d55bc1866

commit r14-6029-g989af9473d955f6f7b4e2ecfeb8a440d55bc1866
Author: Florian Weimer <fweimer@redhat.com>
Date:   Fri Dec 1 08:10:12 2023 +0100

    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.

Diff:
---
 gcc/testsuite/gcc.target/aarch64/aapcs64/ice_1.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/aarch64/aapcs64/ice_1.c b/gcc/testsuite/gcc.target/aarch64/aapcs64/ice_1.c
index 906ccebf616..edc35db2f6e 100644
--- a/gcc/testsuite/gcc.target/aarch64/aapcs64/ice_1.c
+++ b/gcc/testsuite/gcc.target/aarch64/aapcs64/ice_1.c
@@ -16,6 +16,6 @@ void unnamed (int, ...);
 
 void foo ()
 {
-  name (0, aaaa);
+  named (0, aaaa);
   unnamed (0, aaaa);
 }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-12-01  7:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-01  7:11 [gcc r14-6029] aarch64: Call named function in gcc.target/aarch64/aapcs64/ice_1.c Florian Weimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).