Comment 2 for bug 941676

Revision history for this message
Matthias Klose (doko) wrote :

this looks like a regression in memory use, the cc1plus apparenty needs more than ~3.5GB. works with fsf gcc-4.6 and Linaro gcc-4.5.

$ g++-4.5 -c -g -O2 -frounding-math -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security mipproblem1.ii
mipproblem1.cc: In function 'bool<unnamed>::test03()':
mipproblem1.cc:234:1: note: variable tracking size limit exceeded with -fvar-tracking-assignments, retrying without

powerpc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -I../../utils -I../../tests -DNDEBUG=1 -D_FORTIFY_SOURCE=2 -g -O2 -frounding-math -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -g -W -Wall -MT mipproblem1.o -MD -MP -MF .deps/mipproblem1.Tpo -c -o mipproblem1.o mipproblem1.cc
virtual memory exhausted: Cannot allocate memory
make[1]: *** [mipproblem1.o] Error 1