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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Could be an internal function returning a structure containing the floating
point member and integral member.  But still, it needs to be something that can
act as a pure function.  Though, I bet complex is really better.  We could use
VIEW_CONVERT_EXPR on the IMAGPART_EXPR to get the int part.

Reply via email to