This is the mail archive of the gcc-bugs@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]

[Fwd: Bug report for gcc-3.3.2-20031007]


The build process seems to be getting to verify.cc and then a cc1plus
process is consuming over a couple hundred MB or memory and I ran out of
swap.  I don't know if it's a bug in the version of GCC 3.3.1 I built
previously or a problem with the build process.  I have also seen the
problem with running out of memory when compiling Wine once.


-----Forwarded Message-----
> From: Anonymous <anonymous@anonymous.net>
> To: gcc-bugs@gcc.gnu.org
> Subject: Bug report for gcc-3.3.2-20031007
> Date: Sat, 11 Oct 2003 18:25:38 -0500
> 
> Your Bugzilla was giving 500 Internal Server Error, so I apologize if
> this is a duplicate.  This is for gcc-3.3.2-20031007.
> 
> gcc --version => gcc (GCC) 3.3.1
> 
> CFLAGS=-O3 -s -pipe -march=pentium2 -fforce-addr -fomit-frame-pointer
> -falign-functions=4 -finline-functions -falign-functions=4 -mmmx
> -ftracer -fmove-all-movables -finline-limit=840 --param
> min-inline-insns=250 --param max-inline-insns-single=420 --param
> max-inline-insns-auto=280 --param max-inline-insns=840 --param
> max-inline-insns-rtl=840 --param max-unrolled-insns=420
> 
> LDFLAGS=-Wl,-z,combreloc -Wl,-O,2 -Wl,--relax -Wl,--enable-new-dtags
> -Wl,--sort-common -s
> 
> ./configure --prefix=/usr/gcc332 --enable-shared --enable-threads=posix
> --enable-__cxa_atexit
> 
> make bootstrap
> 
> I got "Bootstrap comparison failure" for jump.o
> 


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