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]

Bug 44149.


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