diff options
author | Paul Thomas <pault@gcc.gnu.org> | 2016-09-22 07:46:07 +0000 |
---|---|---|
committer | Paul Thomas <pault@gcc.gnu.org> | 2016-09-22 07:46:07 +0000 |
commit | a8de3002f19eb09cf95d36f1a97e30f234df7d9e (patch) | |
tree | 20c8a2260ebf12f29bf9cbce0b762dbf8b19f6dc /gcc/fortran/ChangeLog | |
parent | 39abef62a17740d59f4bab506c07867cffa7da10 (diff) | |
download | gcc-a8de3002f19eb09cf95d36f1a97e30f234df7d9e.zip gcc-a8de3002f19eb09cf95d36f1a97e30f234df7d9e.tar.gz gcc-a8de3002f19eb09cf95d36f1a97e30f234df7d9e.tar.bz2 |
interface.c (check_dtio_interface1): Introduce errors for alternate returns and incorrect numbers of arguments.
2016-09-22 Paul Thomas <pault@gcc.gnu.org>
* 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 <pault@gcc.gnu.org>
* gfortran.dg/dtio_11.f90: Correct for changed error messages.
* gfortran.dg/dtio_13.f90: New test.
From-SVN: r240342
Diffstat (limited to 'gcc/fortran/ChangeLog')
-rw-r--r-- | gcc/fortran/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
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 <pault@gcc.gnu.org> + + * 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 <louis.krupp@zoho.com> PR fortran/66107 |