From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24570 invoked by alias); 5 Apr 2011 19:34:01 -0000 Received: (qmail 24557 invoked by uid 22791); 5 Apr 2011 19:34:01 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 05 Apr 2011 19:33:57 +0000 Received: (qmail 5383 invoked from network); 5 Apr 2011 19:33:56 -0000 Received: from unknown (HELO localhost) (froydnj@127.0.0.2) by mail.codesourcery.com with ESMTPA; 5 Apr 2011 19:33:56 -0000 Date: Tue, 05 Apr 2011 19:34:00 -0000 From: Nathan Froyd To: "H.J. Lu" Cc: gcc-patches@gcc.gnu.org Subject: Re: [PATCH] allocate combine.c:LOG_LINKS in an obstack Message-ID: <20110405193355.GL23480@codesourcery.com> References: <20110404184952.GA5423@nightcrawler> <20110405135941.GA27880@nightcrawler> <20110405182255.GK23480@codesourcery.com> <20110405182820.GC27880@nightcrawler> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.17+20080114 (2008-01-14) 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: 2011-04/txt/msg00396.txt.bz2 On Tue, Apr 05, 2011 at 12:29:45PM -0700, H.J. Lu wrote: > On Tue, Apr 5, 2011 at 11:28 AM, Nathan Froyd wrote: > >> This broke compilation on AUTO_INC_DEC targets.  Currently putting > >> together a fix and testing via cross to powerpc-eabispe. > > > > ...and here's the patch I'm going to install. > > > >        * combine.c (combine_instructions) [AUTO_INC_DEC]: Declare links > >        as an rtx. > >        (try_combine) [AUTO_INC_DEC]: Declare a local link rtx. > > > > I think it caused: > > http://gcc.gnu.org/ml/gcc-cvs/2011-04/msg00188.html Why yes, I believe my patch did cause that message to be sent to gcc-cvs. :) Anyway, I have checked in the obvious fix for PR bootstrap/48469. -Nathan