[Bug target/65052] ICE in c6x-uclinux target when building libgcc

2015-04-07 Thread dhowells at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65052

--- Comment #8 from dhowells at redhat dot com  ---
This seems to work for me, thanks!


[Bug target/65052] ICE in c6x-uclinux target when building libgcc

2015-03-28 Thread bernds at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65052

--- Comment #7 from Bernd Schmidt  ---
I committed a different one.


[Bug target/65052] ICE in c6x-uclinux target when building libgcc

2015-03-27 Thread dhowells at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65052

--- Comment #6 from dhowells at redhat dot com  ---
Fixed how?  Is Nick's patch good?


[Bug target/65052] ICE in c6x-uclinux target when building libgcc

2015-03-27 Thread bernds at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65052

Bernd Schmidt  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||bernds at gcc dot gnu.org
 Resolution|--- |FIXED

--- Comment #5 from Bernd Schmidt  ---
Should be fixed now.


[Bug target/65052] ICE in c6x-uclinux target when building libgcc

2015-03-24 Thread nickc at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65052

--- Comment #4 from Nick Clifton  ---
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.