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

--- Comment #6 from lkrupp at gcc dot gnu.org ---
Author: lkrupp
Date: Mon Oct 26 19:18:08 2015
New Revision: 229390

URL: https://gcc.gnu.org/viewcvs?rev=229390&root=gcc&view=rev
Log:
2015-10-26  Louis Krupp  <louis.kr...@zoho.com>

        PR fortran/66056
        * fortran.h: Include namespace pointer in statement label
        structure.
        * symbol.c (gfc_get_st_label): Store pointer to namespace
        that owns the statement label tree in each label.
        (gfc_free_st_label): Use namespace owning statement label
        tree when deleting statement label.
        * io.c: Initialize format_asterisk with NULL namespace pointer.

2015-10-26  Louis Krupp  <louis.kr...@zoho.com>

        PR fortran/66056
        * gfortran.dg/empty_label_typedecl.f90: New test

Added:
    trunk/gcc/testsuite/gfortran.dg/empty_label_typedecl.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/gfortran.h
    trunk/gcc/fortran/io.c
    trunk/gcc/fortran/symbol.c
    trunk/gcc/testsuite/ChangeLog

Reply via email to