From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3046 invoked by alias); 28 Aug 2012 14:51:49 -0000 Received: (qmail 3033 invoked by uid 22791); 28 Aug 2012 14:51:48 -0000 X-SWARE-Spam-Status: No, hits=-4.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,KHOP_THREADED X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 28 Aug 2012 14:51:32 +0000 From: "burnus at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/54384] gfortran memory leaks Date: Tue, 28 Aug 2012 14:51:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: burnus at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2012-08/txt/msg01859.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54384 --- Comment #10 from Tobias Burnus 2012-08-28 14:51:31 UTC --- (In reply to comment #6) > * match_data_constant (mbdx.f90, comment 5) > * aermod.f90: > by 0x5D8C0D: traverse_data_var(gfc_data_variable*, locus*) (resolve.c:13426) These two are now fixed. (comment 9) TODO: * aermod.f90 (cf. comment 6) - parse_spec -> gfc_match_subroutine -> gfc_match_formal_arglist - parse_spec -> gfc_get_namespace (also: gas_dyn.f90 and test_fpu.f90) those are the only gfortran valgrind-reported leaks left for Polyhedron 2005. * gfortran.dg/g77/cpp6.f's preprocessor_line, cf. comment 6 * gfortran.dg/proc_ptr_result_1.f90 (comment 0) with - ...-> match_level_3 -> ... -> gfc_match_rvalue -> gfc_new_symbol - read_module -> load_needed -> gfc_get_namespace - gfc_match_procedure -> gfc_new_symbol - gfc_match_intrinsic -> gfc_new_symbol [Plus more valgrind runs to find more leaks.]