From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3182 invoked by alias); 27 Jul 2009 09:33:40 -0000 Received: (qmail 3085 invoked by uid 48); 27 Jul 2009 09:33:20 -0000 Date: Mon, 27 Jul 2009 09:33:00 -0000 Message-ID: <20090727093320.3084.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/40851] [4.3/4.4] problem with deallocation of pointers 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: 2009-07/txt/msg02147.txt.bz2 ------- Comment #4 from burnus at gcc dot gnu dot org 2009-07-27 09:33 ------- Thanks for the report. FIXED on the trunk (4.5); I will soon backport it to 4.4/4.3. (Workaround: Do not use INTENT for pointers [which is a Fortran 2003 feature].) -- burnus at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- GCC build triplet|4.5.0 v149701 | GCC host triplet|Linux x86. x86-64 and MAC OS| |X | GCC target triplet|gfortran | Summary|problem with deallocation of|[4.3/4.4] problem with |pointers |deallocation of pointers http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40851