This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: tree-ssa branch: Call for preliminary testing
- From: Richard Guenther <rguenth at tat dot physik dot uni-tuebingen dot de>
- To: Diego Novillo <dnovillo at redhat dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Sun, 11 May 2003 19:11:23 +0200 (CEST)
- Subject: Re: tree-ssa branch: Call for preliminary testing
I just tested compiling the POOMA library with g++-ssa (GCC) 3.5-tree-ssa
20030511 (merged 20030504) and got failure due to OOM:
g++-ssa -c /net/bellatrix/home/rguenth/src/pooma-work/r2/src/Field/FieldCentering.cmpl.cpp
-o /net/bellatrix/home/rguenth/src/pooma-work/r2/src/Field/LINUXgccSSA/FieldCentering.cmpl.o
-ftemplate-depth-80 -fno-exceptions -Drestrict=__restrict__ -DNOPAssert -DNOCTAssert -O2 -march=athlon
-funroll-loops -fomit-frame-pointer --param min-inline-insns=200 -I/net/bellatrix/home/rguenth/src/pooma-work/r2/src \
-I/net/bellatrix/home/rguenth/src/pooma-work/r2/lib/LINUXgccSSA -I/home/rguenth/ix86/3.x/include
cc1plus: out of memory allocating 564784160 bytes after a total of 28152172 bytes
Command exited with non-zero status 1
gcc-3.3 uses about 300MB on this.
No candy from me ;)
Richard.