From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3030 invoked by alias); 27 Sep 2010 15:56:54 -0000 Received: (qmail 3012 invoked by uid 22791); 27 Sep 2010 15:56:53 -0000 X-SWARE-Spam-Status: No, hits=-1.8 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; Mon, 27 Sep 2010 15:56:49 +0000 Received: (qmail 27589 invoked from network); 27 Sep 2010 15:56:48 -0000 Received: from unknown (HELO ?84.152.196.86?) (bernds@127.0.0.2) by mail.codesourcery.com with ESMTPA; 27 Sep 2010 15:56:48 -0000 Message-ID: <4CA0BED9.2050605@codesourcery.com> Date: Tue, 28 Sep 2010 00:07:00 -0000 From: Bernd Schmidt User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.9) Gecko/20100911 Lightning/1.0b3pre Thunderbird/3.1.3 MIME-Version: 1.0 To: Hans-Peter Nilsson CC: hp@axis.com, gcc-patches@gcc.gnu.org Subject: Re: Fix PR45792, cris-elf build breakage from PR44374-fix "ifcvt/crossjump patch: Fix PR 42496, 21803" References: <201009271553.o8RFrUgA020114@ignucius.se.axis.com> In-Reply-To: <201009271553.o8RFrUgA020114@ignucius.se.axis.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: 2010-09/txt/msg02155.txt.bz2 On 09/27/2010 05:53 PM, Hans-Peter Nilsson wrote: > In the meantime, what about the emit-rtl.c:reorder_insns_nobb > sanity-check? Sure, why not. I left that out of the diff by accident. Bernd