"Tautological comparison" build failure(s) — clang 13.0.0

Always true:
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.
PackageVersionSupposed error messageFull log Bug report
raqm 0.7.0-4raqm.c:1934:24: error: overlapping comparisons always evaluate to true [-Werror,-Wtautological-overlap-compare] Log

1 errors