[Bug c/87248] Bad code for masked operations involving signed ints
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87248 --- Comment #1 from Jakub Jelinek --- /* A & N ? N : 0 is simply A & N if N is a power of two. This is probably obsolete because the first operand should be a truth value (that's why we have the two cases above), but let'
[Bug c/87248] Bad code for masked operations involving signed ints
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87248 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|