On Sat, 22 Apr 2000, attila! wrote:

>     '__func__ is not found for either the 'GENERIC' or 'hun' target.

__func__ is a new feature in C99.  It is an alias for the gcc feature
__FUNCTION_NAME.  Both give the name of the current function as a string.

This feature should not be used until C99 becomes Normal, if ever.
Using it breaks portability.  It apparently even breaks compiling
current kernels with the version of gcc in FreeBSD-3.4.  I think
__func__ was added in egcs (the Changelog entry for adding it in gcc
is dated Dec 1 1998).

Bruce



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to