http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59814
Alan Modra <amodra at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amodra at gmail dot com --- Comment #1 from Alan Modra <amodra at gmail dot com> --- Created attachment 31835 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31835&action=edit make rs6000.c match rs6000.md This patch simply avoids the ICE by ensuring we don't generate these insns in the first place. The insns currently have && WORDS_BIG_ENDIAN in their predicates.