https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64563
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org --- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Created attachment 34419 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34419&action=edit gcc5-pr64563.patch Untested fix. I think == VR_RANGE is what was meant. ~[type_min, type_max] is very unlikely and the warning wouldn't do what is meant to do.