summaryrefslogtreecommitdiff
path: root/libgfortran
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2011-11-09 18:09:42 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2011-11-09 18:09:42 +0000
commitfcfcdc3bf91c638b610e7a5b8d4cd778773fe3a1 (patch)
tree4c9ac2a1198f3067dad461124deb768734123554 /libgfortran
parentd2f3722fe17b121dbf7d5afaa3b1e8c4d4721bfa (diff)
downloadgcc-fcfcdc3bf91c638b610e7a5b8d4cd778773fe3a1.tar.gz
PR libfortran/47972
* runtime/error.c (gf_strerror): Silence warning. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181223 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran')
-rw-r--r--libgfortran/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 09172f1fe28..6d1f1cd868d 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -44,6 +44,11 @@
2011-11-08 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
+ PR libfortran/47972
+ * runtime/error.c (gf_strerror): Silence warning.
+
+2011-11-08 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
+
PR libfortran/47970
* intrinsics/c99_functions.c (round): Move higher in the file.