From a8de3002f19eb09cf95d36f1a97e30f234df7d9e Mon Sep 17 00:00:00 2001 From: Paul Thomas Date: Thu, 22 Sep 2016 07:46:07 +0000 Subject: interface.c (check_dtio_interface1): Introduce errors for alternate returns and incorrect numbers of arguments. 2016-09-22 Paul Thomas * interface.c (check_dtio_interface1): Introduce errors for alternate returns and incorrect numbers of arguments. (gfc_find_specific_dtio_proc): Return cleanly if the derived type either doesn't exist or has no namespace. 2016-09-22 Paul Thomas * gfortran.dg/dtio_11.f90: Correct for changed error messages. * gfortran.dg/dtio_13.f90: New test. From-SVN: r240342 --- gcc/fortran/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gcc/fortran/ChangeLog') diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 971c348..9f146aa 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,10 @@ +2016-09-22 Paul Thomas + + * interface.c (check_dtio_interface1): Introduce errors for + alternate returns and incorrect numbers of arguments. + (gfc_find_specific_dtio_proc): Return cleanly if the derived + type either doesn't exist or has no namespace. + 2016-09-21 Louis Krupp PR fortran/66107 -- cgit v1.1