From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28462 invoked by alias); 24 Jan 2013 19:16:52 -0000 Received: (qmail 27879 invoked by uid 48); 24 Jan 2013 19:16:26 -0000 From: "tilo@tilo-schwarz.de" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/55887] [OOP][F2008] ICE with CLASS and data-target pointer association in (default) initialization Date: Thu, 24 Jan 2013 19:16:00 -0000 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: tilo@tilo-schwarz.de X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: CC 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 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: 2013-01/txt/msg02325.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55887 Tilo Schwarz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tilo@tilo-schwarz.de --- Comment #1 from Tilo Schwarz 2013-01-24 19:16:25 UTC --- I don't know how much help this actually is, but on my machine this commit commit a90fe8299d2e635e53ab006c934154289d06ffa1 Author: pault Date: Thu Dec 20 00:15:00 2012 +0000 2012-12-19 Paul Thomas git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@194622 138bc75d-0d04-0410-961f-82ee72b054a4 gives an ICE, but one commit earlier commit 873f242d97571e98acad8ea1912f81682bd7a448 Author: burnus Date: Wed Dec 19 23:05:49 2012 +0000 2012-12-19 Tobias Burnus git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@194621 138bc75d-0d04-0410-961f-82ee72b054a4 does not. Regards, Tilo