https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68410
David Binderman <dcb314 at hotmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sandra at codesourcery dot com --- Comment #1 from David Binderman <dcb314 at hotmail dot com> --- svn blame gives 225796 sandra return (ival == 1 || ival == 2 || ival == 3 || ival == 4 225796 sandra || ival == 8 || ival == 0xf || ival == 0x10 225796 sandra || ival == 0x10 || ival == 0x1f || ival == 0x20 225796 sandra || ival == 0x3f || ival == 0x3f || ival == 0x7f 225796 sandra || ival == 0x80 || ival == 0xff || ival == 0x7ff 225796 sandra || ival == 0xff00 || ival == 0xffff);