Adjust to new upstream URL for OpenMP specifications. On the way, avoid one duplicate (on that page) link and one for GCC 4.4.
Appplied Index: gcc-4.4/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.4/changes.html,v retrieving revision 1.89 diff -u -r1.89 changes.html --- gcc-4.4/changes.html 6 Dec 2014 16:29:22 -0000 1.89 +++ gcc-4.4/changes.html 28 Dec 2016 23:40:24 -0000 @@ -298,8 +298,7 @@ <h2>New Languages and Language specific improvements</h2> <ul> - <li>Version 3.0 of the <a - href="http://openmp.org/wp/openmp-specifications/">OpenMP specification</a> + <li>Version 3.0 of the OpenMP specification is now supported for the C, C++, and Fortran compilers.</li> <li>New character data types, per <a Index: gcc-4.7/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v retrieving revision 1.144 diff -u -r1.144 changes.html --- gcc-4.7/changes.html 27 Nov 2016 14:05:57 -0000 1.144 +++ gcc-4.7/changes.html 28 Dec 2016 23:40:25 -0000 @@ -284,7 +284,7 @@ <ul> <li>Version 3.1 of the <a - href="http://openmp.org/wp/openmp-specifications/">OpenMP specification</a> + href="http://www.openmp.org/specifications/">OpenMP specification</a> is now supported for the C, C++, and Fortran compilers.</li> </ul> Index: gcc-4.9/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.9/changes.html,v retrieving revision 1.90 diff -u -r1.90 changes.html --- gcc-4.9/changes.html 3 Aug 2016 04:48:49 -0000 1.90 +++ gcc-4.9/changes.html 28 Dec 2016 23:40:26 -0000 @@ -123,7 +123,7 @@ <h2 id="languages">New Languages and Language specific improvements</h2> <ul> - <li>Version 4.0 of the <a href="http://openmp.org/wp/openmp-specifications/" + <li>Version 4.0 of the <a href="http://www.openmp.org/specifications/" >OpenMP specification</a> is now supported in the C and C++ compilers and starting with the 4.9.1 release also in the Fortran compiler. The new <code>-fopenmp-simd</code> option can be used to enable OpenMP's @@ -753,9 +753,8 @@ complete (that is, it is possible that some PRs that have been fixed are not listed here).</p> -<p>Version 4.0 of the <a href="http://openmp.org/wp/openmp-specifications/" - >OpenMP specification</a> is supported even in Fortran, not just C and - C++.</p> +<p>Version 4.0 of the OpenMP specification is supported even in Fortran, +not just C and C++.</p> <h2><a name="4.9.2">GCC 4.9.2</a></h2> Index: gcc-6/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/changes.html,v retrieving revision 1.90 diff -u -r1.90 changes.html --- gcc-6/changes.html 21 Dec 2016 07:46:08 -0000 1.90 +++ gcc-6/changes.html 28 Dec 2016 23:40:28 -0000 @@ -178,7 +178,7 @@ <h3 id="c-family">C family</h3> <ul> - <li>Version 4.5 of the <a href="http://openmp.org/wp/openmp-specifications/" + <li>Version 4.5 of the <a href="http://www.openmp.org/specifications/" >OpenMP specification</a> is now supported in the C and C++ compilers.</li> <li>The C and C++ compilers now support attributes on enumerators. For instance,