aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorNeil Booth <neil@daikokuya.demon.co.uk>2002-05-16 19:09:40 +0000
committerNeil Booth <neil@gcc.gnu.org>2002-05-16 19:09:40 +0000
commit748d29c1fc6cb2209a1da6e0536168d2b6e78af7 (patch)
treeef69824f78f40bb0b12f54abb92bfa60441f8a3b /gcc/config
parent5279d7394efe3e6d39e9c5f0bbb066e63f4cf398 (diff)
downloadgcc-748d29c1fc6cb2209a1da6e0536168d2b6e78af7.zip
gcc-748d29c1fc6cb2209a1da6e0536168d2b6e78af7.tar.gz
gcc-748d29c1fc6cb2209a1da6e0536168d2b6e78af7.tar.bz2
c-common.c (cb_register_builtins): Handle more built-ins here rather than in gcc.c specs.
* c-common.c (cb_register_builtins): Handle more built-ins here rather than in gcc.c specs. * gcc.c (cpp_unique_options): Move many built-ins to c-common.c. (cpp_options): Pass -O flags even when only preprocessing. * toplev.c (set_fast_math_flags): New prototype. (fast_math_flags_set_p): New. (set_no_fast_math_flags): Remove. (decode_f_option): Update. * toplev.h (set_fast_math_flags): Update. (fast_math_flags_set_p): New. (set_no_fast_math_flags): Remove. config: * c4x/c4x.c (c4x_override_options): Update. From-SVN: r53526
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/c4x/c4x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/c4x/c4x.c b/gcc/config/c4x/c4x.c
index fc02849..ff4ac02 100644
--- a/gcc/config/c4x/c4x.c
+++ b/gcc/config/c4x/c4x.c
@@ -307,7 +307,7 @@ c4x_override_options ()
target_flags &= ~C3X_FLAG;
/* Convert foo / 8.0 into foo * 0.125, etc. */
- set_fast_math_flags();
+ set_fast_math_flags (1);
/* We should phase out the following at some stage.
This provides compatibility with the old -mno-aliases option. */