diff options
author | sje <sje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-06-06 17:48:03 +0000 |
---|---|---|
committer | sje <sje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-06-06 17:48:03 +0000 |
commit | 31ee57b1135d1f3e2118ab7c0d5625086c978c97 (patch) | |
tree | de2d94da0f9ecb13d3a04aba1d49ff1ff5c9f6a8 /fixincludes/tests/base | |
parent | cc253ec98c9975a200b388b5d03533212302600b (diff) | |
download | gcc-31ee57b1135d1f3e2118ab7c0d5625086c978c97.tar.gz |
PR testsuite/31828
* inclhack.def (hppa_hpux_fp_macros): New.
* fixincl.x: Regenerate.
* * tests/base/math.h: Update.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@125496 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fixincludes/tests/base')
-rw-r--r-- | fixincludes/tests/base/math.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/fixincludes/tests/base/math.h b/fixincludes/tests/base/math.h index 6b6ae09885d..2f6547d0096 100644 --- a/fixincludes/tests/base/math.h +++ b/fixincludes/tests/base/math.h @@ -48,6 +48,22 @@ extern int matherr(); #endif /* HPUX11_CPP_POW_INLINE_CHECK */ +#if defined( HPPA_HPUX_FP_MACROS_CHECK ) +#endif /* _INCLUDE_HPUX_SOURCE */ + +#if defined(_INCLUDE_HPUX_SOURCE) || (defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L)) +# define FP_NORMAL 0 +# define FP_ZERO 1 +# define FP_INFINITE 2 +# define FP_SUBNORMAL 3 +# define FP_NAN 4 +#endif + +#ifdef _INCLUDE_HPUX_SOURCE + +#endif /* HPPA_HPUX_FP_MACROS_CHECK */ + + #if defined( HPUX11_FABSF_CHECK ) #ifdef _PA_RISC #ifndef __cplusplus |