From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6749 invoked by alias); 3 Sep 2012 11:34:36 -0000 Received: (qmail 6709 invoked by uid 22791); 3 Sep 2012 11:34:36 -0000 X-SWARE-Spam-Status: No, hits=-4.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-ob0-f175.google.com (HELO mail-ob0-f175.google.com) (209.85.214.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 03 Sep 2012 11:34:13 +0000 Received: by mail-ob0-f175.google.com with SMTP id lz20so10101898obb.20 for ; Mon, 03 Sep 2012 04:34:13 -0700 (PDT) MIME-Version: 1.0 Received: by 10.60.172.49 with SMTP id az17mr10655773oec.44.1346672053610; Mon, 03 Sep 2012 04:34:13 -0700 (PDT) Received: by 10.76.9.200 with HTTP; Mon, 3 Sep 2012 04:34:13 -0700 (PDT) In-Reply-To: <20120827074241.GL1999@tucnak.redhat.com> References: <20120827074241.GL1999@tucnak.redhat.com> Date: Mon, 03 Sep 2012 11:34:00 -0000 Message-ID: Subject: Re: Patch ping From: Richard Guenther To: Jakub Jelinek Cc: Jason Merrill , Alexandre Oliva , gcc-patches@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes 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 X-SW-Source: 2012-09/txt/msg00086.txt.bz2 On Mon, Aug 27, 2012 at 9:42 AM, Jakub Jelinek wrote: > http://gcc.gnu.org/ml/gcc-patches/2012-08/msg01100.html > - C++ -Wsizeof-pointer-memaccess support (C is already in) > > http://gcc.gnu.org/ml/gcc-patches/2012-08/msg01376.html > - valtrack ICE fix This one is ok. Thanks, Richard. > Jakub