On Sun, Dec 1, 2013 at 12:30 PM, Toon Moene <t...@moene.org> wrote:
> 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

Yes, I still see this - likely caused by IPA-CP / partial inlining and a "bogus"
warning for unreachable code.

Richard.

> --
> Toon Moene - e-mail: t...@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

Reply via email to