Hi,

this patch adds some of the new features of gcc 4.7 to the changes.html.

Ok for apply?

Regards,
Kai

Index: wwwdocs/htdocs/gcc-4.7/changes.html
===================================================================
--- wwwdocs.orig/htdocs/gcc-4.7/changes.html
+++ wwwdocs/htdocs/gcc-4.7/changes.html
@@ -678,6 +678,11 @@ int add_values (const __flash int *p, in
       is available through <code>-march=core-avx-i</code>.</li>
     <li>Support for the new Intel processor codename Haswell with
AVX2, FMA, BMI,
       BMI2, LZCNT is available through <code>-march=core-avx2</code>.</li>
+    <li>Windows mingw targets are using <code>-mms-bitfields</code> option
+      as default.</li>
+    <li>Window x86 target is using <code>__thiscall</code> calling convention
+      for C++ class-member functions.</li>
+    <li>Support of <code>--with-threads=posix</code> for Windows
mingw targets.</li>
     <li>...</li>
   </ul>

Reply via email to