This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

MIPS support for __builtin_flush_icache() breaks -mips16


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]