OK to install?

H.J.
---
Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-9/changes.html,v
retrieving revision 1.34
diff -u -p -r1.34 changes.html
--- changes.html        13 Jan 2019 17:40:11 -0000      1.34
+++ changes.html        14 Jan 2019 14:33:58 -0000
@@ -79,6 +79,14 @@ a work-in-progress.</p>
     <li><code>__builtin_convertvector</code> built-in for vector conversions
       has been added. </li>
   </ul></li>
+
+  <li>New warnings:
+  <ul>
+      <li><code>-Waddress-of-packed-member</code>, enabled by default,
+      warns unaligned pointer value from adress of packed member of
+      struct or union.
+      </li>
+  </ul></li>
 </ul>
 
 <h3 id="cxx">C++</h3>

Reply via email to