From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28513 invoked by alias); 30 Jul 2007 02:08:22 -0000 Received: (qmail 28500 invoked by uid 22791); 30 Jul 2007 02:08:21 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 30 Jul 2007 02:08:19 +0000 Received: (qmail 25400 invoked from network); 30 Jul 2007 02:08:17 -0000 Received: from unknown (HELO bullfrog.localdomain) (sandra@127.0.0.2) by mail.codesourcery.com with ESMTPA; 30 Jul 2007 02:08:17 -0000 Message-ID: <46AD4861.1090807@codesourcery.com> Date: Mon, 30 Jul 2007 03:15:00 -0000 From: Sandra Loosemore User-Agent: Thunderbird 2.0.0.5 (X11/20070716) MIME-Version: 1.0 To: David Daney CC: GCC Patches , Richard Sandiford Subject: MIPS support for __builtin_flush_icache() breaks -mips16 Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: 2007-07/txt/msg02090.txt.bz2 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? -Sandra