From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21623 invoked by alias); 9 Dec 2010 13:31:49 -0000 Received: (qmail 21603 invoked by uid 22791); 9 Dec 2010 13:31:48 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 09 Dec 2010 13:31:44 +0000 From: "burnus at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/45081] [4.3/4.4/4.5/4.6 Regression] ICE in gfc_conv_array_initializer, at fortran/trans-array.c:4208 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: burnus at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: pault at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.3.6 X-Bugzilla-Changed-Fields: Status Resolution Summary Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Thu, 09 Dec 2010 13:31:00 -0000 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-12/txt/msg00965.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45081 Tobias Burnus changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED Summary|[4.3 Regression] ICE in |[4.3/4.4/4.5/4.6 |gfc_conv_array_initializer, |Regression] ICE in |at |gfc_conv_array_initializer, |fortran/trans-array.c:4208 |at | |fortran/trans-array.c:4208 --- Comment #19 from Tobias Burnus 2010-12-09 13:31:38 UTC --- CLOSE as FIXED as the patch has been committed for 4.3, 4.4, 4.5 and 4.6. Thanks Thorsten for the report - and thanks Paul for the patch! (Note: For GCC 4.3 I get test suite failures for gfortran.dg/elemental_subroutine_7.f90; those are unrelated to the patch and are probably no regression. Here, they only show up either with GLIBC's MALLOC_PERTURB_ or in valgrind. As the issue does not occur on 4.4 to 4.6, I tacitly move on.)