From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11546 invoked by alias); 16 Jun 2011 09:41:42 -0000 Received: (qmail 11529 invoked by uid 22791); 16 Jun 2011 09:41:41 -0000 X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST X-Spam-Check-By: sourceware.org Received: from mail-yx0-f175.google.com (HELO mail-yx0-f175.google.com) (209.85.213.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 16 Jun 2011 09:41:24 +0000 Received: by yxe1 with SMTP id 1so787629yxe.20 for ; Thu, 16 Jun 2011 02:41:23 -0700 (PDT) MIME-Version: 1.0 Received: by 10.236.170.68 with SMTP id o44mr872795yhl.121.1308217283782; Thu, 16 Jun 2011 02:41:23 -0700 (PDT) Received: by 10.147.35.7 with HTTP; Thu, 16 Jun 2011 02:41:23 -0700 (PDT) In-Reply-To: <20110616071720.GA29720@physik.fu-berlin.de> References: <20110616071720.GA29720@physik.fu-berlin.de> Date: Thu, 16 Jun 2011 09:56:00 -0000 Message-ID: Subject: Re: [Patch, Fortran, OOP] PR 49417: [4.6/4.7 Regression] ICE on invalid CLASS component declaration From: Janus Weil To: Tobias Burnus Cc: fortran@gcc.gnu.org, gcc-patches@gcc.gnu.org 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-06/txt/msg01226.txt.bz2 2011/6/16 Tobias Burnus : > Janus Weil wrote: >> here is the fix for an OOP-regression reported today by Andrew Benson >> >> The patch was regtested on x86_64-unknown-linux-gnu. Ok for trunk? > > The patch is OK - thanks for the quick fix. Thanks, will commit soon. > Do you plan to also backport > it to 4.6, given that it is a regression? Yes, I forgot to mention this, but I plan to do it (unless anyone objects). Cheers, Janus