From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16647 invoked by alias); 18 Dec 2011 16:40:29 -0000 Received: (qmail 16473 invoked by uid 22791); 18 Dec 2011 16:40:27 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,TW_SG,TW_WH X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 18 Dec 2011 16:40:13 +0000 From: "sgk at troutmask dot apl.washington.edu" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/51605] internal compiler error gfc_trans_block_construct, at fortran/trans-stmt.c:984 Date: Sun, 18 Dec 2011 16: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: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: sgk at troutmask dot apl.washington.edu X-Bugzilla-Status: UNCONFIRMED 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" 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: 2011-12/txt/msg02002.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51605 --- Comment #7 from Steve Kargl 2011-12-18 16:39:24 UTC --- On Sun, Dec 18, 2011 at 10:01:13AM +0000, burnus at gcc dot gnu.org wrote: > > Dan, Stave: If possible, please also update your GCC to 2011-12-11 or newer - > at least if you use OOP/polymorphism features. (You might be able to get a > newer binary from http://gcc.gnu.org/wiki/GFortranBinaries ) > I did the update last night whlie dreamed of sugarplums. This morning with the new gfortran, I get the error messages that you and Domonique report: laptop:kargl[221] gfc4x -c coco.f90 coco.f90:91.24: integer_ptr => symbol_ptr 1 Error: Pointer assignment target is neither TARGET nor POINTER at (1) coco.f90:94.24: logical_ptr => symbol_ptr 1 Error: Pointer assignment target is neither TARGET nor POINTER at (1)