aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
authorJerry DeLisle <jvdelisle@gcc.gnu.org>2016-10-05 16:32:24 +0000
committerJerry DeLisle <jvdelisle@gcc.gnu.org>2016-10-05 16:32:24 +0000
commita40278c3e39a5ef2a35a0f8c4e6ce359c9af9832 (patch)
treee9f55a185d17abdba2cce6a575f56a47f70d5f69 /libgfortran/ChangeLog
parent73e1414cb829d02baef1bf241d4bdf3805f6f724 (diff)
downloadgcc-a40278c3e39a5ef2a35a0f8c4e6ce359c9af9832.zip
gcc-a40278c3e39a5ef2a35a0f8c4e6ce359c9af9832.tar.gz
gcc-a40278c3e39a5ef2a35a0f8c4e6ce359c9af9832.tar.bz2
re PR libfortran/77868 (Fail to NULL guard check for internal unit in inquire_via_unit)
2016-10-05 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR fortran/77868 * io/inquire.c (inquire_via_unit): NULL guard the check for internal unit passed into child IO procedure. * gfortran.dg/dtio_15.f90: Fix spaces in dg-do. * gfortran.dg/class_array_20.f03: Likewise. * gfortran.dg/class_array_21.f03: Likewise. * gfortran.dg/finalize_29.f08: Likewise. * gfortran.dg/unlimited_polymorphic_23.f90: Likewise. From-SVN: r240794
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r--libgfortran/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 0e5c4d2..d38646a 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,6 +1,12 @@
+2016-10-05 Jerry DeLisle <jvdelisle@gcc.gnu.org>
+
+ PR fortran/77868
+ * io/inquire.c (inquire_via_unit): NULL guard the check for
+ internal unit passed into child IO procedure.
+
2016-10-04 Jerry DeLisle <jvdelisle@gcc.gnu.org>
- io/inquire.c (inquire_via_unit): Add check for internal unit
+ * io/inquire.c (inquire_via_unit): Add check for internal unit
passed into child IO procedure.
2016-10-01 Andre Vehreschild <vehre@gcc.gnu.org>