Hi @majnemer, Sorry, my mistake. The problem arises when we #include c++ header file <limits> and not with c header file <limits.h> I tested it with: echo '#include <limits>' | clang++ -x c++ -target mips64-linux-gnu - -fsyntax-only. I will change the comment. http://reviews.llvm.org/D6402