This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug lto/41858] -flto -O2 crashes when many source files.
- From: "bstarynk at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Oct 2009 22:22:28 -0000
- Subject: [Bug lto/41858] -flto -O2 crashes when many source files.
- References: <bug-41858-13763@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from bstarynk at gcc dot gnu dot org 2009-10-28 22:22 -------
The linker is gold on Debian/Sid/Amd64
% /usr/bin/ld -v
GNU gold (GNU Binutils for Debian 2.20) 1.9
It could be that it is that gold which crashes. Apparently, it open a lot of
files, and when getting the MFILE errno, something has a sigegv. Perhaps that
something is lto1.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41858