This is the mail archive of the gcc-bugs@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 bootstrap/38994] [LTO] lto1 isn't built when configured with --enable-languages=c,c++,fortran



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]