------- Comment #5 from jsm28 at gcc dot gnu dot org 2009-03-30 01:19 ------- I think it's correct for the compiler to reject this and require that you make the function definition visible to the compiler. You can do that using a naked function; if naked functions aren't supported for your target, that's a separate feature request for that target to add support for that attribute.
-- jsm28 at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24863