int main() { unsigned int i = 0; i < 0; return 0; }gcc -Werror plop.c will accept this code while clang -Werror plop.c will fail.
Package | Version | Supposed error message | Full log | Bug report |
---|---|---|---|---|
raqm | 0.7.0-4 | raqm.c:1934:24: error: overlapping comparisons always evaluate to true [-Werror,-Wtautological-overlap-compare] | Log |