From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23576 invoked by alias); 5 May 2010 09:27:03 -0000 Received: (qmail 22489 invoked by uid 48); 5 May 2010 09:26:03 -0000 Date: Wed, 05 May 2010 09:27:00 -0000 Subject: [Bug fortran/43990] New: [OOP] ICE in output_constructor_regular_field, at varasm.c:4995 X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "janus 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: 2010-05/txt/msg00406.txt.bz2 module m type :: t logical :: l = .true. class(t),pointer :: cp => null() end type type(t),save :: default_t end module Compiling this currently results in: f951: internal compiler error: in output_constructor_regular_field, at varasm.c:4995 Reported by Hans-Werner Boschmann. -- Summary: [OOP] ICE in output_constructor_regular_field, at varasm.c:4995 Product: gcc Version: 4.6.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: janus at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43990