diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-11-09 18:09:42 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-11-09 18:09:42 +0000 |
commit | fcfcdc3bf91c638b610e7a5b8d4cd778773fe3a1 (patch) | |
tree | 4c9ac2a1198f3067dad461124deb768734123554 /libgfortran | |
parent | d2f3722fe17b121dbf7d5afaa3b1e8c4d4721bfa (diff) | |
download | gcc-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/ChangeLog | 5 |
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. |