https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83463
--- Comment #10 from Martin Sebor <msebor at gcc dot gnu.org> --- (In reply to Jakub Jelinek from comment #8) offset_int::from (min, UNSIGNED) works, thanks, but I need SIGNED as the argument because offrange is signed. I'll make these adjustments.