Re: 2.0.11 on OS X 10.9 / Xcode 5.1

2014-04-10 Thread Greg Troxel
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes: > taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes: > >> On OS X 10.9 with Xcode 5.1, make fails unless -O0 is used; the output >> of ./configure && make during the failure is here: >> >> http://sprunge.us/PLGI >> >>

Re: [PATCH 1/2] Fix memory leak on `realloc' failure

2014-04-10 Thread dsmich
kact...@gnu.org wrote: > From: Dmitry Bogatov > > Signed-off-by: Dmitry Bogatov > --- > libguile/script.c | 8 +++- > 1 file changed, 7 insertions(+), 1 deletion(-) > > diff --git a/libguile/script.c b/libguile/script.c > index 052ab8d..7b737f7 100644 > --- a/libguile/script.c > +++

Re: [PATCH 1/2] Fix memory leak on `realloc' failure

2014-04-10 Thread Dmitry Bogatov
* dsm...@roadrunner.com [2014-04-10 12:36:48-0400] > > + { > > + free (nargv); > > return 0L; > > + } > > else > > nargv[nargi++] = narg; > I don't understand this. In both cases, free() will be called with an > argument of 0, which does not

Re: 2.0.11 on OS X 10.9 / Xcode 5.1

2014-04-10 Thread Mark H Weaver
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes: > By the way, after installing GCC 4.8 from MacPorts and setting the CC > environment variable to use it (executable "gcc-mp-4.8"), the above > issues are resolved, but I get the following test failure now: > > Running numbers.test >