===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v
retrieving revision 1.76
@@ -530,6 +530,15 @@ Support for the <a href="http://golang.o
<li>Support for emitting profiler counter calls before function
prologues. This is enabled via a new command-line option
<code>-mfentry</code>.</li>
+ <li>Support for Intel Core 2 processor is now available through
+ the <code>-march=core2</code> and <code>-mtune=core2</code>
+ options.</li>
+ <li>Support for Intel Core i3/i5/i7 processor is now available through
+ the <code>-march=corei7</code> and <code>-mtune=corei7</code>
+ options.</li>
+ <li>Support for Intel Core i3/i5/i7 processor with AVX is now available
+ through the <code>-march=corei7-avx</code> and
+ <code>-mtune=corei7-avx</code> options.</li>
<li>The default setting (when not optimizing for size) for 32-bit
GNU/Linux and Darwin x86 targets has been changed to
<code>-fomit-frame-pointer</code>. The default can be reverted