From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19164 invoked by alias); 17 Jun 2011 20:10:08 -0000 Received: (qmail 19136 invoked by uid 22791); 17 Jun 2011 20:10:05 -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-yw0-f47.google.com (HELO mail-yw0-f47.google.com) (209.85.213.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 17 Jun 2011 20:09:46 +0000 Received: by ywa12 with SMTP id 12so1067731ywa.20 for ; Fri, 17 Jun 2011 13:09:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.150.98.10 with SMTP id v10mr2716531ybb.432.1308341385394; Fri, 17 Jun 2011 13:09:45 -0700 (PDT) Received: by 10.146.86.14 with HTTP; Fri, 17 Jun 2011 13:09:45 -0700 (PDT) Date: Fri, 17 Jun 2011 21:16:00 -0000 Message-ID: Subject: [Patch, Fortran, committed] PR 48699: [4.6/4.7 Regression] [OOP] MOVE_ALLOC inside SELECT TYPE 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-06/txt/msg01361.txt.bz2 Hi all, I have just committed to trunk a simple patch for an OOP regression with MOVE_ALLOC (see comment #9-#11 in the PR): http://gcc.gnu.org/viewcvs?view=revision&revision=175151 I will apply this to the 4.6 branch soon. Cheers, Janus