From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1076 invoked by alias); 30 Jul 2007 03:15:05 -0000 Received: (qmail 1067 invoked by uid 22791); 30 Jul 2007 03:15:04 -0000 X-Spam-Check-By: sourceware.org Received: from smtp1.dnsmadeeasy.com (HELO smtp1.dnsmadeeasy.com) (205.234.170.134) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 30 Jul 2007 03:15:02 +0000 Received: from smtp1.dnsmadeeasy.com (localhost [127.0.0.1]) by smtp1.dnsmadeeasy.com (Postfix) with ESMTP id F3D0E305186; Mon, 30 Jul 2007 03:14:59 +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; Mon, 30 Jul 2007 03:14:59 +0000 (UTC) Received: from jennifer.localdomain ([192.168.7.221]) by avtrex.com with Microsoft SMTPSVC(6.0.3790.1830); Sun, 29 Jul 2007 20:14:59 -0700 Message-ID: <46AD5781.7080900@avtrex.com> Date: Mon, 30 Jul 2007 07:54:00 -0000 From: David Daney User-Agent: Thunderbird 2.0.0.5 (X11/20070719) MIME-Version: 1.0 To: Sandra Loosemore Cc: GCC Patches , Richard Sandiford Subject: Re: MIPS support for __builtin_flush_icache() breaks -mips16 References: <46AD4861.1090807@codesourcery.com> In-Reply-To: <46AD4861.1090807@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: 2007-07/txt/msg02092.txt.bz2 Sandra Loosemore wrote: > Now that mainline HEAD is buildable on MIPS again, I've observed that > this patch > > http://gcc.gnu.org/ml/gcc-patches/2007-07/msg01026.html > > causes failures with -mips16, e.g. on > gcc.c-torture/compile/20050122-2.c. You probably want to do > > #define ISA_HAS_SYNCI (ISA_MIPS32R2 && !TARGET_MIPS16) > > or something like that, right? > That makes sense to me. However I am have never tested mips16. There are several options: 1) Tell me how you configured and tested. I think one of my boards will do mips16 so I could probably test it if I hacked around a little. 2) You could prepare a patch and test with that change as it seems that you are able to do mips16 testing. Thanks, David Daney