From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31658 invoked by alias); 18 Sep 2006 20:20:17 -0000 Received: (qmail 31608 invoked by alias); 18 Sep 2006 20:20:07 -0000 Date: Mon, 18 Sep 2006 20:20:00 -0000 Message-ID: <20060918202007.31607.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/29101] Memory leak in gfortran In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pault at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-09/txt/msg01741.txt.bz2 List-Id: ------- 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 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 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