[Bug target/83399] Power8 ICE During LRA with 2-op rtl pattern for lvx instruction

segher at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Jan 9 20:15:00 GMT 2018


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

Segher Boessenkool <segher at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|ice-on-valid-code           |ice-on-invalid-code

--- Comment #11 from Segher Boessenkool <segher at gcc dot gnu.org> ---
It is not valid:  (void *)&a - 32  does not point inside a (or just behind it).

Perhaps you can make it valid using uintptr_t.  Either way: should not ICE ;-)


More information about the Gcc-bugs mailing list