From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2918 invoked by alias); 6 Nov 2009 16:12:03 -0000 Received: (qmail 2876 invoked by uid 48); 6 Nov 2009 16:11:52 -0000 Date: Fri, 06 Nov 2009 16:12:00 -0000 Message-ID: <20091106161152.2875.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/41807] [4.5/4.4 Regression] data statement with nested type constructors In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jvdelisle 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-11/txt/msg00567.txt.bz2 ------- Comment #5 from jvdelisle at gcc dot gnu dot org 2009-11-06 16:11 ------- I just started looking into this. There is a check for array index and start to be EXPR_CONSTANT. In the case of start it is an EXPR_FUNCTION because there is a conversion from kind 4 to kind 8 function being inlined. More later. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41807