diff options
author | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-09-21 10:54:20 +0000 |
---|---|---|
committer | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-09-21 10:54:20 +0000 |
commit | 47b5bfdc0b426bc0b7e55dd97001afcd542640a5 (patch) | |
tree | 07cfac505fe19191eabf9ada0f742ec7d27503a8 /libgfortran/ChangeLog | |
parent | 5657a2638ee8cf406aa844a3e0b506ffb63d850e (diff) | |
download | gcc-47b5bfdc0b426bc0b7e55dd97001afcd542640a5.tar.gz |
PR libfortran/26253
* intrinsics/c99_functions.c (scalbn): Use ldexp if appopriate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128648 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r-- | libgfortran/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 337d2e17555..79c7e137ba1 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,5 +1,10 @@ 2007-09-21 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> + PR libfortran/26253 + * intrinsics/c99_functions.c (scalbn): Use ldexp if appopriate. + +2007-09-21 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> + PR libfortran/23272 * io/unix.c (id_from_handle, id_from_path, id_from_fd): New functions. |