This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/33375] [4.3 Regression] ICE (segfault) gfortran.dg/common_6.f90



------- Comment #13 from hjl at gcc dot gnu dot org  2008-01-18 01:29 -------
Subject: Bug 33375

Author: hjl
Date: Fri Jan 18 01:29:11 2008
New Revision: 131621

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131621
Log:
2008-01-17  H.J. Lu  <hongjiu.lu@intel.com>

        PR fortran/33375
        * symbol.c (free_common_tree): Renamed to ...
        (gfc_free_common_tree): This.  Remove static.
        (gfc_free_namespace): Updated.

        * gfortran.h (gfc_free_common_tree): New.

        * match.c (gfc_match_common): Call gfc_free_common_tree () with
        gfc_current_ns->common_root and set gfc_current_ns->common_root
        to NULL on syntax error.

Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/gfortran.h
    trunk/gcc/fortran/match.c
    trunk/gcc/fortran/symbol.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33375


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]