This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Merging gdc (GNU D Compiler) into gcc
On Tue, Oct 4, 2011 at 2:40 PM, David Brown <david.brown@hesbynett.no> wrote:
> "naked" functions are often useful in embedded systems, and are therefore
> useful (and implemented) on many gcc targets. ÂIt would make sense to have
> the attribute available universally in gcc, if that doesn't involve a lot of
> extra work, even though it is of little use on "big" systems (Linux,
> Windows, etc.).
Is it really useful if you can have a small top-level inline-asm wrapper?
-- Pinski