This is the mail archive of the gcc-bugs@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]

Gimple ICE for MIPS ports


Hi Guys,

  Sometime during the last month building newlib for any of the MIPS
  ports broke with a gimple verification error:

  
.../newlib/libc/stdio/vfprintf.c:480: error: type mismatch in binary expression
unsigned char
unsigned char
int
D.3477 = D.3438 & -8;
[...]
.../newlib/libc/stdio/vfprintf.c:480: internal compiler error: verify_gimple failed


  This is from a mips64vr-elf target, but I have the same failure with
  mipsisa32-elf and mipsisa64-elf targets as well.

Cheers
  Nick


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