https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77899
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- So to fix this in reality is to change how POINTER_PLUS_EXPR takes an unsigned integer to be a signed integer. But this will take many extra issues and need to be done though out the compiler.