GNU bug report logs -
#22522
Commit b88e9cded7ae3756e3a2ec4a23e8df352a0239f9 breaks emacs dumping for me
Previous Next
Reported by: Elric Milon <emacs <at> whirm.eu>
Date: Mon, 1 Feb 2016 16:52:02 UTC
Severity: important
Done: Paul Eggert <eggert <at> cs.ucla.edu>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
On 2/1/2016 5:27 PM, Andy Moreton wrote:
> On Mon 01 Feb 2016, Elric Milon wrote:
>
>> Trying to build current master failed while dumping emacs, so I ran a
>> git bisect with the following script to find the culprit:
>
> [build script and bisect results snipped]
>
> I see a similar problem with the 64bit cygwin w32 build:
I see the following warnings during the build:
../../master/src/alloc.c: In function ‘lisp_align_malloc’:
../../master/src/alloc.c:1247:7: warning: implicit declaration of
function ‘hybrid_aligned_alloc’ [-Wimplicit-function-declaration]
abase = base = aligned_alloc (BLOCK_ALIGN, ABLOCKS_BYTES);
^
../../master/src/alloc.c:1247:20: warning: assignment makes pointer from
integer without a cast
abase = base = aligned_alloc (BLOCK_ALIGN, ABLOCKS_BYTES);
^
This could be the reason for the build problem on (some) 64-bit
platforms, but I don't have time to look into it further tonight.
Ken
This bug report was last modified 9 years and 170 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.