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] bootstrap failure


On Fri, 2003-04-25 at 07:11, Diego Novillo wrote:
> Folks,
> 
> I got a bootstrap failure last night while running SPEC95.
> One of these patches introduced this regression.
> 
> I haven't looked very hard, but I *think* it might be your patch
> Jason.  I had done a bootstrap yesterday that included Andrew's
> and Daniel's patch (although that bootstrap didn't include
> libjava).  It can't be Daniel's because his change is not in the
> tree-ssa path.
> 
Maybe it would help if I included the error as well.

/notnfs/dnovillo/sbox/tree-ssa-branch/bld/gcc/xgcc -shared-libgcc -B/notnfs/dnovillo/sbox/tree-ssa-branch/bld/gcc/ -nostdinc++ -L/notnfs/dnovillo/sbox/tree-ssa-branch/bld/i686-pc-linux-gnu/libstdc++-v3/src -L/notnfs/dnovillo/sbox/tree-ssa-branch/bld/i686-pc-linux-gnu/libstdc++-v3/src/.libs -B/home/dnovillo/perf/sbox/tree-ssa-branch/local/inst/i686-pc-linux-gnu/bin/ -B/home/dnovillo/perf/sbox/tree-ssa-branch/local/inst/i686-pc-linux-gnu/lib/ -isystem /home/dnovillo/perf/sbox/tree-ssa-branch/local/inst/i686-pc-linux-gnu/include -isystem /home/dnovillo/perf/sbox/tree-ssa-branch/local/inst/i686-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/home/dnovillo/perf/sbox/tree-ssa-branch/local/src/libjava -I./include -I./gcj -I/home/dnovillo/perf/sbox/tree-ssa-branch/local/src/libjava -Iinclude -I/home/dnovillo/perf/sbox/tree-ssa-branch/local/src/libjava/include -I/home/dnovillo/perf/sbox/tree-ssa-branch/local/src/libjava/../boehm-gc/include -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DTHREAD_LOCAL_ALLOC=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DALL_INTERIOR_POINTERS=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -I/home/dnovillo/perf/sbox/tree-ssa-branch/local/src/libjava/libltdl -I/home/dnovillo/perf/sbox/tree-ssa-branch/local/src/libjava/libltdl -I/home/dnovillo/perf/sbox/tree-ssa-branch/local/src/libjava/.././libjava/../gcc -I/home/dnovillo/perf/sbox/tree-ssa-branch/local/src/libjava/../zlib -I/home/dnovillo/perf/sbox/tree-ssa-branch/local/src/libjava/../libffi/include -I../libffi/include -O2 -g -O2 -fno-rtti -fnon-call-exceptions -fdollars-in-identifiers -Wswitch-enum -D__NO_MATH_INLINES -ffloat-store -W -Wall -D_GNU_SOURCE -DPREFIX=\"/home/dnovillo/perf/sbox/tree-ssa-branch/local/inst\" -DLIBDIR=\"/home/dnovillo/perf/sbox/tree-ssa-branch/local/inst/lib\" -g -O2 -D_GNU_SOURCE -Wp,-MD,.deps/verify.pp -c /home/dnovillo/perf/sbox/tree-ssa-branch/local/src/libjava/verify.cc  -fPIC -DPIC -o .libs/verify.o
/home/dnovillo/perf/sbox/tree-ssa-branch/local/src/libjava/include/jvm.h: In
   function `void debug_print(const char*, ...)':
/home/dnovillo/perf/sbox/tree-ssa-branch/local/src/libjava/verify.cc:40: warning: unused
   parameter `const char*fmt'
                                                                                
cc1plus: out of memory allocating 758112432 bytes after a total of 7397644 bytes
make[3]: *** [verify.lo] Error 1
make[3]: Leaving directory `/notnfs/dnovillo/sbox/tree-ssa-branch/bld/i686-pc-linux-gnu/libjava'


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