From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10600 invoked by alias); 29 Jan 2015 18:11:13 -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 10574 invoked by uid 89); 29 Jan 2015 18:11:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 29 Jan 2015 18:11:09 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t0TIB7ap000659 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 29 Jan 2015 13:11:07 -0500 Received: from localhost (ovpn-116-136.ams2.redhat.com [10.36.116.136]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t0TIB6uR006435; Thu, 29 Jan 2015 13:11:06 -0500 Date: Thu, 29 Jan 2015 18:28:00 -0000 From: Jonathan Wakely To: Matthias Klose Cc: Caroline Tice , Patrick Wollgast , Kai Tietz , Benjamin De Kosnik , gcc-patches , "libstdc++@gcc.gnu.org" Subject: Re: [Ping] Port of VTV for Cygwin and MinGW Message-ID: <20150129181105.GK3360@redhat.com> References: <54B6D159.4000002@rub.de> <54B77230.6070704@rub.de> <54B83638.7080509@rub.de> <54C8C89C.1000104@rub.de> <54CA737A.5060102@ubuntu.com> <54CA767F.9040102@ubuntu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <54CA767F.9040102@ubuntu.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2015-01/txt/msg02640.txt.bz2 On 29/01/15 19:05 +0100, Matthias Klose wrote: >that fixes the build failure. ok to commit? > >2015-01-29 Matthias Klose > > * acinclude.m4 (GLIBCXX_ENABLE_VTABLE_VERIFY): Define VTV_CYGMIN > unconditionally. > * configure: Regenerate. OK, thanks.