Re: [PATCH, fortran]: Include stdlib.h in intrinsics/getcwd.c

2014-05-27 Thread Uros Bizjak
On Tue, May 27, 2014 at 1:37 PM, Steve Kargl wrote: >> ... to avoid "implicit declaration of function ???free???" warning. >> >> 2014-05-27 Uros Bizjak >> >> * intrinsics/getcwd.c: Include stdlib.h. > It can also be committed to the 4.9 branch if you have the time. There is no need for s

Re: [PATCH, fortran]: Include stdlib.h in intrinsics/getcwd.c

2014-05-27 Thread Steve Kargl
On Tue, May 27, 2014 at 09:44:22AM +0200, Uros Bizjak wrote: > ... to avoid "implicit declaration of function ???free???" warning. > > 2014-05-27 Uros Bizjak > > * intrinsics/getcwd.c: Include stdlib.h. > > Tested on x86_64-pc-linux-gnu. > > OK for mainline? > Yes. It can also be comm

Re: [PATCH, fortran]: Include stdlib.h in intrinsics/getcwd.c

2014-05-27 Thread Tobias Burnus
Uros Bizjak wrote: > ... to avoid "implicit declaration of function âeeâwarning. > > 2014-05-27 Uros Bizjak > > * intrinsics/getcwd.c: Include stdlib.h. > > Tested on x86_64-pc-linux-gnu. > OK for mainline? OK - thanks for the patch. (I think it also counts as obvious.) Tobias

[PATCH, fortran]: Include stdlib.h in intrinsics/getcwd.c

2014-05-27 Thread Uros Bizjak
... to avoid "implicit declaration of function ‘free’" warning. 2014-05-27 Uros Bizjak * intrinsics/getcwd.c: Include stdlib.h. Tested on x86_64-pc-linux-gnu. OK for mainline? Uros. Index: intrinsics/getcwd.c === --- intri