[Bug target/58416] Incorrect x87-based union copying code

jamborm at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Jul 24 19:33:40 GMT 2024


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

Martin Jambor <jamborm at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #58724|0                           |1
        is obsolete|                            |

--- Comment #24 from Martin Jambor <jamborm at gcc dot gnu.org> ---
Created attachment 58752
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58752&action=edit
Another wip patch

To give sort-of a status update, this is the current state of my WIP fix.  It
clearly needs more thinking about the reverse storage cases and still fails
g++.dg/vect/pr64410.cc - but I'm afraid that would require a target hook to
identify problematic FP modes.  Otherwise it passes bootstrap and testsuite on
x86_64-linux.


More information about the Gcc-bugs mailing list