Hi! On Thu, 29 Jan 2015 09:28:38 +0100, I wrote: > On Sat, 10 Jan 2015 20:21:46 +0100, I wrote: > > On Wed, 12 Nov 2014 15:43:06 -0500, David Malcolm <dmalc...@redhat.com> > > wrote: > > > On Wed, 2014-11-12 at 21:30 +0100, Jakub Jelinek wrote: > > > > On Wed, Nov 12, 2014 at 03:22:21PM -0500, David Malcolm wrote: > > > > > On Wed, 2014-11-12 at 14:47 +0100, Jakub Jelinek wrote: > > > > > > On Wed, Nov 12, 2014 at 08:33:34AM -0500, David Malcolm wrote: > > > > > > > Apologies for bikeshedding, and I normally dislike "cute" names, > > > > > > > but > > > > > > > renaming it to > > > > > > > > > > > > > > "GNU Offloading and Multi Processing library" > > > > Oh, how cute! ;-P > > > > > > > > > would allow a backronym of "libgomp", thus preserving the existing > > > > > > > filenames/SONAME etc.
> [...] and committed to wwwdocs: > > Index: htdocs/onlinedocs/index.html > =================================================================== > RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/index.html,v > retrieving revision 1.145 > retrieving revision 1.146 > diff -u -p -r1.145 -r1.146 > --- htdocs/onlinedocs/index.html 19 Dec 2014 13:24:58 -0000 1.145 > +++ htdocs/onlinedocs/index.html 29 Jan 2015 08:26:06 -0000 1.146 > @@ -957,8 +957,8 @@ existing release.</p> > href="https://gcc.gnu.org/onlinedocs/gccgo.ps.gz">PostScript</a> > or <a > href="https://gcc.gnu.org/onlinedocs/gccgo-html.tar.gz">an > HTML tarball</a>)</li> > - <li><a href="https://gcc.gnu.org/onlinedocs/libgomp/">GNU OpenMP > - Manual</a> (<a > + <li><a href="https://gcc.gnu.org/onlinedocs/libgomp/">GNU Offloading and > + Multi Processing Runtime Library Manual</a> (<a > href="https://gcc.gnu.org/onlinedocs/libgomp.pdf">also in > PDF</a> or <a > > href="https://gcc.gnu.org/onlinedocs/libgomp.ps.gz">PostScript</a> or <a > > It remains to be seen if for the GCC 5.0 release, the text is copied from > the 4.9.2 section at the top of the file, or from the current development > section at the bottom (which I just changed). ;-) Well... ;-) -- that didn't work out. I now committed the following changes, "libgomp: long known as the GNU Offloading and Multi Processing Runtime Library": Index: htdocs/onlinedocs/index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/index.html,v retrieving revision 1.177 retrieving revision 1.178 diff -u -p -r1.177 -r1.178 --- htdocs/onlinedocs/index.html 3 May 2019 09:05:54 -0000 1.177 +++ htdocs/onlinedocs/index.html 28 May 2019 21:01:16 -0000 1.178 @@ -78,7 +78,7 @@ href="https://gcc.gnu.org/onlinedocs/gcc-9.1.0/gccgo-html.tar.gz">an HTML tarball</a>)</li> <li><a href="https://gcc.gnu.org/onlinedocs/gcc-9.1.0/libgomp/">GCC 9.1 - GNU OpenMP Manual</a> (<a + GNU Offloading and Multi Processing Runtime Library Manual</a> (<a href="https://gcc.gnu.org/onlinedocs/gcc-9.1.0/libgomp.pdf">also in PDF</a> or <a href="https://gcc.gnu.org/onlinedocs/gcc-9.1.0/libgomp.ps.gz">PostScript</a> or <a @@ -157,7 +157,7 @@ href="https://gcc.gnu.org/onlinedocs/gcc-8.3.0/gccgo-html.tar.gz">an HTML tarball</a>)</li> <li><a href="https://gcc.gnu.org/onlinedocs/gcc-8.3.0/libgomp/">GCC 8.3 - GNU OpenMP Manual</a> (<a + GNU Offloading and Multi Processing Runtime Library Manual</a> (<a href="https://gcc.gnu.org/onlinedocs/gcc-8.3.0/libgomp.pdf">also in PDF</a> or <a href="https://gcc.gnu.org/onlinedocs/gcc-8.3.0/libgomp.ps.gz">PostScript</a> or <a @@ -236,7 +236,7 @@ href="https://gcc.gnu.org/onlinedocs/gcc-7.4.0/gccgo-html.tar.gz">an HTML tarball</a>)</li> <li><a href="https://gcc.gnu.org/onlinedocs/gcc-7.4.0/libgomp/">GCC 7.4 - GNU OpenMP Manual</a> (<a + GNU Offloading and Multi Processing Runtime Library Manual</a> (<a href="https://gcc.gnu.org/onlinedocs/gcc-7.4.0/libgomp.pdf">also in PDF</a> or <a href="https://gcc.gnu.org/onlinedocs/gcc-7.4.0/libgomp.ps.gz">PostScript</a> or <a @@ -322,7 +322,7 @@ href="https://gcc.gnu.org/onlinedocs/gcc-6.5.0/gccgo-html.tar.gz">an HTML tarball</a>)</li> <li><a href="https://gcc.gnu.org/onlinedocs/gcc-6.5.0/libgomp/">GCC 6.5 - GNU OpenMP Manual</a> (<a + GNU Offloading and Multi Processing Runtime Library Manual</a> (<a href="https://gcc.gnu.org/onlinedocs/gcc-6.5.0/libgomp.pdf">also in PDF</a> or <a href="https://gcc.gnu.org/onlinedocs/gcc-6.5.0/libgomp.ps.gz">PostScript</a> or <a @@ -408,7 +408,7 @@ href="https://gcc.gnu.org/onlinedocs/gcc-5.5.0/gccgo-html.tar.gz">an HTML tarball</a>)</li> <li><a href="https://gcc.gnu.org/onlinedocs/gcc-5.5.0/libgomp/">GCC 5.5 - GNU OpenMP Manual</a> (<a + GNU Offloading and Multi Processing Runtime Library Manual</a> (<a href="https://gcc.gnu.org/onlinedocs/gcc-5.5.0/libgomp.pdf">also in PDF</a> or <a href="https://gcc.gnu.org/onlinedocs/gcc-5.5.0/libgomp.ps.gz">PostScript</a> or <a Index: htdocs/onlinedocs/5.1.0/index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/5.1.0/index.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- htdocs/onlinedocs/5.1.0/index.html 30 Sep 2018 14:38:56 -0000 1.5 +++ htdocs/onlinedocs/5.1.0/index.html 28 May 2019 21:01:16 -0000 1.6 @@ -75,7 +75,7 @@ href="https://gcc.gnu.org/onlinedocs/gcc-5.1.0/gccgo-html.tar.gz">an HTML tarball</a>)</li> <li><a href="https://gcc.gnu.org/onlinedocs/gcc-5.1.0/libgomp/">GCC 5.1 - GNU OpenMP Manual</a> (<a + GNU Offloading and Multi Processing Runtime Library Manual</a> (<a href="https://gcc.gnu.org/onlinedocs/gcc-5.1.0/libgomp.pdf">also in PDF</a> or <a href="https://gcc.gnu.org/onlinedocs/gcc-5.1.0/libgomp.ps.gz">PostScript</a> or <a Index: htdocs/onlinedocs/5.2.0/index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/5.2.0/index.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- htdocs/onlinedocs/5.2.0/index.html 30 Sep 2018 14:38:56 -0000 1.4 +++ htdocs/onlinedocs/5.2.0/index.html 28 May 2019 21:01:16 -0000 1.5 @@ -75,7 +75,7 @@ href="https://gcc.gnu.org/onlinedocs/gcc-5.2.0/gccgo-html.tar.gz">an HTML tarball</a>)</li> <li><a href="https://gcc.gnu.org/onlinedocs/gcc-5.2.0/libgomp/">GCC 5.2 - GNU OpenMP Manual</a> (<a + GNU Offloading and Multi Processing Runtime Library Manual</a> (<a href="https://gcc.gnu.org/onlinedocs/gcc-5.2.0/libgomp.pdf">also in PDF</a> or <a href="https://gcc.gnu.org/onlinedocs/gcc-5.2.0/libgomp.ps.gz">PostScript</a> or <a Index: htdocs/onlinedocs/5.3.0/index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/5.3.0/index.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- htdocs/onlinedocs/5.3.0/index.html 30 Sep 2018 14:38:56 -0000 1.4 +++ htdocs/onlinedocs/5.3.0/index.html 28 May 2019 21:01:16 -0000 1.5 @@ -75,7 +75,7 @@ href="https://gcc.gnu.org/onlinedocs/gcc-5.3.0/gccgo-html.tar.gz">an HTML tarball</a>)</li> <li><a href="https://gcc.gnu.org/onlinedocs/gcc-5.3.0/libgomp/">GCC 5.3 - GNU OpenMP Manual</a> (<a + GNU Offloading and Multi Processing Runtime Library Manual</a> (<a href="https://gcc.gnu.org/onlinedocs/gcc-5.3.0/libgomp.pdf">also in PDF</a> or <a href="https://gcc.gnu.org/onlinedocs/gcc-5.3.0/libgomp.ps.gz">PostScript</a> or <a Index: htdocs/onlinedocs/5.4.0/index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/5.4.0/index.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- htdocs/onlinedocs/5.4.0/index.html 30 Sep 2018 14:38:56 -0000 1.4 +++ htdocs/onlinedocs/5.4.0/index.html 28 May 2019 21:01:16 -0000 1.5 @@ -75,7 +75,7 @@ href="https://gcc.gnu.org/onlinedocs/gcc-5.4.0/gccgo-html.tar.gz">an HTML tarball</a>)</li> <li><a href="https://gcc.gnu.org/onlinedocs/gcc-5.4.0/libgomp/">GCC 5.4 - GNU OpenMP Manual</a> (<a + GNU Offloading and Multi Processing Runtime Library Manual</a> (<a href="https://gcc.gnu.org/onlinedocs/gcc-5.4.0/libgomp.pdf">also in PDF</a> or <a href="https://gcc.gnu.org/onlinedocs/gcc-5.4.0/libgomp.ps.gz">PostScript</a> or <a Index: htdocs/onlinedocs/5.5.0/index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/5.5.0/index.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- htdocs/onlinedocs/5.5.0/index.html 30 Sep 2018 14:38:56 -0000 1.4 +++ htdocs/onlinedocs/5.5.0/index.html 28 May 2019 21:01:16 -0000 1.5 @@ -75,7 +75,7 @@ href="https://gcc.gnu.org/onlinedocs/gcc-5.5.0/gccgo-html.tar.gz">an HTML tarball</a>)</li> <li><a href="https://gcc.gnu.org/onlinedocs/gcc-5.5.0/libgomp/">GCC 5.5 - GNU OpenMP Manual</a> (<a + GNU Offloading and Multi Processing Runtime Library Manual</a> (<a href="https://gcc.gnu.org/onlinedocs/gcc-5.5.0/libgomp.pdf">also in PDF</a> or <a href="https://gcc.gnu.org/onlinedocs/gcc-5.5.0/libgomp.ps.gz">PostScript</a> or <a Index: htdocs/onlinedocs/6.1.0/index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/6.1.0/index.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- htdocs/onlinedocs/6.1.0/index.html 30 Sep 2018 14:38:56 -0000 1.4 +++ htdocs/onlinedocs/6.1.0/index.html 28 May 2019 21:01:17 -0000 1.5 @@ -75,7 +75,7 @@ href="https://gcc.gnu.org/onlinedocs/gcc-6.1.0/gccgo-html.tar.gz">an HTML tarball</a>)</li> <li><a href="https://gcc.gnu.org/onlinedocs/gcc-6.1.0/libgomp/">GCC 6.1 - GNU OpenMP Manual</a> (<a + GNU Offloading and Multi Processing Runtime Library Manual</a> (<a href="https://gcc.gnu.org/onlinedocs/gcc-6.1.0/libgomp.pdf">also in PDF</a> or <a href="https://gcc.gnu.org/onlinedocs/gcc-6.1.0/libgomp.ps.gz">PostScript</a> or <a Index: htdocs/onlinedocs/6.2.0/index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/6.2.0/index.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- htdocs/onlinedocs/6.2.0/index.html 30 Sep 2018 14:38:56 -0000 1.4 +++ htdocs/onlinedocs/6.2.0/index.html 28 May 2019 21:01:17 -0000 1.5 @@ -75,7 +75,7 @@ href="https://gcc.gnu.org/onlinedocs/gcc-6.2.0/gccgo-html.tar.gz">an HTML tarball</a>)</li> <li><a href="https://gcc.gnu.org/onlinedocs/gcc-6.2.0/libgomp/">GCC 6.2 - GNU OpenMP Manual</a> (<a + GNU Offloading and Multi Processing Runtime Library Manual</a> (<a href="https://gcc.gnu.org/onlinedocs/gcc-6.2.0/libgomp.pdf">also in PDF</a> or <a href="https://gcc.gnu.org/onlinedocs/gcc-6.2.0/libgomp.ps.gz">PostScript</a> or <a Index: htdocs/onlinedocs/6.3.0/index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/6.3.0/index.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- htdocs/onlinedocs/6.3.0/index.html 30 Sep 2018 14:38:56 -0000 1.4 +++ htdocs/onlinedocs/6.3.0/index.html 28 May 2019 21:01:17 -0000 1.5 @@ -75,7 +75,7 @@ href="https://gcc.gnu.org/onlinedocs/gcc-6.3.0/gccgo-html.tar.gz">an HTML tarball</a>)</li> <li><a href="https://gcc.gnu.org/onlinedocs/gcc-6.3.0/libgomp/">GCC 6.3 - GNU OpenMP Manual</a> (<a + GNU Offloading and Multi Processing Runtime Library Manual</a> (<a href="https://gcc.gnu.org/onlinedocs/gcc-6.3.0/libgomp.pdf">also in PDF</a> or <a href="https://gcc.gnu.org/onlinedocs/gcc-6.3.0/libgomp.ps.gz">PostScript</a> or <a Index: htdocs/onlinedocs/6.4.0/index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/6.4.0/index.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- htdocs/onlinedocs/6.4.0/index.html 30 Sep 2018 14:38:56 -0000 1.4 +++ htdocs/onlinedocs/6.4.0/index.html 28 May 2019 21:01:17 -0000 1.5 @@ -75,7 +75,7 @@ href="https://gcc.gnu.org/onlinedocs/gcc-6.4.0/gccgo-html.tar.gz">an HTML tarball</a>)</li> <li><a href="https://gcc.gnu.org/onlinedocs/gcc-6.4.0/libgomp/">GCC 6.4 - GNU OpenMP Manual</a> (<a + GNU Offloading and Multi Processing Runtime Library Manual</a> (<a href="https://gcc.gnu.org/onlinedocs/gcc-6.4.0/libgomp.pdf">also in PDF</a> or <a href="https://gcc.gnu.org/onlinedocs/gcc-6.4.0/libgomp.ps.gz">PostScript</a> or <a Index: htdocs/onlinedocs/6.5.0/index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/6.5.0/index.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- htdocs/onlinedocs/6.5.0/index.html 26 Oct 2018 12:03:54 -0000 1.1 +++ htdocs/onlinedocs/6.5.0/index.html 28 May 2019 21:01:17 -0000 1.2 @@ -75,7 +75,7 @@ href="https://gcc.gnu.org/onlinedocs/gcc-6.5.0/gccgo-html.tar.gz">an HTML tarball</a>)</li> <li><a href="https://gcc.gnu.org/onlinedocs/gcc-6.5.0/libgomp/">GCC 6.5 - GNU OpenMP Manual</a> (<a + GNU Offloading and Multi Processing Runtime Library Manual</a> (<a href="https://gcc.gnu.org/onlinedocs/gcc-6.5.0/libgomp.pdf">also in PDF</a> or <a href="https://gcc.gnu.org/onlinedocs/gcc-6.5.0/libgomp.ps.gz">PostScript</a> or <a Index: htdocs/onlinedocs/7.1.0/index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/7.1.0/index.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- htdocs/onlinedocs/7.1.0/index.html 30 Sep 2018 14:38:56 -0000 1.5 +++ htdocs/onlinedocs/7.1.0/index.html 28 May 2019 21:01:17 -0000 1.6 @@ -68,7 +68,7 @@ href="https://gcc.gnu.org/onlinedocs/gcc-7.1.0/gccgo-html.tar.gz">an HTML tarball</a>)</li> <li><a href="https://gcc.gnu.org/onlinedocs/gcc-7.1.0/libgomp/">GCC 7.1 - GNU OpenMP Manual</a> (<a + GNU Offloading and Multi Processing Runtime Library Manual</a> (<a href="https://gcc.gnu.org/onlinedocs/gcc-7.1.0/libgomp.pdf">also in PDF</a> or <a href="https://gcc.gnu.org/onlinedocs/gcc-7.1.0/libgomp.ps.gz">PostScript</a> or <a Index: htdocs/onlinedocs/7.2.0/index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/7.2.0/index.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- htdocs/onlinedocs/7.2.0/index.html 30 Sep 2018 14:38:56 -0000 1.4 +++ htdocs/onlinedocs/7.2.0/index.html 28 May 2019 21:01:17 -0000 1.5 @@ -68,7 +68,7 @@ href="https://gcc.gnu.org/onlinedocs/gcc-7.2.0/gccgo-html.tar.gz">an HTML tarball</a>)</li> <li><a href="https://gcc.gnu.org/onlinedocs/gcc-7.2.0/libgomp/">GCC 7.2 - GNU OpenMP Manual</a> (<a + GNU Offloading and Multi Processing Runtime Library Manual</a> (<a href="https://gcc.gnu.org/onlinedocs/gcc-7.2.0/libgomp.pdf">also in PDF</a> or <a href="https://gcc.gnu.org/onlinedocs/gcc-7.2.0/libgomp.ps.gz">PostScript</a> or <a Index: htdocs/onlinedocs/7.3.0/index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/7.3.0/index.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- htdocs/onlinedocs/7.3.0/index.html 30 Sep 2018 14:38:56 -0000 1.4 +++ htdocs/onlinedocs/7.3.0/index.html 28 May 2019 21:01:17 -0000 1.5 @@ -68,7 +68,7 @@ href="https://gcc.gnu.org/onlinedocs/gcc-7.3.0/gccgo-html.tar.gz">an HTML tarball</a>)</li> <li><a href="https://gcc.gnu.org/onlinedocs/gcc-7.3.0/libgomp/">GCC 7.3 - GNU OpenMP Manual</a> (<a + GNU Offloading and Multi Processing Runtime Library Manual</a> (<a href="https://gcc.gnu.org/onlinedocs/gcc-7.3.0/libgomp.pdf">also in PDF</a> or <a href="https://gcc.gnu.org/onlinedocs/gcc-7.3.0/libgomp.ps.gz">PostScript</a> or <a Index: htdocs/onlinedocs/7.4.0/index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/7.4.0/index.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- htdocs/onlinedocs/7.4.0/index.html 5 Feb 2019 09:08:34 -0000 1.3 +++ htdocs/onlinedocs/7.4.0/index.html 28 May 2019 21:01:17 -0000 1.4 @@ -68,7 +68,7 @@ href="https://gcc.gnu.org/onlinedocs/gcc-7.4.0/gccgo-html.tar.gz">an HTML tarball</a>)</li> <li><a href="https://gcc.gnu.org/onlinedocs/gcc-7.4.0/libgomp/">GCC 7.4 - GNU OpenMP Manual</a> (<a + GNU Offloading and Multi Processing Runtime Library Manual</a> (<a href="https://gcc.gnu.org/onlinedocs/gcc-7.4.0/libgomp.pdf">also in PDF</a> or <a href="https://gcc.gnu.org/onlinedocs/gcc-7.4.0/libgomp.ps.gz">PostScript</a> or <a Index: htdocs/onlinedocs/8.1.0/index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/8.1.0/index.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- htdocs/onlinedocs/8.1.0/index.html 30 Sep 2018 14:38:56 -0000 1.4 +++ htdocs/onlinedocs/8.1.0/index.html 28 May 2019 21:01:17 -0000 1.5 @@ -68,7 +68,7 @@ href="https://gcc.gnu.org/onlinedocs/gcc-8.1.0/gccgo-html.tar.gz">an HTML tarball</a>)</li> <li><a href="https://gcc.gnu.org/onlinedocs/gcc-8.1.0/libgomp/">GCC 8.1 - GNU OpenMP Manual</a> (<a + GNU Offloading and Multi Processing Runtime Library Manual</a> (<a href="https://gcc.gnu.org/onlinedocs/gcc-8.1.0/libgomp.pdf">also in PDF</a> or <a href="https://gcc.gnu.org/onlinedocs/gcc-8.1.0/libgomp.ps.gz">PostScript</a> or <a Index: htdocs/onlinedocs/8.2.0/index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/8.2.0/index.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- htdocs/onlinedocs/8.2.0/index.html 30 Sep 2018 14:38:56 -0000 1.3 +++ htdocs/onlinedocs/8.2.0/index.html 28 May 2019 21:01:17 -0000 1.4 @@ -68,7 +68,7 @@ href="https://gcc.gnu.org/onlinedocs/gcc-8.2.0/gccgo-html.tar.gz">an HTML tarball</a>)</li> <li><a href="https://gcc.gnu.org/onlinedocs/gcc-8.2.0/libgomp/">GCC 8.2 - GNU OpenMP Manual</a> (<a + GNU Offloading and Multi Processing Runtime Library Manual</a> (<a href="https://gcc.gnu.org/onlinedocs/gcc-8.2.0/libgomp.pdf">also in PDF</a> or <a href="https://gcc.gnu.org/onlinedocs/gcc-8.2.0/libgomp.ps.gz">PostScript</a> or <a Index: htdocs/onlinedocs/8.3.0/index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/8.3.0/index.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- htdocs/onlinedocs/8.3.0/index.html 22 Feb 2019 15:09:42 -0000 1.1 +++ htdocs/onlinedocs/8.3.0/index.html 28 May 2019 21:01:17 -0000 1.2 @@ -68,7 +68,7 @@ href="https://gcc.gnu.org/onlinedocs/gcc-8.3.0/gccgo-html.tar.gz">an HTML tarball</a>)</li> <li><a href="https://gcc.gnu.org/onlinedocs/gcc-8.3.0/libgomp/">GCC 8.3 - GNU OpenMP Manual</a> (<a + GNU Offloading and Multi Processing Runtime Library Manual</a> (<a href="https://gcc.gnu.org/onlinedocs/gcc-8.3.0/libgomp.pdf">also in PDF</a> or <a href="https://gcc.gnu.org/onlinedocs/gcc-8.3.0/libgomp.ps.gz">PostScript</a> or <a Index: htdocs/onlinedocs/9.1.0/index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/9.1.0/index.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- htdocs/onlinedocs/9.1.0/index.html 3 May 2019 09:05:54 -0000 1.1 +++ htdocs/onlinedocs/9.1.0/index.html 28 May 2019 21:01:17 -0000 1.2 @@ -68,7 +68,7 @@ href="https://gcc.gnu.org/onlinedocs/gcc-9.1.0/gccgo-html.tar.gz">an HTML tarball</a>)</li> <li><a href="https://gcc.gnu.org/onlinedocs/gcc-9.1.0/libgomp/">GCC 9.1 - GNU OpenMP Manual</a> (<a + GNU Offloading and Multi Processing Runtime Library Manual</a> (<a href="https://gcc.gnu.org/onlinedocs/gcc-9.1.0/libgomp.pdf">also in PDF</a> or <a href="https://gcc.gnu.org/onlinedocs/gcc-9.1.0/libgomp.ps.gz">PostScript</a> or <a Grüße Thomas
signature.asc
Description: PGP signature