This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]