From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15310 invoked by alias); 3 May 2010 10:37:52 -0000 Received: (qmail 15232 invoked by uid 48); 3 May 2010 10:37:40 -0000 Date: Mon, 03 May 2010 10:37:00 -0000 Message-ID: <20100503103740.15231.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/43969] [OOP] CLASS(foo), ALLOCATABLE component bad initialization In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "sfilippone at uniroma2 dot it" 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/msg00169.txt.bz2 ------- Comment #2 from sfilippone at uniroma2 dot it 2010-05-03 10:37 ------- Created an attachment (id=20544) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20544&action=view) Extended text case With this and a fresh build at r158988 I get the following: [sfilippo@donald bug16]$ ./testd16 Check on allocated: T Check on allocated 3: T At line 18 of file testd16.f03 Fortran runtime error: Attempting to allocate already allocated array 'try2' -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43969