Issue 2626: If compile with gcc 4.3.0 python interpreter itself eats all memory (original) (raw)
First time I noticed it during compilation of python3 r62301, then 3.0a4, then 3.0a3, with and without CFLAGS set. Step "./python -E ./setup.py -q build" called by make never ends (and there is no output). Just "/python" behaves the same: it eats memory and prints nothing. Gcc 3.4.6 works fine. Previous versions of gcc 4 were working too, but I didn`t tested them now. My system: gcc 4.3.0, kernel 2.6.24.zen5.20080410 (with zen patchset, can test again with vanilla 2.6.24, or if you say it is too old I will compile 2.6.24.4), glibc 2.7, Arch GNU/Linux.