On Sat, 25 Feb 2017, Gerald Pfeifer wrote: > Below is what I just applied.
And here is what I applied for GCC 5. Gerald Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v retrieving revision 1.143 diff -u -r1.143 changes.html --- changes.html 6 Feb 2017 17:43:33 -0000 1.143 +++ changes.html 25 Feb 2017 20:47:27 -0000 @@ -982,7 +982,8 @@ whenever an internal compiler error is encountered.</li> </ul> -<h2><a name="5.2">GCC 5.2</a></h2> + +<h1><a name="5.2">GCC 5.2</a></h1> <p>This is the <a href="https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=5.2">list of problem reports (PRs)</a> from GCC's bug tracking system that are @@ -1035,7 +1036,7 @@ header file needs to be included.</li> </ul> -<h2><a name="5.3">GCC 5.3</a></h2> +<h1><a name="5.3">GCC 5.3</a></h1> <p>This is the <a href="https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=5.3">list of problem reports (PRs)</a> from GCC's bug tracking system that are @@ -1060,7 +1061,7 @@ compile larger GO applications on IBM z Systems.</li> </ul> -<h2><a name="5.4">GCC 5.4</a></h2> +<h1><a name="5.4">GCC 5.4</a></h1> <p>This is the <a href="https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=5.4">list of problem reports (PRs)</a> from GCC's bug tracking system that are @@ -1068,7 +1069,7 @@ complete (that is, it is possible that some PRs that have been fixed are not listed here).</p> -<h2><a name="5.5">(Pending) GCC 5.5</a></h2> +<h1><a name="5.5">(Pending) GCC 5.5</a></h1> <p>This is the <a href="https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=5.5">list of problem reports (PRs)</a> from GCC's bug tracking system that are @@ -1076,5 +1077,14 @@ complete (that is, it is possible that some PRs that have been fixed are not listed here).</p> +<h2>Target Specific Changes</h2> + +<h3 id="x86">IA-32/x86-64</h3> + <ul> + <li>Support for the <a + href="https://software.intel.com/en-us/blogs/2016/09/12/deprecate-pcommit-instruction">deprecated + pcommit instruction</a> has been removed.</li> + </ul> + </body> </html>