bug (2/26)
Brian Grossman
briang@gomer.fc.hp.com
Tue Sep 8 17:52:00 GMT 1998
# 1 "../mit-pthreads/include/sys/cdefs.h" 1
# 1 "/usr/include/sys/_inttypes.h" 1 3
typedef char int8_t;
typedef unsigned char uint8_t;
typedef short int16_t;
typedef unsigned short uint16_t;
typedef int int32_t;
typedef unsigned int uint32_t;
typedef int intfast_t;
typedef unsigned int uintfast_t;
# 71 "/usr/include/sys/_inttypes.h" 3
typedef int32_t intmax_t;
typedef uint32_t uintmax_t;
typedef long intptr_t;
typedef unsigned long uintptr_t;
typedef char int_least8_t;
typedef unsigned char uint_least8_t;
typedef int int_fast8_t;
typedef unsigned int uint_fast8_t;
typedef short int_least16_t;
typedef unsigned short uint_least16_t;
typedef int int_fast16_t;
typedef unsigned int uint_fast16_t;
typedef int int_least32_t;
typedef unsigned int uint_least32_t;
typedef int int_fast32_t;
typedef unsigned int uint_fast32_t;
# 139 "/usr/include/sys/_inttypes.h" 3
typedef uint32_t ptr32_t;
# 13 "../mit-pthreads/include/sys/cdefs.h" 2
# 32 "../mit-pthreads/include/sys/cdefs.h"
typedef unsigned int u_int32_t;
typedef unsigned short u_int16_t;
# 44 "../mit-pthreads/include/stdio.h" 2
# 1 "../mit-pthreads/include/pthread/types.h" 1
# 1 "../mit-pthreads/include/pthread/xtypes.h" 1
# 4 "../mit-pthreads/include/pthread/types.h" 2
# 1 "../mit-pthreads/include/pthread/ac-types.h" 1
# 5 "../mit-pthreads/include/pthread/types.h" 2
# 28 "../mit-pthreads/include/pthread/types.h"
# 45 "../mit-pthreads/include/stdio.h" 2
# 1 "../mit-pthreads/include/pthread/posix.h" 1
# 46 "../mit-pthreads/include/stdio.h" 2
# 1 "../mit-pthreads/include/sys/__stdio.h" 1
typedef unsigned int size_t;
# 1 "/usr/local/gnu/lib/gcc-lib/hppa1.0-hp-hpux10.20/egcs-2.90.29/include/sys/types.h" 1 3
# 1 "/usr/include/sys/stdsyms.h" 1 3
# 61 "/usr/include/sys/stdsyms.h" 3
# 83 "/usr/include/sys/stdsyms.h" 3
# 219 "/usr/include/sys/stdsyms.h" 3
# 229 "/usr/include/sys/stdsyms.h" 3
# 252 "/usr/include/sys/stdsyms.h" 3
# 11 "/usr/local/gnu/lib/gcc-lib/hppa1.0-hp-hpux10.20/egcs-2.90.29/include/sys/types.h" 2 3
typedef int32_t dev_t;
typedef uint32_t ino_t;
typedef uint16_t mode_t;
typedef uint16_t nlink_t;
typedef int32_t fpos32_t;
typedef int32_t fpos_t;
typedef uint32_t fsblkcnt32_t;
typedef uint32_t fsblkcnt_t;
typedef int32_t off32_t;
typedef int32_t off_t;
typedef uint32_t fsfilcnt32_t;
typedef uint32_t fsfilcnt_t;
typedef int32_t blkcnt32_t;
typedef int32_t blkcnt_t;
typedef int32_t pid_t;
typedef int32_t lwpid_t;
typedef int32_t gid_t;
typedef int32_t uid_t;
typedef int32_t tid_t;
typedef int32_t ssize_t;
typedef uint16_t __site_t;
typedef uint16_t __cnode_t;
typedef int32_t time_t;
typedef uint32_t clock_t;
typedef int32_t key_t;
typedef unsigned short __ushort;
typedef int32_t __daddr_t;
typedef char *__caddr_t;
typedef int32_t __swblk_t;
typedef __caddr_t caddr_t;
typedef int32_t id_t;
typedef uint32_t useconds_t;
typedef uint32_t rlim32_t;
typedef uint32_t rlim_t;
typedef __site_t site_t;
typedef unsigned char u_char;
typedef unsigned short u_short;
typedef unsigned int u_int;
typedef unsigned long u_long;
typedef unsigned int uint;
typedef unsigned short ushort;
typedef unsigned char ubit8;
typedef unsigned short ubit16;
typedef uint32_t ubit32;
typedef char sbit8;
typedef short sbit16;
typedef int32_t sbit32;
typedef __swblk_t swblk_t;
typedef __daddr_t daddr_t;
typedef __cnode_t cnode_t;
typedef uintptr_t physaddr_t;
typedef unsigned long paddr_t;
typedef intptr_t page_t;
typedef unsigned long ulong_t;
typedef int16_t cnt_t;
typedef uint32_t space_t;
typedef uint32_t prot_t;
typedef uint32_t cdno_t;
typedef uint16_t use_t;
typedef struct _physadr { intptr_t r[1]; } *physadr;
typedef struct _quad { long val[2]; } quad;
typedef int spu_t;
typedef short cpu_t;
typedef struct label_t {
int32_t lbl_rp;
int32_t lbl_sp;
int32_t lbl_s[17];
int32_t lbl_ss[1];
double lbl_sf[4];
} label_t;
typedef char *dm_message;
typedef int32_t aid_t;
typedef pid_t sid_t;
typedef int32_t fd_mask;
typedef struct fd_set {
fd_mask fds_bits[((( 2048 )+(( (sizeof(fd_mask) * 8) )-1))/( (sizeof(fd_mask) * 8) )) ];
} fd_set;
extern "C" {
More information about the Gcc-bugs
mailing list