aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/ChangeLog
diff options
context:
space:
mode:
authorTobias Burnus <burnus@net-b.de>2014-03-08 12:06:48 +0100
committerTobias Burnus <burnus@gcc.gnu.org>2014-03-08 12:06:48 +0100
commit80d6e13ece9985fe03e6ebdfd0742a10a71ca6ea (patch)
tree92ceeb95e2249f9b6d398bce65f4cc0ccbb9eb63 /gcc/fortran/ChangeLog
parentf42c637eb7775b2f2a564526f314143fdc156df1 (diff)
downloadgcc-80d6e13ece9985fe03e6ebdfd0742a10a71ca6ea.zip
gcc-80d6e13ece9985fe03e6ebdfd0742a10a71ca6ea.tar.gz
gcc-80d6e13ece9985fe03e6ebdfd0742a10a71ca6ea.tar.bz2
gfortran.texi (Fortran 2003 Status): Mention finalization, deferred-length character support and input rounding.
2014-03-08 Tobias Burnus <burnus@net-b.de> * gfortran.texi (Fortran 2003 Status): Mention finalization, deferred-length character support and input rounding. (Fortran 2008 Status): Mention that at termination signalling exceptions are shown. From-SVN: r208429
Diffstat (limited to 'gcc/fortran/ChangeLog')
-rw-r--r--gcc/fortran/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index f68353a..118c5de 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,10 @@
+2014-03-08 Tobias Burnus <burnus@net-b.de>
+
+ * gfortran.texi (Fortran 2003 Status): Mention finalization,
+ deferred-length character support and input rounding.
+ (Fortran 2008 Status): Mention that at termination
+ signalling exceptions are shown.
+
2014-03-06 Paul Thomas <pault@gcc.gnu.org>
Janus Weil <janus@gcc.gnu.org>