c-common.c (cb_register_builtins): Set __FINITE_MATH_ONLY__ to 1 if -ffinite-math...
authorToon Moene <toon@moene.indiv.nluug.nl>
Thu, 1 Aug 2002 09:08:38 +0000 (11:08 +0200)
committerToon Moene <toon@gcc.gnu.org>
Thu, 1 Aug 2002 09:08:38 +0000 (09:08 +0000)
commit73e42cf3428cf6ef08888c2ddeb5722a9c56bb8c
treebd9ac9db3906b37c6b2b5dac72cf898ae5f19f74
parente466f36952e08f91ce9490964cb93364ff29e6df
c-common.c (cb_register_builtins): Set __FINITE_MATH_ONLY__ to 1 if -ffinite-math-only is given, and to 0 otherwise.

2002-08-01  Toon Moene  <toon@moene.indiv.nluug.nl>

* c-common.c (cb_register_builtins): Set
__FINITE_MATH_ONLY__ to 1 if -ffinite-math-only
is given, and to 0 otherwise.
* combine.c (simplify_if_then_else): HONOR_NANS
implies FLOAT_MODE_P.

From-SVN: r55932
gcc/ChangeLog
gcc/c-common.c
gcc/combine.c