2008/5/24 Thiemo Seufer <ths@networkno.de>:
Neil Jerram wrote:>The development version of Boehm GC carries a subset of it since:
> I believe those definitions came from the Boehm GC library. Do you happen
> to know whether similar improvements have already been applied to Boehm GC?
http://bdwgc.cvs.sourceforge.net/bdwgc/bdwgc/include/private/gcconfig.h?r1=1.28&r2=1.29
This might be enough to make it work, altough I believe my patch is
preferable.
> So is it the case that the stack actually grows down on mips (and mipsel andYes. (This is the the case for almost all machines nowdays.)
> powerpc)?
No, I only concluded this from the test's incorrect result.
> Did you see (or work out) exactly how gcc was outsmarting the
> test?