From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7990 invoked by alias); 9 Oct 2014 13:52:39 -0000 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 Received: (qmail 7981 invoked by uid 89); 9 Oct 2014 13:52:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx5.rz.ruhr-uni-bochum.de Received: from mi.ruhr-uni-bochum.de (HELO mx5.rz.ruhr-uni-bochum.de) (134.147.64.33) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with SMTP; Thu, 09 Oct 2014 13:52:36 +0000 X-Queued: (qmail 20827 invoked by alias); 9 Oct 2014 13:52:33 -0000 X-RUB-Notes: Internal X-Queued: (qmail 18435 invoked by uid 109); 9 Oct 2014 13:52:24 -0000 X-Qmailscanner: from 134.147.42.227 by mx5.rz.ruhr-uni-bochum.de (envelope-from , uid 103) with qmail-scanner-2.01 (clamdscan: 0.98.1/18526. Clear:RC:1(134.147.42.227):. Processed in 0.154015 secs); 09 Oct 2014 13:52:24 -0000 Received: from mail1.mail.ruhr-uni-bochum.de (134.147.42.227) by mx5.rz.ruhr-uni-bochum.de with SMTP; 9 Oct 2014 13:52:24 -0000 Received: from [192.168.178.57] (p5B34D09E.dip0.t-ipconnect.de [91.52.208.158]) (Authenticated sender: wollgpsz) by mail1.mail.ruhr-uni-bochum.de (Postfix) with ESMTPSA id 420F3200D9; Thu, 9 Oct 2014 15:52:23 +0200 (CEST) Message-ID: <54369316.7070001@rub.de> Date: Thu, 09 Oct 2014 13:56:00 -0000 From: Patrick Wollgast User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Kai Tietz , Jonathan Wakely , Caroline Tice , bkoz@gnu.org, iant@google.com CC: GCC Patches , libstdc++@gcc.gnu.org Subject: Re: [Ping] Port of VTV for Cygwin and MinGW References: <53FF0C8C.8090507@rub.de> <5411213F.1070104@rub.de> <541B5B7E.2090300@rub.de> <20140923102235.GJ2669@redhat.com> <542344CB.6050600@rub.de> In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SW-Source: 2014-10/txt/msg00811.txt.bz2 On 27.09.2014 12:50, Kai Tietz wrote: > Hi Patrick, > > the mingw/cygwin part your patch looks fine to me. Nevertheless I > have one question regarding to you. Do you have FSF papers for gcc > already? As I asked an overseer and he didn't found you on the list. > > Regards, > Kai > The papers FSF have been taken care of, and the signed papers have been exchanged. A short recap: Mail with the latest patch and changelog: https://gcc.gnu.org/ml/gcc-patches/2014-09/msg02200.html Approved: * gcc/config/i386/* * libstdc++-v3/* * libvtv/* Not approved: * gcc/cp/vtable-class-hierarchy.c * gcc/varasm.c * libgcc/Makefile.in * libgcc/config.host * libiberty/obstack.c Regards, Patrick