[Bug target/84264] ICE in rs6000_emit_le_vsx_store, at config/rs6000/rs6000.c:10367

segher at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Feb 7 14:47:00 GMT 2018


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

--- Comment #2 from Segher Boessenkool <segher at gcc dot gnu.org> ---
It ICEs on

  gcc_assert (!lra_in_progress && !reload_completed);

but this is called from the movv4si expander, and that is something LRA is
allowed to use.


More information about the Gcc-bugs mailing list