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/65052] ICE in c6x-uclinux target when building libgcc


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

--- Comment #4 from Nick Clifton <nickc at redhat dot com> ---
Created attachment 35123
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35123&action=edit
Disable the generation of real_jump insns

This patch works around the problem by disabling the generation of the
real_jump insns.  I am not enough of a C6X expert to determine why these
instruction patterns are not working, but they are definitely part of the
problem.


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