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
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