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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|default-initialization of   |default-initialization of
                   |vfloat32m1x4_t causes ICE   |vfloat32m1x4_t (RISCV V) or
                   |                            |svfloat32x4_t (Armv9-a SVE)
                   |                            |causes ICE
          Component|target                      |c++

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
The same ICE happens with SVE:
```
#include <arm_sve.h>

void transpose4x4_ps()
{
    svfloat32x4_t _r = svfloat32x4_t();
}
```

Reply via email to