From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23120 invoked by alias); 3 Aug 2010 17:04:30 -0000 Received: (qmail 20869 invoked by uid 48); 3 Aug 2010 17:04:13 -0000 Date: Tue, 03 Aug 2010 17:04:00 -0000 Message-ID: <20100803170413.20867.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/44857] [4.6 Regression] ICE in output_constructor_regular_field, at varasm.c:4996 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dominiq at lps dot ens dot fr" 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-08/txt/msg00155.txt.bz2 ------- Comment #12 from dominiq at lps dot ens dot fr 2010-08-03 17:04 ------- With the patch in comment #11 I get for the first tests of pr44857 and pr45092: f951: internal compiler error: in resolve_structure_cons, at fortran/resolve.c:931 These ICEs go away if I remove the lines + gfc_constructor *p = gfc_constructor_first (expr->value.constructor); + gcc_assert (cons->expr->ts.u.cl == p->expr->ts.u.cl); Further testing in progress. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44857