* gcc.dg/ipa/inlinehint-4.c: Also pass --param inline-unit-growth=20.
[official-gcc.git] / fixincludes / tests / base / stdint-hpux11.h
blob6e8ea134998b1439a8fe4335a548410bf0f06850
1 /* DO NOT EDIT THIS FILE.
3 It has been auto-edited by fixincludes from:
5 "fixinc/tests/inc/stdint-hpux11.h"
7 This had to be done to correct non-standard usages in the
8 original, manufacturer supplied header file. */
12 #if defined( HPUX_C99_INTPTR_CHECK )
13 #define PTRDIFF_MAX (2147483647l)
14 #define PTRDIFF_MIN (-PTRDIFF_MAX - 1)
15 #define INTPTR_MAX (2147483647l)
16 #define INTPTR_MIN (-INTPTR_MAX - 1)
17 #define UINTPTR_MAX (4294967295ul)
18 #define SIZE_MAX (4294967295ul)
20 #endif /* HPUX_C99_INTPTR_CHECK */
23 #if defined( HPUX_C99_INTTYPES2_CHECK )
24 #define INT8_C(__c) (__c)
25 #define UINT8_C(__c) (__c)
26 #define INT16_C(__c) (__c)
27 #define UINT16_C(__c) (__c)
29 #endif /* HPUX_C99_INTTYPES2_CHECK */
32 #if defined( HPUX_STDINT_LEAST_FAST_CHECK )
33 # define UINT_FAST64_MAX __UINT64_MAX__
34 # define UINT_LEAST64_MAX __UINT64_MAX__
36 #endif /* HPUX_STDINT_LEAST_FAST_CHECK */