From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21639 invoked by alias); 2 Sep 2008 17:06:40 -0000 Received: (qmail 20348 invoked by uid 48); 2 Sep 2008 17:05:16 -0000 Date: Tue, 02 Sep 2008 17:06:00 -0000 Message-ID: <20080902170516.20347.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/37336] Fortran 2003: Finish derived-type finalization In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "domob at gcc dot gnu dot org" 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: 2008-09/txt/msg00209.txt.bz2 ------- Comment #1 from domob at gcc dot gnu dot org 2008-09-02 17:05 ------- Created an attachment (id=16196) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16196&action=view) Proposed patch implementing the main part This is an experimental patch that implements the logic to create code finalizing a given entity. Only with this patch, this is however never called; this is merely a preparation for a full implementation of derived-type finalization. This patch was posted to the mailing lists as http://gcc.gnu.org/ml/fortran/2008-08/msg00042.html. It is a split-off from an experimental full finalization patch posted as http://gcc.gnu.org/ml/fortran/2008-06/msg00254.html and follow-up discussion. -- domob at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|unassigned at gcc dot gnu |domob at gcc dot gnu dot org |dot org | Status|UNCONFIRMED |ASSIGNED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37336