aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/ChangeLog
diff options
context:
space:
mode:
authorRoger Sayle <roger@eyesopen.com>2004-05-21 19:55:36 +0000
committerRoger Sayle <sayle@gcc.gnu.org>2004-05-21 19:55:36 +0000
commite433aaee67235d51b8fc34b8ec625edcd3d7947e (patch)
tree1b6c4ecad0c39b79001b0b27158915b8a4b3705a /gcc/fortran/ChangeLog
parent11ed191c4f03b96e9731aead38d1b467af69c178 (diff)
downloadgcc-e433aaee67235d51b8fc34b8ec625edcd3d7947e.zip
gcc-e433aaee67235d51b8fc34b8ec625edcd3d7947e.tar.gz
gcc-e433aaee67235d51b8fc34b8ec625edcd3d7947e.tar.bz2
io.c (check_format): Use gfc_notify_std to determine whether to issue an error/warning for omitting...
* io.c (check_format): Use gfc_notify_std to determine whether to issue an error/warning for omitting the digits from the X format. From-SVN: r82106
Diffstat (limited to 'gcc/fortran/ChangeLog')
-rw-r--r--gcc/fortran/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 8203f53..d91fa3d 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,6 +1,11 @@
+2004-05-21 Roger Sayle <roger@eyesopen.com>
+
+ * io.c (check_format): Use gfc_notify_std to determine whether to
+ issue an error/warning for omitting the digits from the X format.
+
2004-05-20 Roger Sayle <roger@eyesopen.com>
- * io.c (format_item): Allow the number before the X format to
+ * io.c (check_format): Allow the number before the X format to
be optional when not -pedantic.
2004-05-18 Feng Wang <fengwang@nudt.edu.cn>