From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10325 invoked by alias); 22 Jul 2011 22:27:02 -0000 Received: (qmail 10304 invoked by uid 22791); 22 Jul 2011 22:27:01 -0000 X-SWARE-Spam-Status: No, hits=-1.8 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, 22 Jul 2011 22:26:47 +0000 Received: by gyd12 with SMTP id 12so1784445gyd.20 for ; Fri, 22 Jul 2011 15:26:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.150.113.19 with SMTP id l19mr2523489ybc.348.1311373606572; Fri, 22 Jul 2011 15:26:46 -0700 (PDT) Received: by 10.147.33.4 with HTTP; Fri, 22 Jul 2011 15:26:46 -0700 (PDT) In-Reply-To: References: Date: Fri, 22 Jul 2011 23:15:00 -0000 Message-ID: Subject: Re: [Patch, Fortran, committed] PR 49708: [4.5/4.6/4.7 Regression] ICE with allocate and no dimensions 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-07/txt/msg02021.txt.bz2 Fixed on 4.6 with r176659. How about 4.5? Cheers, Janus 2011/7/19 Janus Weil : > Hi all, > > I just committed a small patch for an ICE-on-invalid regression with > ALLOCATE, which was approved by Tobias in the PR: > > http://gcc.gnu.org/viewcvs?view=revision&revision=176447 > > I will backport this to the 4.6 branch in a few days. Should I also > backport to 4.5? > > Cheers, > Janus >