This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: warning when a function's address is tested?


On Sun, 12 Oct 2003, Andrew Morton wrote:
> -	if (current_is_kswapd)
> +	if (current_is_kswapd())
>
> It was there for a year.  It is a fairly easy mistake to make, and it would
> be nice if the compiler could generate a warning.  I don't think there are
> likely to be legitimate uses?

One legitimate use is to test for undefined weak symbols.  That's not an
argument against the warning however... more often than not this is surely
a mistake.

Jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]