From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7109 invoked by alias); 15 Oct 2004 04:55:17 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 7098 invoked from network); 15 Oct 2004 04:55:16 -0000 Received: from unknown (HELO rwcrmhc12.comcast.net) (216.148.227.85) by sourceware.org with SMTP; 15 Oct 2004 04:55:16 -0000 Received: from [10.0.1.2] (h000393256f12.ne.client2.attbi.com[24.61.199.96]) by comcast.net (rwcrmhc12) with SMTP id <20041015045514014004kfr7e> (Authid: schlie); Fri, 15 Oct 2004 04:55:15 +0000 User-Agent: Microsoft-Entourage/11.1.0.040913 Date: Fri, 15 Oct 2004 05:51:00 -0000 Subject: Re: combine.c portion of patch to 3.4 branch not applied? From: Paul Schlie To: Andrew Pinski CC: Message-ID: In-Reply-To: Mime-version: 1.0 Content-type: text/plain; charset="ISO-8859-1" Content-transfer-encoding: quoted-printable X-SW-Source: 2004-10/txt/msg01263.txt.bz2 >From cvs-web of the 4.3 branch as of a few moments ago (below), the latest revision shown for combine.c on the 3.4 branch is 1.4, last updated several months ago, while the other files referenced in the patch properly show as being revised a only a few days ago by the submitted patch in the same 3.4 branch listing. ---- File: [gcc] / gcc / gcc / combine.c=A0(download) Revision 1.400, Mon Jan 12 19:42:42 2004 UTC (9 months ago) by pinskia Branch: MAIN=20 CVS Tags: gcc-ss-3_4-20040121, gcc-3_5-integration-branchpoint, gcc-3_5-integration-branch, gcc-3_4-branchpoint, gcc-3_4-branch Changes since 1.399: +44 -35 lines 2004-01-12 Kazu Hirata PR optimization/12508. * combine.c (try_combine): Remove a dead set in a parallel even if its destination is a subreg. Revert: 2003-06-03 Kazu Hirata * combine.c (simplify_set): Don't move a subreg in SET_SRC to SET_DEST if WORD_REGISTER_OPERATIONS is not defined. ---- File: [gcc] / gcc / gcc / regs.h=A0(download) Revision 1.31.4.1, Tue Oct 12 23:35:32 2004 UTC (2 days, 5 hours ago) by rth Branch: gcc-3_4-branch Changes since 1.31: +0 -2 lines PR rtl-opt/17503 * regclass.c (subregs_of_mode): Turn into an htab. Make static. (som_hash, som_eq): New. (init_subregs_of_mode, record_subregs_of_mode): New. (cannot_change_mode_set_regs): Rewrite for htab implementation. (invalid_mode_change_p): Likewise. * combine.c (gen_lowpart_for_combine): Use record_subregs_of_mode. * flow.c (mark_used_regs): Likewise. (life_analysis): Use init_subregs_of_mode. * regs.h (subregs_of_mode): Remove. * rtl.h (init_subregs_of_mode, record_subregs_of_mode): Declare. ---- (assuming that cvs-web is reasonably representative of the state of cvs for the 3.4 branch) Sorry if I've drawn an inappropriate conclusion, -paul- > From: Andrew Pinski > Date: Fri, 15 Oct 2004 00:30:07 -0400 > To: Paul Schlie > Cc: > Subject: Re: combine.c portion of patch to 3.4 branch not applied? >=20 >=20 > On Oct 15, 2004, at 12:19 AM, Paul Schlie wrote: >=20 >> The combine.c portion of the patch from: >>=20 >> http://gcc.gnu.org/ml/gcc-cvs/2004-10/msg00843.html >>=20 >> doesn't seem to have been applied to 3.4 branch? >>=20 >> (assuming it was meant to be) >=20 > Huh, are you sure that you don't have a tag or if you are > using a mirror of the cvs server it is uptodate? >=20 > Because this was applied, messages to gcc-cvs don't happen > unless it was. >=20 > Thanks, > Andrew Pinski >=20