It turns out that the locations of the OpenMP standards documents have been moved as well. This patch adjust this for some of our references (index.html, gcc-5/changes.html) and replaces it with the more generic location of OpenMP specifications for older entries (news.html) since I expect that to be more stable.
Applied Gerald Index: index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v retrieving revision 1.1035 diff -u -r1.1035 index.html --- index.html 28 Dec 2016 23:18:31 -0000 1.1035 +++ index.html 29 Dec 2016 00:57:09 -0000 @@ -104,7 +104,7 @@ <dt><span>OpenMP 4.0 offloading support in GCC</span> <span class="date">[2015-01-14]</span></dt> - <dd><a href="http://www.openmp.org/mp-documents/OpenMP4.0.0.pdf"> + <dd><a href="http://www.openmp.org/wp-content/uploads/OpenMP4.0.0.pdf"> OpenMP 4.0</a> <a href="https://gcc.gnu.org/gcc-5/changes.html#offload"> offloading support was added to GCC.</a> Contributed by Jakub Jelinek (Red Hat), Bernd Schmidt and Index: news.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/news.html,v retrieving revision 1.152 diff -u -r1.152 news.html --- news.html 27 Nov 2016 14:05:57 -0000 1.152 +++ news.html 29 Dec 2016 00:57:34 -0000 @@ -75,7 +75,7 @@ <dt><span>OpenMP v4.0</span> <span class="date">[2014-06-30]</span></dt> <dd>An implementation of the <a - href="http://www.openmp.org/mp-documents/OpenMP4.0.0.pdf">OpenMP v4.0</a> + href="http://www.openmp.org/specifications/">OpenMP v4.0</a> parallel programming interface for Fortran has been added and is going to be available in the upcoming GCC 4.9.1 release.</dd> @@ -133,8 +133,8 @@ <dt><span>OpenMP v4.0</span> <span class="date">[2013-10-11]</span></dt> <dd>An implementation of the <a - href="http://www.openmp.org/mp-documents/OpenMP4.0.0.pdf">OpenMP v4.0</a> - parallel programming interface for so far just C, C++ has been added. + href="http://www.openmp.org/specifications/">OpenMP v4.0</a> + parallel programming interface for so far C and C++ has been added. Code was contributed by Jakub Jelinek, Aldy Hernandez, Richard Henderson of Red Hat, Inc. and Tobias Burnus.</dd> Index: gcc-5/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v retrieving revision 1.139 diff -u -r1.139 changes.html --- gcc-5/changes.html 3 Jun 2016 08:22:46 -0000 1.139 +++ gcc-5/changes.html 29 Dec 2016 00:57:39 -0000 @@ -188,7 +188,7 @@ <h2 id="languages">New Languages and Language specific improvements</h2> <ul> - <li id="offload"><a href="http://www.openmp.org/mp-documents/OpenMP4.0.0.pdf"> + <li id="offload"><a href="http://www.openmp.org/wp-content/uploads/OpenMP4.0.0.pdf"> OpenMP 4.0 specification</a> offloading features are now supported by the C, C++, and Fortran compilers. Generic changes: <ul>