From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1587 invoked by alias); 14 Apr 2014 10:56:17 -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 1571 invoked by uid 89); 14 Apr 2014 10:56:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.0 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com 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; Mon, 14 Apr 2014 10:56:15 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s3EAuD5o022478 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 14 Apr 2014 06:56:14 -0400 Received: from tucnak.zalov.cz (ovpn-116-44.ams2.redhat.com [10.36.116.44]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id s3EAuBX6010483 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 14 Apr 2014 06:56:13 -0400 Received: from tucnak.zalov.cz (localhost [127.0.0.1]) by tucnak.zalov.cz (8.14.8/8.14.7) with ESMTP id s3EAu7Fq010282; Mon, 14 Apr 2014 12:56:08 +0200 Received: (from jakub@localhost) by tucnak.zalov.cz (8.14.8/8.14.8/Submit) id s3EAu5TG010281; Mon, 14 Apr 2014 12:56:05 +0200 Date: Mon, 14 Apr 2014 10:56:00 -0000 From: Jakub Jelinek To: Jeff Law Cc: Richard Biener , Kirill Yukhin , Uros Bizjak , gcc-patches@gcc.gnu.org Subject: Re: Patch ping Message-ID: <20140414105604.GN1817@tucnak.redhat.com> Reply-To: Jakub Jelinek References: <20140113080711.GS892@tucnak.redhat.com> <52D402FF.5020003@redhat.com> <20140113152059.GZ892@tucnak.redhat.com> <52D404C7.1090002@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52D404C7.1090002@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2014-04/txt/msg00663.txt.bz2 On Mon, Jan 13, 2014 at 08:22:47AM -0700, Jeff Law wrote: > On 01/13/14 08:20, Jakub Jelinek wrote: > >On Mon, Jan 13, 2014 at 08:15:11AM -0700, Jeff Law wrote: > >>On 01/13/14 01:07, Jakub Jelinek wrote: > >>>I'd like to ping 2 patches: > >>> > >>>http://gcc.gnu.org/ml/gcc-patches/2014-01/msg00140.html > >>>- Ensure GET_MODE_{SIZE,INNER,NUNITS} (const) is constant rather than > >>> memory load after optimization (I'd like to keep the current > >>> patch for the reasons mentioned there, but also add this patch) > >>I'd tend to think this is 4.10/5.0 material. Unless (for example), > >>you've got a PR where this makes a significant difference in compile > >>time. > > > >Ok, will defer it then. > THanks. I've put in my queued folder as well ;-) Is this ok now for stage1? Jakub