[Bug middle-end/115847] SIMD attribute on a function which returns a vector causes an ICE

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Jul 10 06:42:05 GMT 2024


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |openmp
                 CC|                            |jakub at gcc dot gnu.org,
                   |                            |rguenth at gcc dot gnu.org

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
We should probably reject/ignore this attribute for functions already using
vectors or alternatively try to handle exiting vector types as if they were
array types?  Note this is possibly out of scope of the ABI as well?


More information about the Gcc-bugs mailing list