This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/38994] [LTO] lto1 isn't built when configured with --enable-languages=c,c++,fortran
- From: "dnovillo at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Jan 2009 23:00:55 -0000
- Subject: [Bug bootstrap/38994] [LTO] lto1 isn't built when configured with --enable-languages=c,c++,fortran
- References: <bug-38994-682@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from dnovillo at gcc dot gnu dot org 2009-01-27 23:00 -------
No, of course not. This is by design. The lto1 binary is the front end for
GIMPLE, as with any other front end, it has to be specifically requested when
configuring the compiler. You have to add 'lto' to the list of languages (more
details at http://gcc.gnu.org/wiki/LinkTimeOptimization).
We should probably change the name from 'lto' to 'gimple', as that is the name
of the language that lto1 reads, but that's just a minor detail.
--
dnovillo at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38994