https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88155

--- Comment #5 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Wed Dec 12 01:26:12 2018
New Revision: 267043

URL: https://gcc.gnu.org/viewcvs?rev=267043&root=gcc&view=rev
Log:
2018-12-11  Steven G. Kargl  <ka...@gcc.gnu.org>

        PR fortran/88155
        * primary.c (gfc_match_structure_constructor):  Set the locus of
        an expression to avoid a NULL pointer dereference.

2018-12-11  Steven G. Kargl  <ka...@gcc.gnu.org>

        PR fortran/88155
        * gfortran.dg/pr70870_1.f90: Update testcase to use -std=gnu.
        * gfortran.dg/pr88155.f90: New test.

Added:
    branches/gcc-7-branch/gcc/testsuite/gfortran.dg/pr88155.f90
Modified:
    branches/gcc-7-branch/gcc/fortran/ChangeLog
    branches/gcc-7-branch/gcc/fortran/primary.c
    branches/gcc-7-branch/gcc/testsuite/ChangeLog
    branches/gcc-7-branch/gcc/testsuite/gfortran.dg/pr70870_1.f90

Reply via email to