===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v
retrieving revision 1.82
@@ -57,6 +57,10 @@
seen when building Chromium with link-time optimization.</li>
<li>The symbol table and call-graph API was reworked to C++ and
simplified.</li>
+ <li>The interprocedural propagation of constants now also propagates
+ alignments of pointer parameters. This for example means that the
+ vectorizer often does not need to generate loop prologues and epilogues
+ to make up for potential misalignments.</li>
</ul></li>
<li>Link-time optimization improvements:
<ul>