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/59814] powerpc64le ICE with -O2 -mpower8 -ffast-math


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.


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