From patchwork Sat Mar 28 10:41:03 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andre Vehreschild X-Patchwork-Id: 455668 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id AF11714017B for ; Sat, 28 Mar 2015 21:41:16 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass reason="1024-bit key; unprotected key" header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=DbbRPIv9; dkim-adsp=none (unprotected policy); dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type; q=dns; s=default; b=vu+mqQWGQMQuY3Jf z2BNkP1UU9I11pVGyIcKgmfXg44cR4qSuYALojgKqKGDE0FQBIG86ALgs3wbEMWy 8D180jfdQgqOvaCIjYkcJpd9pcan12c2QCU82gg7xMe8MD+G454b89Ia+pLnFonI IonjoVa3agwQMAYaBSS5NbyFeIg= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type; s=default; bh=E7xhQHsvi8HqKyruSWhq3e Iysfs=; b=DbbRPIv9tTM9Pn3cwQpkt3J7I1SpQpmdtP6mJZ9rbGH0dX+e8Gl8Rc lTJOv1F5gOYCqiMv32Lln0FRyQOV5rQMoJi/j0rVpFuniAiEjgBmfpAkYEivNZ3u sWCD3f94L3tUHW6HzojAjXuhcBLSPGSp0c3J+u2Rp1cQ+hEcsJxKQ= Received: (qmail 122498 invoked by alias); 28 Mar 2015 10:41:09 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 122477 invoked by uid 89); 28 Mar 2015 10:41:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mout.gmx.net Received: from mout.gmx.net (HELO mout.gmx.net) (212.227.15.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sat, 28 Mar 2015 10:41:07 +0000 Received: from vepi2 ([88.75.104.20]) by mail.gmx.com (mrgmx003) with ESMTPSA (Nemesis) id 0Lk7fW-1ZCWuA0PH8-00c6mo; Sat, 28 Mar 2015 11:41:04 +0100 Date: Sat, 28 Mar 2015 11:41:03 +0100 From: Andre Vehreschild To: GCC-Patches-ML , GCC-Fortran-ML Cc: Paul Richard Thomas , Mark LeAir Subject: Re: [Patch, testsuite] Fixed comment in testcase Message-ID: <20150328114103.6ea3bbe8@vepi2> In-Reply-To: <20150327134350.42f225a4@vepi2> References: <20150327134350.42f225a4@vepi2> MIME-Version: 1.0 X-UI-Out-Filterresults: notjunk:1; Hi all, fixed copyright statement (again) as r221752. - Andre On Fri, 27 Mar 2015 13:43:50 +0100 Andre Vehreschild wrote: > Hi all, > > commited as r221729 to meet the legal requirements and fix some typos. > > Regards, > Andre Index: testsuite/ChangeLog =================================================================== --- testsuite/ChangeLog (Revision 221751) +++ testsuite/ChangeLog (Arbeitskopie) @@ -1,3 +1,8 @@ +2015-03-28 Andre Vehreschild + + * gfortran.dg/unlimited_polymorphic_24.f03: Fixing copyright + statement to reflect new ownership. + 2015-03-28 Paolo Carlini PR c++/42328 Index: testsuite/gfortran.dg/unlimited_polymorphic_24.f03 =================================================================== --- testsuite/gfortran.dg/unlimited_polymorphic_24.f03 (Revision 221751) +++ testsuite/gfortran.dg/unlimited_polymorphic_24.f03 (Arbeitskopie) @@ -1,6 +1,6 @@ ! { dg-do run } ! -! Copyright 2011 STMicroelectronics +! Copyright 2015 NVIDIA Corporation ! ! Test case for unlimited polymorphism that is derived from the article ! by Mark Leair, in the 'PGInsider':