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]

Hmmm, I think we've seen this problem before (lto build):


http://gcc.gnu.org/ml/gcc-testresults/2013-12/msg00001.html

FAILED: Bootstrap (build config: lto; languages: fortran; trunk revision 205557) on x86_64-unknown-linux-gnu

In function 'release',
    inlined from 'release' at /home/toon/compilers/gcc/gcc/vec.h:1428:3,
inlined from '__base_dtor ' at /home/toon/compilers/gcc/gcc/vec.h:1195:0, inlined from 'compute_antic_aux' at /home/toon/compilers/gcc/gcc/tree-ssa-pre.c:2212:0, inlined from 'compute_antic' at /home/toon/compilers/gcc/gcc/tree-ssa-pre.c:2493:0, inlined from 'do_pre' at /home/toon/compilers/gcc/gcc/tree-ssa-pre.c:4738:23, inlined from 'execute' at /home/toon/compilers/gcc/gcc/tree-ssa-pre.c:4818:0: /home/toon/compilers/gcc/gcc/vec.h:312:3: error: attempt to free a non-heap object 'worklist' [-Werror=free-nonheap-object]
   ::free (v);
   ^
lto1: all warnings being treated as errors
make[4]: *** [/dev/shm/wd26755/cczzGuTZ.ltrans13.ltrans.o] Error 1
make[4]: *** Waiting for unfinished jobs....
lto-wrapper: make returned 2 exit status
/usr/bin/ld: lto-wrapper failed
collect2: error: ld returned 1 exit status

--
Toon Moene - e-mail: toon@moene.org - phone: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
At home: http://moene.org/~toon/; weather: http://moene.org/~hirlam/
Progress of GNU Fortran: http://gcc.gnu.org/wiki/GFortran#news


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