From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4604 invoked by alias); 6 Jan 2013 15:34:42 -0000 Received: (qmail 28032 invoked by uid 48); 6 Jan 2013 15:33:25 -0000 From: "burnus at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/55763] Issues with some simpler CLASS(*) programs Date: Sun, 06 Jan 2013 15:34: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, rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: burnus at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: pault 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-01/txt/msg00412.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55763 --- Comment #21 from Tobias Burnus 2013-01-06 15:33:24 UTC --- (In reply to comment #6) > To the last test case of comment 0: I mentioned this example in the array-descriptor/subpointer PR 40737 to make sure it is not forgotten. (In reply to comment #14) > The following valid code gives an ICE: > class(*), pointer :: ptr2 => x That's now PR 55887. For the diagnostic part, see patch http://gcc.gnu.org/ml/fortran/2013-01/msg00025.html (In reply to comment #19) > Great! I extended the example from comment #10 to find: > class(myobj) :: this > select type (this) > type is (integer) Thanks for reporting the ICE on invalid code; I submitted a patch for this at http://gcc.gnu.org/ml/fortran/2013-01/msg00046.html