https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117012
Roger Sayle <roger at nextmovesoftware dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |roger at nextmovesoftware dot
com
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=114428
--- Comment #4 from Roger Sayle <roger at nextmovesoftware dot com> ---
The patch for PR target/114428 incorrectly uses CONST_VECTOR_DUPLICATE_P, which
has slightly different semantics to what the author intended. Instead the
function const_vec_duplicate_p should be used [which additionally checks that
CONST_VECTOR_NPATTERNS (x) == 1].