This is the mail archive of the gcc-bugs@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]

[Bug boehm-gc/64042] FAIL: boehm-gc.c/gctest.c -O2 execution test


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64042

--- Comment #15 from Tom de Vries <vries at gcc dot gnu.org> ---
Subject: Re: [Gc] boehm-gc.c/gctest.c spurious failure
From: boehm@acm.org
To: Tom_deVries@mentor.com
CC: bdwgc@lists.opendylan.org
Date: 01/21/2015 09:11 PM

I haven't had a chance to look at this carefully.  But the typed allocation
test looks a bit fishy.  It seems to allocate a 2000 byte object described by a
320 bit entry bit map, each of which describes a pointer-sized word, IIRC. 
That worked fine once upon a time when we this code was written and we only had
32-bit machines ...

Hans

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