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