This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]