Re: [patch] __func__ -> __FUNCTION__

Christoph Hellwig (hch@infradead.org)
Tue, 13 Aug 2002 09:20:43 +0100


On Mon, Aug 12, 2002 at 11:17:03PM -0700, Andrew Morton wrote:
>
> It is a requirement of the SPARC port that Linux be compilable
> by egcs-1.1.2, aka gcc-2.91.66.
>
> That compiler does not support __func__.

Is there any reason to not use __FUNCTION__? According to the gcc folks
that there is no plan to retire it, and as long as all known-good kernel
compilers support it a gccism is a lot better than a standard feature that
is not supported by most of the kernel compilers.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/