aboutsummaryrefslogtreecommitdiff
path: root/gcc/fixinc/tests/base/math.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/fixinc/tests/base/math.h')
-rw-r--r--gcc/fixinc/tests/base/math.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/fixinc/tests/base/math.h b/gcc/fixinc/tests/base/math.h
index 93722c97350..3690dd9afd9 100644
--- a/gcc/fixinc/tests/base/math.h
+++ b/gcc/fixinc/tests/base/math.h
@@ -35,6 +35,11 @@ extern double floor(), ceil(), fmod(), fabs _PARAMS((double));
#endif /* FIX_HEADER_BREAKAGE_CHECK */
+#if defined( HPUX11_CPP_POW_INLINE_CHECK )
+
+#endif /* HPUX11_CPP_POW_INLINE_CHECK */
+
+
#if defined( HPUX11_FABSF_CHECK )
#ifdef _PA_RISC
#ifndef __cplusplus
@@ -99,6 +104,13 @@ extern int class();
#endif /* RS6000_DOUBLE_CHECK */
+#if defined( STRICT_ANSI_NOT_CTD_CHECK )
+#if 1|| !defined(__STRICT_ANSI__) /* not std C */
+int foo;
+#endif
+#endif /* STRICT_ANSI_NOT_CTD_CHECK */
+
+
#if defined( SUNOS_MATHERR_DECL_CHECK )
extern int matherr();
#endif /* SUNOS_MATHERR_DECL_CHECK */