https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97424
Vincent Lefèvre <vincent-gcc at vinc17 dot net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vincent-gcc at vinc17 dot net --- Comment #7 from Vincent Lefèvre <vincent-gcc at vinc17 dot net> --- I get a false positive on "b + 1 >= 64 ? 0UL : 1UL << (b + 1)" with a 64-bit unsigned long. See PR98447.