From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23189 invoked by alias); 28 Feb 2010 19:48:47 -0000 Received: (qmail 22968 invoked by uid 48); 28 Feb 2010 19:48:35 -0000 Date: Sun, 28 Feb 2010 19:48:00 -0000 Message-ID: <20100228194835.22967.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/43178] Pointless resetting to NULL for local ALLOCATABLEs In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "burnus 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-02/txt/msg02877.txt.bz2 ------- Comment #15 from burnus at gcc dot gnu dot org 2010-02-28 19:48 ------- Created an attachment (id=19989) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19989&action=view) Really fix -fno-automatic -- attached the wrong patch which missed a "== 0" in trans-decl. As pointed out by Dominique. Next step is to proofread the patch, check the "dealloc" argument and check for run-time leakage of the testsuite's "dg-do run" tests. Re-checking some dumps cannot harm either. -- burnus at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #19988|0 |1 is obsolete| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43178