This is the mail archive of the gcc-patches@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]

[wwwdocs] Prepare GCC 4.7 release notes for the release


...at least somwhat, and also to then serve as a better template
for the following release.

Sort ARM, MIPS and picochip alphabetically, add an anchor for MIPS.
Comment out empty sections.

Applied.

Gerald

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v
retrieving revision 1.52
diff -u -r1.52 changes.html
--- changes.html	1 Nov 2011 03:56:01 -0000	1.52
+++ changes.html	1 Nov 2011 15:10:07 -0000
@@ -11,6 +11,7 @@
 <body>
 <h1>GCC 4.7 Release Series<br />Changes, New Features, and Fixes</h1>
 
+
 <h2>Caveats</h2>
 
   <ul>
@@ -51,6 +52,7 @@
     obsoleted in GCC 4.6.</li>
   </ul>
 
+
 <h2>General Optimizer Improvements</h2>
 
   <ul>
@@ -168,6 +170,7 @@
     </li>
   </ul>
 
+
 <h2>New Languages and Language specific improvements</h2>
 
   <ul>
@@ -399,10 +402,23 @@
       </ul></li>
   </ul>
 
+<!--
 <h3>Java (GCJ)</h3>
+-->
+
 
 <h2 id="targets">New Targets and Target Specific Improvements</h2>
 
+<h3 id="arm">ARM</h3>
+  <ul>
+    <li>The default vector size in auto-vectorization for NEON is now 128 bits.
+      If vectorization fails thusly, the vectorizer tries again with
+      64-bit vectors.</li>
+    <li>A new option <code>-mvectorize-with-neon-double</code> was added to
+      allow users to change the vector size to 64 bits.</li>
+
+  </ul>
+
 <h3>C6X</h3>
   <ul>
     <li>Support has been added for the Texas Instruments C6X family of
@@ -430,6 +446,14 @@
     <li>...</li>
   </ul>
 
+<!--
+<h3 id="mips">MIPS</h3>
+-->
+
+<!--
+<h3 id="picochip">picochip</h3>
+-->
+
 <h3>PowerPC/PowerPC64</h3>
   <ul>
     <li>Vectors of type <i>vector long long</i> or <i>vector long</i> are
@@ -448,8 +472,6 @@
      </li>
   </ul>
 
-<h3>MIPS</h3>
-
 <h3>SPARC</h3>
   <ul>
     <li>The option <code>-mflat</code> has been reinstated.  When it is
@@ -490,19 +512,11 @@
         default on UltraSPARC T3 (Niagara 3) and later CPUs.</li>
   </ul>
 
-<h3 id="picochip">picochip</h3>
-
-<h3 id="arm">ARM</h3>
-    <ul>
-    <li>The default vector size in auto-vectorization for NEON is now 128 bits.
-      If vectorization fails thusly, the vectorizer tries again with
-      64-bit vectors.</li>
-    <li>A new option <code>-mvectorize-with-neon-double</code> was added to
-      allow users to change the vector size to 64 bits.</li>
-
-  </ul>
 
+<!--
 <h2>Documentation improvements</h2>
+-->
+
 
 <h2>Other significant improvements</h2>
 


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