From e433aaee67235d51b8fc34b8ec625edcd3d7947e Mon Sep 17 00:00:00 2001 From: Roger Sayle Date: Fri, 21 May 2004 19:55:36 +0000 Subject: 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 --- gcc/fortran/ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'gcc/fortran/ChangeLog') 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 + + * 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 - * 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 -- cgit v1.1