public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/55301] New: [SH] broken sp_switch function attribute
@ 2012-11-13  0:07 olegendo at gcc dot gnu.org
  2013-01-16  8:25 ` [Bug target/55301] " chrbr at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: olegendo at gcc dot gnu.org @ 2012-11-13  0:07 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55301

             Bug #: 55301
           Summary: [SH] broken sp_switch function attribute
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: olegendo@gcc.gnu.org
            Target: sh*-*-*


The example from the sp_switch function attribute documentation:

void* alt_stack;

void f (void) __attribute__ ((interrupt_handler, sp_switch ("alt_stack")));

void f (void)
{
}

results in

sh_tmp.cpp: In function 'void f()':
sh_tmp.cpp:9:1: error: unrecognizable insn:
(insn 8 3 9 2 (parallel [
            (const_int 1 [0x1])
            (mem/u/c:SI (label_ref 0) [0 S4 A32])
        ]) sh_tmp.cpp:8 -1
     (nil))
sh_tmp.cpp:9:1: internal compiler error: in extract_insn, at recog.c:2109

This happens on 4.8, 4.7 branch and 4.6 branch.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-01-16  8:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-13  0:07 [Bug target/55301] New: [SH] broken sp_switch function attribute olegendo at gcc dot gnu.org
2013-01-16  8:25 ` [Bug target/55301] " chrbr at gcc dot gnu.org
2013-01-16  8:31 ` chrbr at gcc dot gnu.org
2013-01-16  8:32 ` chrbr at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).