https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104952
--- Comment #8 from Tom de Vries <vries at gcc dot gnu.org> --- (In reply to Jakub Jelinek from comment #6) > And yes, #c1 is valid. Thanks for confirming. > But would be nice to have similar test with && and > initial result = 2; and arr[] say { 1, 2, 3, 4, 5, 6, 7, ..., 32 } and test > result is 1 at the end to make sure we don't actually do just > orig = orig & (private != 0) > style merging or even just > orig = orig & private; Ack, will add that.