From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17073 invoked by alias); 14 Oct 2011 18:20:13 -0000 Received: (qmail 17056 invoked by uid 22791); 14 Oct 2011 18:20:11 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-gy0-f175.google.com (HELO mail-gy0-f175.google.com) (209.85.160.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 14 Oct 2011 18:19:55 +0000 Received: by gyc15 with SMTP id 15so1585469gyc.20 for ; Fri, 14 Oct 2011 11:19:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.236.131.106 with SMTP id l70mr13857860yhi.29.1318616395184; Fri, 14 Oct 2011 11:19:55 -0700 (PDT) Received: by 10.147.114.1 with HTTP; Fri, 14 Oct 2011 11:19:55 -0700 (PDT) In-Reply-To: References: Date: Fri, 14 Oct 2011 18:46:00 -0000 Message-ID: Subject: Re: [Patch, Fortran, committed] PR 50570: [4.6/4.7 Regression] Incorrect error for assignment to intent(in) pointer From: Janus Weil To: gfortran , gcc-patches Content-Type: text/plain; charset=ISO-8859-1 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-10/txt/msg01327.txt.bz2 Forgot to mention: Will backport to 4.6 during the weekend (hopefully in time for 4.6.2). Cheers, Janus 2011/10/14 Janus Weil : > Hi all, > > I just committed a one-line fix for this regression (approved by > Tobias in a private mail): > > http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180000 > > Cheers, > Janus > > > Btw: I just noticed that ABORT throws a backtrace in recent trunk > versions (which didn't happen in 4.6 or earlier). I think this can be > quite useful, but maybe it should be documented in the manual? > > http://gcc.gnu.org/onlinedocs/gfortran/ABORT.html#ABORT >