aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerry DeLisle <jvdelisle@gcc.gnu.org>2008-10-18 05:27:23 +0000
committerJerry DeLisle <jvdelisle@gcc.gnu.org>2008-10-18 05:27:23 +0000
commit926654828eef6c6cf23116c7d3dbc9eddb7d845b (patch)
tree9ce591da363a2f4f85b6dc275b415fe39eeae72a
parent7865a280b8a22e3f44448975aed795334c1d7405 (diff)
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. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@141208 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--libgfortran/ChangeLog2
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.