[Bug c/24863] New __attribute__((alias("target"))) requirement break aliasing assembler functions
jsm28 at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Mar 30 01:19:00 GMT 2009
------- 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
More information about the Gcc-bugs
mailing list