When I implemented gcc.Parameter, out of all the parameters I could have
chosen for the selftest [1] I managed to pick the two parameters that
vary based on the hardware on the test machine, thus embedding an
expected value that only worked with a specific certain amount of RAM.
Specifically, 'ggc-min-expand' and 'ggc-min-heapsize' are set up by
gcc's init_ggc_heuristics() to values based on the amount of physical
memory on the test machine.
So the selftest suite has been working fine for me, but probably failing
for anyone else.
I've pushed a fix for this, so hopefully the test suite is no longer
hardware dependent, and "make" should now run to completion.
Sorry about this. Please let me know if you see any other test failures
running "make".
Dave
[1] "tests/plugin/parameters"