===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v
retrieving revision 1.40
@@ -33,6 +33,11 @@
rely on the incorrect behavior of cproj, then you can disable
GCC's transformations using <code>-fno-builtin-cproj</code>. </li>
+ <li>The C-only intermodule optimization framework (IMA, enabled by
+ <code>-combine</code>) has been removed in favor of the new
+ generic link-time optimization framework (LTO) introduced
+ in <a href="../gcc-4.5/changes.html">GCC 4.5.0</a>.</li>
+
</ul>
<h2>General Optimizer Improvements</h2>