public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] Minor testsuite fallout from c99 changes
@ 2023-12-14  0:26 Jeff Law
  0 siblings, 0 replies; only message in thread
From: Jeff Law @ 2023-12-14  0:26 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 150 bytes --]


The alpha port recently failed its weekly test due to a lack of a 
prototype for the syscall() routine.  Fixed thusly and pushed to the trunk.

Jeff

[-- Attachment #2: P --]
[-- Type: text/plain, Size: 941 bytes --]

commit acfd33620af3519b84baecedb0eb6618c2f599a6
Author: Jeff Law <jlaw@ventanamicro.com>
Date:   Wed Dec 13 17:24:39 2023 -0700

    [committed] Minor testsuite fallout from c99 changes
    
    The alpha port failed its weekly test due to a lack of a prototype for the
    syscall() routine.  Fixed thusly and pushed to the trunk.
    
    gcc/testsuite
            * gcc.c-torture/execute/20001229-1.c: Prototype syscall().

diff --git a/gcc/testsuite/gcc.c-torture/execute/20001229-1.c b/gcc/testsuite/gcc.c-torture/execute/20001229-1.c
index 3bf333dd5a8..a235fdad138 100644
--- a/gcc/testsuite/gcc.c-torture/execute/20001229-1.c
+++ b/gcc/testsuite/gcc.c-torture/execute/20001229-1.c
@@ -14,6 +14,8 @@ void exit (int);
 #include <asm/sysinfo.h>
 #include <asm/unistd.h>
 
+int syscall (int, ...);
+
 static inline int
 setsysinfo(unsigned long op, void *buffer, unsigned long size,
            int *start, void *arg, unsigned long flag)

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

only message in thread, other threads:[~2023-12-14  0:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-14  0:26 [committed] Minor testsuite fallout from c99 changes Jeff Law

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).