https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111793
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> --- (In reply to Richard Biener from comment #2) > which is much more reasonable - I'm not sure whether the compare against 0 > is required or if the ABI guarantees either 0 or -1 in the elements. Yes, it does. All ones elements that is, the element type can be unsigned integral or floating point as well...