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: Feature request - error for implicit int return in pointer context


Pavel Roskin <proski@gnu.org> writes:

> I don't know much about gcc implementation, but if it's not hard to
> check the context of the function call (or, alternatively, the
> provenance of the integer that is about to be cast to a pointer), I'll
> appreciate if this case is promoted to an error, and least for 64-bit
> targets.

Try -Werror-implicit-function-declaration.  Not the same, but pretty
close.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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