[llvm-commits] [PATCH] [MIPS] Avoid use of __builtin_unreachable() when compiling LLVM for MIPS.
Jovanovic, Petar
petarj at mips.com
Wed Jul 25 10:59:11 PDT 2012
Hi Duncan,
> This is the bit that confuses me: I thought the problem had been resolved in gcc
> already. Is that not the case?
The original issue (that was reproducible with the original small example) was
resolved in the meantime. I pasted the link to the original GCC bug only to show
everyone how the issue looks/looked like. However, LLVM seems to trigger a
different case and we still see issues that are gone when __builtin_unreachable()
is disabled. Both 4.5.X and 4.6.X based toolchains.
Regards,
Petar
More information about the llvm-commits
mailing list