From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20249 invoked by alias); 8 Aug 2013 16:00:16 -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 20218 invoked by uid 89); 8 Aug 2013 16:00:15 -0000 X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RDNS_NONE,SPF_PASS autolearn=ham version=3.3.1 Received: from Unknown (HELO service87.mimecast.com) (91.220.42.44) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 08 Aug 2013 16:00:14 +0000 Received: from cam-owa1.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Thu, 08 Aug 2013 17:00:05 +0100 Received: from [10.1.208.33] ([10.1.255.212]) by cam-owa1.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.0); Thu, 8 Aug 2013 17:00:02 +0100 Message-ID: <5203C081.2050003@arm.com> Date: Thu, 08 Aug 2013 16:00:00 -0000 From: Richard Earnshaw User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: Caroline Tice CC: GCC Patches , "gerald@pfeifer.com" Subject: Re: [PATCH] Add vtable verification feature announcement to news on main page... References: In-Reply-To: X-MC-Unique: 113080817000504001 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable X-SW-Source: 2013-08/txt/msg00468.txt.bz2 On 07/08/13 18:19, Caroline Tice wrote: > As requested, here is the patch to announce the vtable verification > feature on the main gcc.gnu.org web page. Is this ok to commit? >=20 Please don't put this in until the issues that the patch have introduced have been resolved. R.