From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28927 invoked by alias); 11 Mar 2008 05:53:01 -0000 Received: (qmail 28913 invoked by uid 22791); 11 Mar 2008 05:53:00 -0000 X-Spam-Check-By: sourceware.org Received: from smtp1.dnsmadeeasy.com (HELO smtp1.dnsmadeeasy.com) (205.234.170.144) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 11 Mar 2008 05:52:39 +0000 Received: from smtp1.dnsmadeeasy.com (localhost [127.0.0.1]) by smtp1.dnsmadeeasy.com (Postfix) with ESMTP id 069DD315A7A; Tue, 11 Mar 2008 05:52:39 +0000 (UTC) X-Authenticated-Name: js.dnsmadeeasy X-Transit-System: In case of SPAM please contact abuse@dnsmadeeasy.com Received: from avtrex.com (unknown [67.116.42.147]) by smtp1.dnsmadeeasy.com (Postfix) with ESMTP; Tue, 11 Mar 2008 05:52:38 +0000 (UTC) Received: from [192.168.7.223] ([192.168.7.223]) by avtrex.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 10 Mar 2008 22:52:35 -0700 Message-ID: <47D61E22.8060907@avtrex.com> Date: Tue, 11 Mar 2008 05:53:00 -0000 From: David Daney User-Agent: Thunderbird 1.5.0.12 (X11/20071019) MIME-Version: 1.0 To: Ian Lance Taylor Cc: Gabor Loki , GCC Patches Subject: Re: [PATCH, testsuit] Add tests for PR33009 References: <47CBFF5B.4070809@inf.u-szeged.hu> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: 2008-03/txt/msg00665.txt.bz2 Ian Lance Taylor wrote: > Gabor Loki writes: > > >> 2007-03-03 Gabor Loki >> >> PR 33009 >> * gcc.c-torture/compile/pr11832.c: Check -frtl-abstract-sequences. >> * gcc.c-torture/compile/pr33009.c: Likewise. >> > > This is OK. > These tests are failing on almost all targets except i686 and x86_64. Should we just xfail them, or is someone likely to fix rtl-factoring? On mips the failure is in compute_init_costs where the result of make_jump_insn_raw doesn't match any insns so computing its length ICEs. I have not looked an any other targets. David Daney