From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9861 invoked by alias); 9 Oct 2012 17:13:21 -0000 Received: (qmail 9766 invoked by uid 48); 9 Oct 2012 17:13:05 -0000 From: "janus at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/54874] [OOP] polymorphic allocation with SOURCE Date: Tue, 09 Oct 2012 17:13: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: 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: 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" Content-Transfer-Encoding: quoted-printable 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: 2012-10/txt/msg00858.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D54874 --- Comment #10 from janus at gcc dot gnu.org 2012-10-09 17:13:05 UTC --- Ok, I just tried this one on x86_64-apple-darwin11.3.0, where I have three (non-release) versions of gfortran lying around: gcc-Version 4.6.0 20110202 (experimental) [trunk revision 169590] (GCC) gcc-Version 4.7.0 20111231 (experimental) [trunk revision 182754] (GCC)=20 gcc-Version 4.8.0 20120409 (experimental) [trunk revision 186243] (GCC) All three cleanly compile comment 0, while only the 4.7 version fails to compile commment 1 with some ICE: c1.f90: In Funktion =C2=BBtestsource=C2=AB: c1.f90:58:0: interner Compiler-Fehler: Segmentation fault: 11 This is obviously different from the compile-time problems that Salvatore reported in comment 3, and it may just be due to my version being pre-relea= se.