From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2088 invoked by alias); 7 Sep 2013 16:50:58 -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 2079 invoked by uid 89); 7 Sep 2013 16:50:58 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 07 Sep 2013 16:50:58 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.8 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r87Gou2t000501 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 7 Sep 2013 12:50:56 -0400 Received: from [10.10.116.16] ([10.10.116.16]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r87GotDv019407; Sat, 7 Sep 2013 12:50:55 -0400 Message-ID: <522B596E.5050206@redhat.com> Date: Sat, 07 Sep 2013 16:53:00 -0000 From: Jason Merrill User-Agent: Mozilla/5.0 (X11; Linux i686; rv:25.0) Gecko/20100101 Thunderbird/25.0a2 MIME-Version: 1.0 Newsgroups: gmane.comp.gcc.patches To: Caroline Tice , GCC Patches Subject: Re: [PATCH] Fix PR58300, issue with -fvtable-verify=preinit References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2013-09/txt/msg00476.txt.bz2 OK. Jason From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3554 invoked by alias); 7 Sep 2013 16:51:11 -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 3544 invoked by uid 89); 7 Sep 2013 16:51:10 -0000 Received: from plane.gmane.org (HELO plane.gmane.org) (80.91.229.3) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Sat, 07 Sep 2013 16:51:10 +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,CK_HELO_DYNAMIC_SPLIT_IP,HELO_DYNAMIC_HCC,HELO_DYNAMIC_IPADDR2,KHOP_THREADED,RDNS_NONE,SPF_FAIL autolearn=no version=3.3.2 X-HELO: plane.gmane.org Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VILiz-0000sW-JP for gcc-patches@gcc.gnu.org; Sat, 07 Sep 2013 18:51:05 +0200 Received: from 209-6-90-240.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.90.240]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 07 Sep 2013 18:51:05 +0200 Received: from jason by 209-6-90-240.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 07 Sep 2013 18:51:05 +0200 To: gcc-patches@gcc.gnu.org From: Jason Merrill Subject: Re: [PATCH] Fix PR58300, issue with -fvtable-verify=preinit Date: Sat, 07 Sep 2013 16:54:00 -0000 Message-ID: <522B596E.5050206@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (X11; Linux i686; rv:25.0) Gecko/20100101 Thunderbird/25.0a2 In-Reply-To: X-IsSubscribed: yes X-SW-Source: 2013-09/txt/msg00477.txt.bz2 Message-ID: <20130907165400.EO-OQuXWl4g_aRn119YF9XJ9ExrpmYboPW0Jzz50_f0@z> OK. Jason