Lectoribus Salutem,

With the current Bugzilla I do not know how to indicate that I think this bug (44149) has been solved.

I tried it with GCC trunk, revision 172608, in the following way (see files attached with the bug report):

#!/bin/sh

/usr/snp/bin/gfortran -c -flto -O2 -fwhole-program bkfconv.f90
ar rv x.a bkfconv.o
/usr/snp/bin/gfortran -fuse-linker-plugin -flto -O2 -fwhole-program b.f x.a

where /usr/snp is the location of revision 172608. It didn't fail anymore.

BTW, does the build process of GCC honor $TMPDIR - I had a melt-down of a build due to the fact that my /tmp partition only had 850 Mb left.

Kind regards,

--
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