https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62218
--- Comment #5 from dhowells at redhat dot com <dhowells at redhat dot com> --- (In reply to dhowe...@redhat.com from comment #0) > A gcc build for SH produces an invalid opcode when building libgcc. It > produces "stc sr,rN" when it should produce "ldc sr,rN". Sorry, that should be it produces "stc rN,sr" when it should produce "ldc rN,sr".