From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27980 invoked by alias); 24 Feb 2009 16:48:53 -0000 Received: (qmail 27948 invoked by uid 48); 24 Feb 2009 16:48:38 -0000 Date: Tue, 24 Feb 2009 16:48:00 -0000 Message-ID: <20090224164838.27947.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/39292] [4.3/4.4 Regression] ICE in gfc_conv_array_initializer, at fortran/trans-array.c:3884 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rguenth 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-02/txt/msg02110.txt.bz2 ------- Comment #1 from rguenth at gcc dot gnu dot org 2009-02-24 16:48 ------- Fails the same with 4.4, 4.2 reports an error: gfortran-4.2 -S t.f90 t.f90:4.35: &a = (/ ( (float(n))**(1.0), n=1,2) /) 1 Error: Exponent at (1) must be INTEGER for an initialization expression so I'm not sure if the testcase is valid or not. -- rguenth at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Known to fail| |4.3.4 4.4.0 Known to work| |4.2.4 Priority|P3 |P4 Target Milestone|--- |4.3.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39292