Re: [PATCH 3/3] C: hints for missing stdlib includes for macros and types

2017-07-03 Thread Jeff Law
On 05/05/2017 11:51 AM, David Malcolm wrote: > The C frontend already "knows" about many common functions in > the C standard library: > > test.c: In function 'test': > test.c:3:3: warning: implicit declaration of function 'printf' > [-Wimplicit-function-declaration] > printf ("hello wor

[PATCH 3/3] C: hints for missing stdlib includes for macros and types

2017-05-05 Thread David Malcolm
The C frontend already "knows" about many common functions in the C standard library: test.c: In function 'test': test.c:3:3: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration] printf ("hello world\n"); ^~ test.c:3:3: warning: incompatible imp