From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6381 invoked by alias); 15 May 2010 22:17:07 -0000 Received: (qmail 6350 invoked by uid 48); 15 May 2010 22:16:55 -0000 Date: Sat, 15 May 2010 22:17:00 -0000 Message-ID: <20100515221655.6349.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/42647] Missed initialization/dealloc of allocatable scalar DT with allocatable component In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "janus 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: 2010-05/txt/msg01683.txt.bz2 ------- Comment #7 from janus at gcc dot gnu dot org 2010-05-15 22:16 ------- r159445 should fix all the initialization trouble. Comment #2/#3 has been included as a test case. For the automatic deallocation there is be a problem remaining: In comment #0, "a" itself is now automatically deallocated, but not "a%d" any more. -- janus at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed|0000-00-00 00:00:00 |2010-05-15 22:16:55 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42647