From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4876 invoked by alias); 23 May 2011 09:26:54 -0000 Received: (qmail 4865 invoked by uid 22791); 23 May 2011 09:26:54 -0000 X-SWARE-Spam-Status: No, hits=-5.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from cantor.suse.de (HELO mx1.suse.de) (195.135.220.2) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 23 May 2011 09:26:40 +0000 Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.221.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.suse.de (Postfix) with ESMTP id D4FD290847; Mon, 23 May 2011 11:26:38 +0200 (CEST) Date: Mon, 23 May 2011 10:11:00 -0000 From: Richard Guenther To: Jakub Jelinek Cc: Richard Henderson , Jason Merrill , gcc-patches@gcc.gnu.org Subject: Re: Patch ping In-Reply-To: <20110523074823.GV17079@tyan-ft48-01.lab.bos.redhat.com> Message-ID: References: <20110523074823.GV17079@tyan-ft48-01.lab.bos.redhat.com> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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: 2011-05/txt/msg01601.txt.bz2 On Mon, 23 May 2011, Jakub Jelinek wrote: > Hi! > > - http://gcc.gnu.org/ml/gcc-patches/2011-05/msg00895.html > P1 PR48973 4.6/4.7 fix for expansion of comparisons with signed > 1 bit precision type Ok. I'll leave the rest to others. Thanks, Richard.