public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-5801] hppa: Fix gcc.dg/analyzer/fd-4.c on hpux
@ 2023-11-23 20:30 John David Anglin
  0 siblings, 0 replies; only message in thread
From: John David Anglin @ 2023-11-23 20:30 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:84e0ed920c1ed2b99ae26be43d0a3177b25913a4

commit r14-5801-g84e0ed920c1ed2b99ae26be43d0a3177b25913a4
Author: John David Anglin <danglin@gcc.gnu.org>
Date:   Thu Nov 23 20:29:27 2023 +0000

    hppa: Fix gcc.dg/analyzer/fd-4.c on hpux
    
    2023-11-23  John David Anglin  <danglin@gcc.gnu.org>
    
    gcc/testsuite/ChangeLog:
    
            * gcc.dg/analyzer/fd-4.c: Define _MODE_T on hpux.

Diff:
---
 gcc/testsuite/gcc.dg/analyzer/fd-4.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.dg/analyzer/fd-4.c b/gcc/testsuite/gcc.dg/analyzer/fd-4.c
index 994bad84342..3a961e4f813 100644
--- a/gcc/testsuite/gcc.dg/analyzer/fd-4.c
+++ b/gcc/testsuite/gcc.dg/analyzer/fd-4.c
@@ -1,4 +1,4 @@
-#ifdef _AIX
+#if defined(_AIX) || defined(__hpux)
 #define _MODE_T
 #endif
 #include <stdio.h>

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

only message in thread, other threads:[~2023-11-23 20:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-23 20:30 [gcc r14-5801] hppa: Fix gcc.dg/analyzer/fd-4.c on hpux John David Anglin

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