https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70240
Richard Henderson <rth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rguenth at gcc dot gnu.org
--- Comment #7 from Richard Henderson <rth at gcc dot gnu.org> ---
It appears that if we take some advice from PR68714 #c6,
adjusting the gimplification of VEC_COND_EXPR, that alone
fixes the original PR68215.
If we then revert r231575, this bug is resolved.
Thoughts?