aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/ChangeLog
diff options
context:
space:
mode:
authorMark Eggleston <mark.eggleston@codethink.com>2019-05-20 15:49:33 -0600
committerJeff Law <law@gcc.gnu.org>2019-05-20 15:49:33 -0600
commit593ac6c6b3a704804bb5b55b12c49d53b5370007 (patch)
treeff9c2b2e5700c3a081a34c0e33b363d5844975f3 /gcc/fortran/ChangeLog
parent500e4868bf5c89a3136fb329293872d29632ffad (diff)
downloadgcc-593ac6c6b3a704804bb5b55b12c49d53b5370007.zip
gcc-593ac6c6b3a704804bb5b55b12c49d53b5370007.tar.gz
gcc-593ac6c6b3a704804bb5b55b12c49d53b5370007.tar.bz2
gfortran.texi: Remove reference to the ASSIGN statement...
* gfortran.texi: Remove reference to the ASSIGN statement, capitalise complex, state that padding is with spaces and modify the Hollerith constant examples. From-SVN: r271441
Diffstat (limited to 'gcc/fortran/ChangeLog')
-rw-r--r--gcc/fortran/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index dd54e59..e5215aa 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,9 @@
+2019-05-20 Mark Eggleston <markeggleston@codethink.com>
+
+ * gfortran.texi: Remove reference to the ASSIGN statement, capitalise
+ complex, state that padding is with spaces and modify the Hollerith
+ constant examples.
+
2019-05-19 Paul Thomas <pault@gcc.gnu.org>
PR fortran/90498