https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111048

--- Comment #7 from rsandifo at gcc dot gnu.org <rsandifo at gcc dot gnu.org> 
---
        = ((q1 & 0) == 0) ? VECTOR_CST_NPATTERNS (arg0)
                          : VECTOR_CST_NPATTERNS (arg1);

should be q1 & 1 :)

Reply via email to