diff options
author | Jerry DeLisle <jvdelisle@gcc.gnu.org> | 2008-10-18 05:27:23 +0000 |
---|---|---|
committer | Jerry DeLisle <jvdelisle@gcc.gnu.org> | 2008-10-18 05:27:23 +0000 |
commit | 7d5691b40f9b46f6ec834d460dfc921efc78a617 (patch) | |
tree | 9ce591da363a2f4f85b6dc275b415fe39eeae72a | |
parent | 80ad19715e00f32845b1c7d775ab75512da6de50 (diff) | |
download | gcc-7d5691b40f9b46f6ec834d460dfc921efc78a617.tar.gz |
Fix ChangeLog
2008-10-17 Jerry DeLisle <jvdelisle@gcc.gnu.org
PR libfortran/37863
* io/write_float.def (WRITE_FLOAT): Round to 1.0 correctly.
* io/io.h (st_parameter_44): Fix id type declaration.
From-SVN: r141208
-rw-r--r-- | libgfortran/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index f6da2ce094f..cf3d9302673 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,6 +1,6 @@ 2008-10-17 Jerry DeLisle <jvdelisle@gcc.gnu.org - PR libfortran/37707 + PR libfortran/37863 * io/write_float.def (WRITE_FLOAT): Round to 1.0 correctly. * io/io.h (st_parameter_44): Fix id type declaration. |