[Bug fortran/29101] Memory leak in gfortran

pault at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Sep 18 20:20:00 GMT 2006



------- Comment #6 from pault at gcc dot gnu dot org  2006-09-18 20:20 -------
Subject: Bug 29101

Author: pault
Date: Mon Sep 18 20:19:50 2006
New Revision: 117034

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117034
Log:
2006-09-18 Paul Thomas <pault@gcc.gnu.org>

        PR fortran/28526
        * primary.c (match_variable): If the compiler is in a module
        specification block, an interface block or a contains section,
        reset host_flag to force the changed symbols mechanism.

        PR fortran/29101
        * trans-stmt.c (gfc_trans_character_select): Add the post block
        for the expression to the main block, after the call to
        select_string and the last label.


2006-09-18 Paul Thomas <pault@gcc.gnu.org>

        PR fortran/28526
        * gfortran.dg/keyword_symbol_1.f90: New test.

        * gfortran.dg/spread_shape_1.f90: Add missing warning with
        pedantic compilation option.

Added:
    trunk/gcc/testsuite/gfortran.dg/keyword_symbol_1.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/primary.c
    trunk/gcc/fortran/trans-stmt.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gfortran.dg/spread_shape_1.f90


-- 


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



More information about the Gcc-bugs mailing list