Here a minor update on top of the committed patch.

Applied.

Gerald

Index: gcc-8/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-8/changes.html,v
retrieving revision 1.45
diff -u -r1.45 changes.html
--- gcc-8/changes.html  19 Mar 2018 23:53:35 -0000      1.45
+++ gcc-8/changes.html  20 Mar 2018 08:05:53 -0000
@@ -49,7 +49,7 @@
     <li>The ipa-pure-const pass is extended to propagate the 
<code>malloc</code> attribute,
        and the corresponding warning option 
<code>Wsuggest-attribute=malloc</code> emits a
        diagnostic for a function, which can be annotated with 
<code>malloc</code> attribute.</li>
-  </ul>
+  </ul></li>
   <li>Profile driven optimization improvements:
   <ul>
     <li>New infrastructure for representing profiles (both statically guessed
@@ -67,7 +67,7 @@
     <li><code>-freorder-blocks-and-partition</code>, a pass splitting function
        bodies into hot and cold regions, is now enabled by default at 
<code>-O2</code>
        and higher for x86 and x86-64.</li>
-  </ul>
+  </ul></li>
   <li>
     A new option <code>-fcf-protection=[full|branch|return|none]</code> is
     introduced to perform code instrumentation to increase program security by

Reply via email to