From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25206 invoked by alias); 9 Jan 2014 14:14:17 -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 Received: (qmail 25163 invoked by uid 48); 9 Jan 2014 14:14:13 -0000 From: "janus at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/58026] [OOP] Bad error recovery for allocatable component of undeclared type Date: Thu, 09 Jan 2014 14:14: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-Version: 4.9.0 X-Bugzilla-Keywords: error-recovery X-Bugzilla-Severity: normal X-Bugzilla-Who: janus at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P5 X-Bugzilla-Assigned-To: janus at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.9.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-01/txt/msg00905.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58026 janus at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|ice-on-invalid-code | Summary|[4.9 Regression] [OOP] ICE |[OOP] Bad error recovery |in |for allocatable component |generate_finalization_wrapp |of undeclared type |er, at fortran/class.c:1521 | --- Comment #10 from janus at gcc dot gnu.org --- (In reply to janus from comment #8) > At r206460, I don't see the ICE any more. Possibly is has been fixed by > r206379 (for PR59589)? Can someone confirm that it's gone? Reverting r206379 brings back the ICE, so indeed this revision has fixed it apparently. So: The ICE regression is fixed and only the error-recovery problem of comment 8 persists.