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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |testsuite-fail

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Both are guarded like

  p->a0[0] = 4; p->a0[1] = 5;  // { dg-warning "\\\[-Wstringop-overflow"
"pr102706" { target { vect_slp_v2hi_store_align && { !
vect_slp_v4hi_store_unalign } } } }

the vect_slp_* predicates according to comments implement exactly the case in
the testsuite, but for some reason it doesn't work on hppa?

Reply via email to