projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba8e7ca
)
Add fix test result for strict_ansi_not_ctd
author
Bruce Korb
<korbb@gcc.gnu.org>
Sat, 26 May 2001 17:58:57 +0000
(17:58 +0000)
committer
Bruce Korb
<korbb@gcc.gnu.org>
Sat, 26 May 2001 17:58:57 +0000
(17:58 +0000)
From-SVN: r42638
gcc/fixinc/tests/base/math.h
patch
|
blob
|
history
diff --git
a/gcc/fixinc/tests/base/math.h
b/gcc/fixinc/tests/base/math.h
index 93722c9735015b7d2c2df948ad83c6ef99a1a66c..5b4657a824b071dc1ae09895efeca14328468f0e 100644
(file)
--- a/
gcc/fixinc/tests/base/math.h
+++ b/
gcc/fixinc/tests/base/math.h
@@
-99,6
+99,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 */