From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8714 invoked by alias); 31 Mar 2013 20:05:16 -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 8541 invoked by uid 48); 31 Mar 2013 20:05:00 -0000 From: "janus at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/56731] [4.7 Regression] ICE on (wrongly) referencing polymorphic array in select type Date: Sun, 31 Mar 2013 20:05: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-invalid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: janus at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Summary 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 X-SW-Source: 2013-03/txt/msg02280.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56731 janus at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|ICE on (wrongly) |[4.7 Regression] ICE on |referencing polymorphic |(wrongly) referencing |array in select type |polymorphic array in select | |type --- Comment #6 from janus at gcc dot gnu.org 2013-03-31 20:04:58 UTC --- (In reply to comment #5) > Sorry for the noise, the comment #3 was intended for pr56730. Indeed for this > test I see the ICE for 4.7 only. ... which means it's a 4.7 regression after all. If there is an easy fix, it should certainly be applied to the 4.7 branch (otherwise one can probably forget about it, since it's "only" an ICE-on-invalid).