From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2051 invoked by alias); 11 Feb 2013 13:57:48 -0000 Received: (qmail 2031 invoked by uid 48); 11 Feb 2013 13:57:37 -0000 From: "janus at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/56284] [OOP] ICE with alternate return in type-bound procedure Date: Mon, 11 Feb 2013 13:57: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: janus at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: janus at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: 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-02/txt/msg01070.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56284 --- Comment #6 from janus at gcc dot gnu.org 2013-02-11 13:57:36 UTC --- The combined patches of comment 4 and 5 yield the following testsuite failures: FAIL: gfortran.dg/altreturn_2.f90 -O (test for excess errors) FAIL: gfortran.dg/intrinsic_actual_3.f90 -O (test for excess errors) FAIL: gfortran.dg/invalid_interface_assignment.f90 -O (test for excess errors) (all of them are clearly due to comment 5)