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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jchrist at linux dot ibm.com,
                   |                            |rguenth at gcc dot gnu.org

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Ah, there is
https://gcc.gnu.org/pipermail/gcc-patches/2024-February/645928.html
but that didn't come up with a testcase.
Not sure if checking FLOAT_MODE_P is the right thing, whether it wouldn't be
better to check !ANY_INTEGRAL_TYPE_P (vectype) or !INTEGRAL_TYPE_P (TREE_TYPE
(vectype)).

Reply via email to