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