From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14343 invoked by alias); 10 May 2009 16:15:06 -0000 Received: (qmail 14164 invoked by alias); 10 May 2009 16:14:53 -0000 Date: Sun, 10 May 2009 16:15:00 -0000 Message-ID: <20090510161453.14163.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/40018] [4.4/4.5 Regression] ICE in output_constructor In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pault 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-05/txt/msg00839.txt.bz2 ------- Comment #9 from pault at gcc dot gnu dot org 2009-05-10 16:14 ------- Subject: Bug 40018 Author: pault Date: Sun May 10 16:14:37 2009 New Revision: 147347 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=147347 Log: 2009-05-10 Paul Thomas PR fortran/40018 * trans-array.c (gfc_trans_array_constructor_value): Fold convert numeric constants. (gfc_build_constant_array_constructor): The same. 2009-05-10 Paul Thomas PR fortran/40018 * gfortran.dg/array_constructor_31.f90: New test. Added: branches/gcc-4_4-branch/gcc/testsuite/gfortran.dg/array_constructor_31.f90 Modified: branches/gcc-4_4-branch/gcc/fortran/ChangeLog branches/gcc-4_4-branch/gcc/fortran/trans-array.c branches/gcc-4_4-branch/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40018