[Bug target/68805] ICE while var-tracking in simplify_binary_operation_1 with -g and -mvsx-timode

meissner at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Dec 14 21:55:00 GMT 2015


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

Michael Meissner <meissner at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2015-12-14
           Assignee|unassigned at gcc dot gnu.org      |meissner at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #2 from Michael Meissner <meissner at gcc dot gnu.org> ---
Alan is correct, IEEE 128-bit floating point had the same issue.  I used a
ROTATE insn for the swapped insn rather than a VEC_SELECT for KFmode, and it
looks like it should also use it for TImode when -mvsx-timode is used.


More information about the Gcc-bugs mailing list