This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r260767 - in /branches/gcc-8-branch/gcc: fortra...
- From: kargl at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Fri, 25 May 2018 18:17:36 -0000
- Subject: r260767 - in /branches/gcc-8-branch/gcc: fortra...
Author: kargl
Date: Fri May 25 18:17:35 2018
New Revision: 260767
URL: https://gcc.gnu.org/viewcvs?rev=260767&root=gcc&view=rev
Log:
2018-05-25 Steven G. Kargl <kargl@gcc.gnu.org>
PR fortran/85779
Backport from trunk
* decl.c (gfc_match_derived_decl): Fix NULL point dereference.
2018-05-25 Steven G. Kargl <kargl@gcc.gnu.org>
PR fortran/85779
Backport from trunk
* gfortran.dg/pr85779_1.f90: New test.
* gfortran.dg/pr85779_2.f90: Ditto.
* gfortran.dg/pr85779_3.f90: Ditto.
Added:
branches/gcc-8-branch/gcc/testsuite/gfortran.dg/pr85779_1.f90
branches/gcc-8-branch/gcc/testsuite/gfortran.dg/pr85779_2.f90
branches/gcc-8-branch/gcc/testsuite/gfortran.dg/pr85779_3.f90
Modified:
branches/gcc-8-branch/gcc/fortran/ChangeLog
branches/gcc-8-branch/gcc/fortran/decl.c
branches/gcc-8-branch/gcc/testsuite/ChangeLog