diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 12eca50..c28bd89 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2006-10-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + PR middle-end/29335 + * builtins.c (fold_builtin_cbrt, fold_builtin_logarithm): + Calculate compile-time constants using MPFR. + (fold_builtin_1): Likewise handle BUILT_IN_ERF, BUILT_IN_ERFC, + BUILT_IN_EXPM1 and BUILT_IN_LOG1P. + 2006-10-25 Bob Wilson <bob.wilson@acm.org> * config/xtensa/lib2funcs.S: Use C-style comments. |