Re: [PATCH] sunrpc: fix clang-17 warning
From: Dmitry Antipov <hidden>
Date: 2023-06-01 15:52:57
From: Dmitry Antipov <hidden>
Date: 2023-06-01 15:52:57
On 6/1/23 18:34, Dan Carpenter wrote:
This is a bug in Clang.
Is it confirmed by LLVM/clang developers? The compiler says that <any unsigned 32-bit> can't be larger than <max unsigned 64-bit> / 8 (assuming LP64). Why this is wrong? Dmitry