Re: [DOCS] sphinx: use new Sphinx links

2022-11-12 Thread Gerald Pfeifer
On Sat, 12 Nov 2022, Gerald Pfeifer wrote: > I am not aware of who added this, and why, nor actually even why, yet it > seems if we can get the same in place for /install we'll be good again, so > I'll ask overseers@. https://gcc.gnu.org/install/ is up and running fine now/

Re: old install to a different folder

2022-11-13 Thread Gerald Pfeifer
On Sun, 13 Nov 2022, Martin Liška wrote: > So Gerald, I'm suggesting a new url base gcc.gnu.org/docs that will be > filled with the new manuals and gcc.gnu.org/onlinedocs/$man and > gcc.gnu.org/install locations should point to older (trunk) manuals > (prev folder at server I guess). Having that

Re: Revert Sphinx documentation [Was: Issues with Sphinx]

2022-11-14 Thread Gerald Pfeifer
On Mon, 14 Nov 2022, Martin Liška wrote: > The situation with the Sphinx migration went out of control. The TODO > list overwhelmed me and there are road-blocks that can't be easily fixed > with what Sphinx currently supports. This migration was/is a huge and complex undertaking, and you have be

Re: [wwwdocs] gcc-13: Mention Intel new ISA and march support.

2022-11-14 Thread Gerald Pfeifer
On Thu, 10 Nov 2022, Haochen Jiang via Gcc-patches wrote: > + New ISA extension support for Intel AVX-IFMA was added to GCC. Here and in the other cases I'd skip "to GCC". This is clear from the context (this being the GCC release notes :-) and makes it shorter. Gerald

Re: Revert Sphinx documentation [Was: Issues with Sphinx]

2022-11-14 Thread Gerald Pfeifer
On Mon, 14 Nov 2022, Jonathan Wakely wrote: > I formatted my new region/endregion pragmas on one line because that > seemed to be how it should be done for rSt, e.g. we had: > > ``#pragma GCC push_options`` ``#pragma GCC pop_options`` > > But I think the attached patch is more correct for how we

Re: [PATCH v3] gcc-13: Add changelog for LoongArch.

2023-04-18 Thread Gerald Pfeifer
On Tue, 18 Apr 2023, Lulu Cheng wrote: > v1 -> v2: Modify syntax errors and description information. > v2 -> v3: Modify some description information. Thank you, and thank you to Xuerui for their feedback! Please go ahead and push this. Gerald

Re: [PATCH] update_web_docs_git: Add updated Texinfo to PATH

2023-04-20 Thread Gerald Pfeifer
Hi Arsen, On Fri, 14 Apr 2023, Arsen Arsenović wrote: >> Did you intentionally not implement the following part of my suggestion >> >>if [ x${MAKEINFO}x = xx ]; then >>: > > that is, allowing to override from the command-line (or crontab)? > (answering both the questions) > > This := oper

Re: [PATCH] update_web_docs_git: Add updated Texinfo to PATH

2023-04-21 Thread Gerald Pfeifer
On Thu, 20 Apr 2023, Arsen Arsenović wrote: >> I understand, just am wondering whether and why the : is required? I >> don't think we are using this construct anywhere else? > Without them, this would happen: > > ~$ "${foo:=foo}" > bash: foo: command not found > ~ 127 $ unset foo > ~$ ech

Re: [PATCH] doc: Update install.texi for GCC 13

2023-04-22 Thread Gerald Pfeifer
On Fri, 21 Apr 2023, Rainer Orth wrote: > * We used a mixture of Solaris 2 and Solaris references. Since Solaris > 1/SunOS 4 is ancient history by now, consistently use Solaris > everywhere. Likewise, explicit references to Solaris 11 can go in > many places since Solaris 11.3 and 11.4 is a

[pushed] wwwdocs: onlinedocs: Fix markup

2023-05-07 Thread Gerald Pfeifer
Pushed. Gerald --- Commit 7c0b3155efaecf8c9bfa5192ca99acc7356bec71 for GCC 13.1 "stole" an opening from the existing GCC 13.2 entry. --- htdocs/onlinedocs/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/onlinedocs/index.html b/htdocs/onlinedocs/index.html index 421d1d0b..

[pushed] wwwdocs: *: Consistent formatting around environment

2023-01-21 Thread Gerald Pfeifer
Consistency in how things are formatted makes automated processing easier in case of future mass changes. Pushed. Gerald --- htdocs/benchmarks/index.html | 1 + htdocs/egcs-1.0/index.html | 2 ++ htdocs/egcs-1.1/index.html | 2 ++ 3 files changed, 5 insertions(+) diff --git a/htdocs/bench

Re: [Patch] install.texi: Bump newlib version for nvptx + gcn

2023-01-21 Thread Gerald Pfeifer
On Sat, 21 Jan 2023, Tobias Burnus wrote: > A new newlib version has been realized yesterday: newlib-4.3.0 (yearly > snapshot) : > Comments? Suggestions? – If there are none, I intent to commit the patch > as obvious. Is it maybe a little tough to bump the minimal requirement to something only r

Re: [wwwdocs] gcc-13/changes.html + projects/gomp/: OpenMP update

2023-01-21 Thread Gerald Pfeifer
On Wed, 18 Jan 2023, Tobias Burnus wrote: > How about the following? I put the other change into its own bullet > point to be less confusing, completely rewording the remaining item and > mention reverse offload support. Thank you, Tobias, for the explanation and the updated patch. As Jakub said,

Re: [committed] wwwdocs: readings: www.cmass.com is gone, remove

2023-01-21 Thread Gerald Pfeifer
Hi Gaius, On Mon, 11 Apr 2022, Gaius Mulley wrote: >> Gaius, if you want to make changes to that section of readings.html, >> absolutely be free doing so (and I'll be happy help, too). > looks fine - sure how about adding: > > Modula 3 information > >http://www.modula3.org";>http://www.modul

[pushed] wwwdocs: gcc-5: Adjust www.open-std.org links to https

2023-01-21 Thread Gerald Pfeifer
Business as usual. Gerald --- htdocs/gcc-5/changes.html| 2 +- htdocs/gcc-5/porting_to.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/gcc-5/changes.html b/htdocs/gcc-5/changes.html index f6742fb0..893e35de 100644 --- a/htdocs/gcc-5/changes.html +++ b/htdo

Re: [wwwdocs][Patch] Add OpenMP by-GCC-version implementation status

2023-01-21 Thread Gerald Pfeifer
On Tue, 17 May 2022, Tobias Burnus wrote: > Done so: https://gcc.gnu.org/projects/gomp/ Nice! > Thanks again for all the comments! Always welcome! One detailed I noticed only now: The GOMP project consists of implementation of OpenMP and OpenACC to permit annotating the source code to pe

Re: [Patch] install.texi: Bump newlib version for nvptx + gcn

2023-01-21 Thread Gerald Pfeifer
On Sat, 21 Jan 2023, Tobias Burnus wrote: > On the technical side, the newer newlib version is not yet required. But > it looks as if it soon makes a lot of sense to have it: : > As nvptx/amdgcn is (mostly) about offloading code, newlib is compiled > usually alongside GCC (e.g. in SUSE, Debian/Ub

[pushed] wwwdocs: gcc-10: Grammar fixes in the amdgcn section

2023-01-22 Thread Gerald Pfeifer
I missed this originally and noticed looking for something else. Pushed. Gerald --- htdocs/gcc-10/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index 2bad8ea3..4acc8d12 100644 --- a/htdocs/gcc-10/changes.h

Re: [wwwdocs] gcc-13/changes.html + projects/gomp/: OpenMP update

2023-01-23 Thread Gerald Pfeifer
On Mon, 23 Jan 2023, Tobias Burnus wrote: > Now committed with the suggestions taken into account. Nice - this feels rather clear to me (as a non-expert) now. :-) Thanks, Gerald

[wwwdocs] gcc-6: Consistently lower-case newlib (was: [Patch] install.texi: Bump newlib version for nvptx + gcn)

2023-01-23 Thread Gerald Pfeifer
wwwdocs. Pushed. :) Gerald commit 6168a4b67741682ed9168ffdb5cfc6e8bec9557f Author: Gerald Pfeifer Date: Mon Jan 23 12:35:53 2023 +0100 gcc-6: Consistently lower-case newlib diff --git a/htdocs/gcc-6/changes.html b/htdocs/gcc-6/changes.html index a9f033b1..612ea48d 100644 --- a/htdocs/gcc-6/cha

[pushed] doc/contrib.texi: Add Jose E. Marchesi

2023-01-25 Thread Gerald Pfeifer
This fixes an obvious submission (of which I believe there are more - please feel free to help address those). Gerald gcc/ChangeLog: * doc/contrib.texi: Add Jose E. Marchesi. --- gcc/doc/contrib.texi | 4 1 file changed, 4 insertions(+) diff --git a/gcc/doc/contrib.texi b/gcc/do

[pushed] wwwdocs: gcc-6: Switch www.open-std.org links to https

2023-01-25 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/gcc-6/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/gcc-6/changes.html b/htdocs/gcc-6/changes.html index 612ea48d..b400dd9c 100644 --- a/htdocs/gcc-6/changes.html +++ b/htdocs/gcc-6/changes.html @@ -300,7 +300,7 @@ within strings

[pushed] doc: Refer to projects as GCC and GDB (was: [PATCH] sourcebuild.texi: Document new toplevel directories [PR82383])

2023-01-26 Thread Gerald Pfeifer
9f6350a2ce5 Author: Gerald Pfeifer Date: Thu Jan 26 12:25:44 2023 +0100 doc: Refer to projects as GCC and GDB ...instead of gcc and gdb which are the executables (and in case of GCC the C language front end). gcc/ChangeLog: * doc/sourcebuild.texi: Refer

[pushed] libstdc++: Move www.open-std.org to https in bugs manual

2023-01-26 Thread Gerald Pfeifer
Someone used a macro DR in doc/xml/manual/intro.xml which was a really clever idea. :-) It might be good to do this more widely... Pushed. Gerald libstdc++-v3/ChangeLog: * doc/xml/manual/intro.xml: Update links to www.open-std.org to use https. * doc/html/manual/bugs.

[pushed] wwwdocs: git: Tweak link to TR29124 C++ reference

2023-01-26 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/git.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/git.html b/htdocs/git.html index fc30c5ab..f71b451f 100644 --- a/htdocs/git.html +++ b/htdocs/git.html @@ -606,7 +606,7 @@ in Git (except for ones under refs/vendors/). tr29124 Thi

Re: [committed] frange: Fix up foperator_{,not_}equal::fold_range for signed zeros [PR108540]

2023-01-26 Thread Gerald Pfeifer
On Thu, 26 Jan 2023, Jakub Jelinek via Gcc-patches wrote: > committed to trunk. Picking a random commit: Should we consistently start using "pushed" instead of "committed"? In CVS and SVN those two were the same. With GIT it's really a push (to trunk) we are interested in, not a commit to a loc

[pushed] wwwdocs: codingconventions: Update upstream instructions for libstdc++

2023-01-26 Thread Gerald Pfeifer
Jonathan (or some other libstdc++ developer), would you mind having a look at that section of https://gcc.gnu.org/codingconventions.html to see whether we should do further changes? Thanks, Gerald Since ca314fbd2509439f708c56f34d0a85449a43fe73 in the gcc tree libstc++ no longer ships copies of

[pushed] wwwdocs: codingconventions: Update a link to Github docs

2023-01-26 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/codingconventions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/codingconventions.html b/htdocs/codingconventions.html index af08f11a..24365815 100644 --- a/htdocs/codingconventions.html +++ b/htdocs/codingconventions.html @@ -147,7 +147

[pushed] wwwdocs: gcc-3.4: Update a link to use https

2023-01-26 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/gcc-3.4/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/gcc-3.4/changes.html b/htdocs/gcc-3.4/changes.html index d9985673..76b4ce87 100644 --- a/htdocs/gcc-3.4/changes.html +++ b/htdocs/gcc-3.4/changes.html @@ -521,7 +521,7 @@ and

[pushed] wwwdocs: readings: Update Modula 3 link

2023-01-26 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/readings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/readings.html b/htdocs/readings.html index 295cc51f..3f41ef2a 100644 --- a/htdocs/readings.html +++ b/htdocs/readings.html @@ -567,7 +567,7 @@ names. Modula 3 information - htt

[pushed] wwwdocs: codingconventions: Replace markup by

2023-01-27 Thread Gerald Pfeifer
A small refinement. (Too bad the w3 validator isn't automatically usable for us any more, though I'm checking manually these days.) Pushed. Gerald --- htdocs/codingconventions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/codingconventions.html b/htdocs/codingc

[pushed] wwwdocs: mirrors: Switch ftp.fu-berlin.de from ftp to https

2023-01-27 Thread Gerald Pfeifer
Back in 2021 http/https were not supported by ftp.fu-berlin.de, now they are, so switch over. Thank you, f...@fu-berlin.de! (And please advise if you'd like to see things changed.) Pushed. Gerald --- htdocs/mirrors.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdoc

[pushed] libstdc++: Switch www.open-std.org to https (ABI manual)

2023-01-28 Thread Gerald Pfeifer
Pushed. Gerald libstdc++-v3/ChangeLog: * doc/xml/manual/abi.xml: Update www.open-std.org link to https. * doc/html/manual/abi.html: Regenerate. --- libstdc++-v3/doc/html/manual/abi.html | 4 ++-- libstdc++-v3/doc/xml/manual/abi.xml | 4 ++-- 2 files changed, 4 insertions(+),

[pushed] doc: Update Go1 link

2023-01-28 Thread Gerald Pfeifer
gcc/ChangeLog: * doc/standards.texi: Update Go1 link. --- gcc/doc/standards.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/standards.texi b/gcc/doc/standards.texi index d9ee11ccc29..b54502add41 100644 --- a/gcc/doc/standards.texi +++ b/gcc/doc/standards.t

[pushed] doc: Update reference to AddressSanitizer

2023-01-28 Thread Gerald Pfeifer
gcc/ChangeLog: * doc/invoke.texi (Instrumentation Options): Update reference to AddressSanitizer. --- gcc/doc/invoke.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index a371cd91ef8..6e3f5bf8216 100644 --- a/gcc/d

[pushed] libstdc++: Move sourceforge.net links to https

2023-01-28 Thread Gerald Pfeifer
Starting to see some trees in the forrest of links that require updating... Pushed. Gerald libstdc++-v3/ChangeLog: * doc/xml/manual/documentation_hacking.xml: Move sourceforge.net links to https. * doc/html/manual/documentation_hacking.html: Regenerate. --- libstdc++-

[pushed, C++] wwwdocs: faq: Remove "Copy constructor access check" entry

2023-01-28 Thread Gerald Pfeifer
Sometimes less is more (and our FAQ can use some trimming/updating for sure). Pushed. Gerald This entry refers to changes in GCC 3.4 and GCC 4.3 which were released in 2004 and 2008, respectively, and this is hardly a FAQ any more. --- htdocs/bugs/index.html | 50 -

Re: [PATCH] [GCC12] Mention Intel AVX512-FP16 and _Float16 support.

2023-01-28 Thread Gerald Pfeifer
On Fri, 8 Oct 2021, Hongtao Liu wrote: > > On Fri, 24 Sep 2021, Hongtao Liu via Gcc-patches wrote: >>> + New ISA extension support for Intel AVX512-FP16 was added to GCC. >>> + AVX512FP16 intrinsics are available [...] >> So, is it AVX512-FP16 or AVX512FP16? > Sorry for the confusion, the off

[pushed] wwwdocs: bugs: Adjust link to ISO C++ standard

2023-01-28 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/bugs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/bugs/index.html b/htdocs/bugs/index.html index 96a5d0f0..765d8c67 100644 --- a/htdocs/bugs/index.html +++ b/htdocs/bugs/index.html @@ -629,7 +629,7 @@ section of the GCC manual. S

[pushed] doc: Update link to Objective-C book

2023-01-28 Thread Gerald Pfeifer
Pushed. Gerald gcc/ChangeLog: * doc/standards.texi (Standards): Update link to Objective-C book. --- gcc/doc/standards.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/standards.texi b/gcc/doc/standards.texi index b54502add41..5ea724f5657 100644 --- a/gcc/

[pushed] wwwdocs: cxx-status: Fix link to GCC 10 release notes

2023-01-28 Thread Gerald Pfeifer
Pushed. Gerald "." refers to the current directory; we need ".." to move one level up. --- htdocs/projects/cxx-status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index f6435eb2..cc8fe615 100644 --- a/h

[v2,pushed] wwwdocs: projects/gomp: Editorial changes

2023-01-28 Thread Gerald Pfeifer
This is a minor variation of what i shared a week ago. Pushed now, and I'll be happy to make adjustments/further changes based on feedback. Gerald Break long sentences, fixe grammar, simplify language. --- htdocs/projects/gomp/index.html | 29 ++--- 1 file changed, 14

[pushed] wwwdocs: gcc-11: Switch www.open-std.org to https

2023-01-28 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/gcc-11/porting_to.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/gcc-11/porting_to.html b/htdocs/gcc-11/porting_to.html index 802fb367..a7b634c1 100644 --- a/htdocs/gcc-11/porting_to.html +++ b/htdocs/gcc-11/porting_to.html @@ -49,7 +49,7

[pushed] libstdc++: Update links in the "Contributing" manual

2023-01-28 Thread Gerald Pfeifer
Pushed. Gerald libstdc++-v3/ChangeLog: * doc/xml/manual/appendix_contributing.xml: Adjust link to ISO C++ standard at ANSI. Move link to www.open-std.org to https. * doc/html/manual/appendix_contributing.html: Regenerate. --- libstdc++-v3/doc/html/manual/appendi

[pushed] doc: Update link to the AVR-Libc manual

2023-01-28 Thread Gerald Pfeifer
Pushed. Gerald gcc/ChangeLog: * doc/extend.texi (Named Address Spaces): Update link to the AVR-Libc manual. --- gcc/doc/extend.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 027a08a2f62..5a026c4b48c 100644

Re: [PATCH] Change AVX512FP16 to AVX512-FP16 in the document.

2023-01-29 Thread Gerald Pfeifer
On Sun, 29 Jan 2023, liuhongt wrote: > The official name is AVX512-FP16. > > Ready to push to trunk. > > gcc/ChangeLog: > > * config/i386/i386.opt: Change AVX512FP16 to AVX512-FP16. > * doc/invoke.texi: Ditto. Ok, thank you. (And okay to backport to older branches as/if you want.)

Re: [PATCH] Change AVX512FP16 to AVX512-FP16 which is official name.

2023-01-29 Thread Gerald Pfeifer
On Sun, 29 Jan 2023, liuhongt wrote: > Ready to push to trunk. Yes, thank you. Gerald

[pushed] wwwdocs: gcc-4.7: Adjust link to "Collecting User-Mode Dumps"

2023-01-30 Thread Gerald Pfeifer
After summer 2018 and summer 2019 the third time Microsoft shuffles around things... At least the put in place redirects. Pushed. Gerald --- htdocs/gcc-4.7/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/gcc-4.7/changes.html b/htdocs/gcc-4.7/changes.html

[PATCH, wwwdocs] readings: Update AIX linker links

2023-01-30 Thread Gerald Pfeifer
Hi David, the noticed the links to the AIX 4.3 and AIX 5L docs were broken and could not find a good replacement, though I did find one for AIX 7.2. How about the patch below? Or should we omit such links? (Or do you have recommendations?) Thanks, Gerald diff --git a/htdocs/readings.html b/h

Re: [committed] wwwdocs: cxx-status: Move www.open-std.org to https

2023-01-30 Thread Gerald Pfeifer
On Sun, 31 Jul 2022, Jonathan Wakely wrote: >> Marek, Jason, Jonathan - I noticed that (in other places) we have both >> links to www.open-std.org and open-std.org, both of which seem to work. >> >> What is the preferred spelling of that site? With or without www? (The >> latter would be shorter an

[pushed] libstdc++: Update links in the Memory section of the manual

2023-01-30 Thread Gerald Pfeifer
Consistency simplifies life. Pushed. Gerald libstdc++-v3/ChangeLog: * doc/xml/manual/shared_ptr.xml: Move links from both http://open-std.org and http://www.open-std.org to https://www.open-std.org. * doc/html/manual/memory.html: Regenerate. --- libstdc++-v3/do

[pushed] doc: Change fsf.org to www.fsf.org in URLs (GFDL)

2023-01-30 Thread Gerald Pfeifer
We have been getting a 301 (permanent redirect) http response from the server for a long while. Pushed. Gerald gcc/ChangeLog: * doc/include/fdl.texi: Change fsf.org to www.fsf.org. --- gcc/doc/include/fdl.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/d

[pushed] wwwdocs: cxx-dr-status: Switch www.open-std.org to https

2023-01-30 Thread Gerald Pfeifer
One more... Pushed. Gerald --- htdocs/projects/cxx-dr-status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/projects/cxx-dr-status.html b/htdocs/projects/cxx-dr-status.html index 748226c2..d87466a3 100644 --- a/htdocs/projects/cxx-dr-status.html +++ b/htdocs/pro

[pushed] wwwdocs: gcc-5: Fix deep link into GDB manual

2023-01-31 Thread Gerald Pfeifer
A slightly tricky one, and I figured using the single-page version of that document is going to be more resilient in the future. Pushed. Gerald --- htdocs/gcc-5/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/gcc-5/changes.html b/htdocs/gcc-5/changes.html

[pushed] wwwdocs: readings: Remove Herman D. Knoble's Fortran Resources

2023-02-01 Thread Gerald Pfeifer
The original page is gone, and search engines did not reveal a new location. If any of you has a new location, feel free to add that (or let me know and I'll take care). Gerald --- htdocs/readings.html | 5 - 1 file changed, 5 deletions(-) diff --git a/htdocs/readings.html b/htdocs/readings

[pushed] wwwdocs: testing: Update LAPACK links

2023-02-01 Thread Gerald Pfeifer
www.netlib.org now redirects to netlib.org. Gerald --- htdocs/testing/testing-lapack.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/testing/testing-lapack.html b/htdocs/testing/testing-lapack.html index 6416ac3e..3262d69c 100644 --- a/htdocs/testing/testing-l

[pushed] wwwdocs: readings: Update Nios II reference

2023-02-01 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/readings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/readings.html b/htdocs/readings.html index 6e640af1..4bad7e26 100644 --- a/htdocs/readings.html +++ b/htdocs/readings.html @@ -231,7 +231,7 @@ names. Nios II Manufacturer: In

[pushed] libstdc++: Fix link to online GDB manual

2023-02-01 Thread Gerald Pfeifer
What a difference a slash can make. (I'm pretty sure that same link originally worked; someone somehow somewhen probably changed something on the web server.) Pushed. Gerald libstdc++-v3/ChangeLog: * doc/xml/manual/debug.xml: Fix link to online GDB manual. * doc/html/manual/de

[pushed] wwwdocs: frontends: Switch www.modula3.org to https

2023-02-01 Thread Gerald Pfeifer
Business as usual. Pushed. Gerald --- htdocs/frontends.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/frontends.html b/htdocs/frontends.html index 8e38838a..12af359b 100644 --- a/htdocs/frontends.html +++ b/htdocs/frontends.html @@ -48,7 +48,7 @@ the GCC trunk.

[pushed] libstdc++: Switch a www.open-std.org link to https

2023-02-01 Thread Gerald Pfeifer
Pushed. Gerald libstdc++-v3/ChangeLog: * doc/xml/manual/using_exceptions.xml: Update a www.open-std.org link to https. * doc/html/manual/using_exceptions.html: Regenerate. --- libstdc++-v3/doc/html/manual/using_exceptions.html | 2 +- libstdc++-v3/doc/xml/manual/using_exc

[pushed] wwwdocs: gcc-11: Update arm "Straight-line Speculation vulnerability" link

2023-02-02 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/gcc-11/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index 4787fc26..cc0fdc19 100644 --- a/htdocs/gcc-11/changes.html +++ b/htdocs/gcc-11/changes.html @@ -807,7 +807,7 @@ You may a

Re: [wwwdocs] document modula-2 in gcc-13/changes.html (and index.html)

2023-02-03 Thread Gerald Pfeifer
On Fri, 3 Feb 2023, Gaius Mulley wrote: > The following patch provides a summary of the modula-2 front end > and also contains links to the online modula-2 documentation in > index.html. > +Modula-2 > + > + Support for the language Modula-2 has been added. The dialects > + supported are PIM2, P

[pushed] libstdc++: Tweak link to ABIcheck project

2023-02-03 Thread Gerald Pfeifer
libstdc++-v3/ChangeLog: * doc/xml/manual/abi.xml: Tweak link to ABIcheck project. * doc/html/manual/abi.html: Regenerate. --- libstdc++-v3/doc/html/manual/abi.html | 2 +- libstdc++-v3/doc/xml/manual/abi.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/

[pushed] wwwdocs: news/profiledriven: Move citeseerx.ist.psu.edu to https

2023-02-03 Thread Gerald Pfeifer
Business as usual. Pushed. Gerald --- htdocs/news/profiledriven.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/news/profiledriven.html b/htdocs/news/profiledriven.html index 13a61ec0..cac172b4 100644 --- a/htdocs/news/profiledriven.html +++ b/htdocs/news/prof

[pushed] libstdc++: Adjust link to pdftex

2023-02-03 Thread Gerald Pfeifer
Pushed. Gerald libstdc++-v3/ChangeLog: * doc/xml/manual/documentation_hacking.xml: Adjust link to pdftex. * doc/html/manual/documentation_hacking.html: Regenerate. --- libstdc++-v3/doc/html/manual/documentation_hacking.html | 4 ++-- libstdc++-v3/doc/xml/manual/documentation_hac

[pushed] wwwdocs: projects/beginner: Remove traces of Interix

2023-02-04 Thread Gerald Pfeifer
I ran into this by chance and found there are probably quite a bit more parts of https://gcc.gnu.org/projects/beginner.html that should be removed. Any volunteers to have a look? (Jeff, maybe you can help trim this a bit?) Gerald --- htdocs/projects/beginner.html | 4 +--- 1 file changed, 1 in

[pushed] wwwdocs: mirrors: Remove ftp.uvsq.fr mirror

2023-02-05 Thread Gerald Pfeifer
ftp.uvsq.fr has been unreachable for an extensive period of time (tested from different networks). Thank you for your service in the past, ftpma...@uvsq.fr! Gerald --- htdocs/mirrors.html | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/mirrors.html b/htdocs/mirrors.html index 963fc7c3.

[pushed] doc: Remove note on PW32

2023-02-05 Thread Gerald Pfeifer
Indeed looking at http://pw32.sourceforge.net indicates this has gone the way of the dodo. Pushed. Gerald gcc/ChangeLog: * doc/install.texi (Specific): Remove PW32. --- gcc/doc/install.texi | 3 --- 1 file changed, 3 deletions(-) diff --git a/gcc/doc/install.texi b/gcc/doc/install.t

[pushed] wwwdocs: projects/tree-ssa: Use our own copy of GCC Summit 2007 proceedings

2023-02-06 Thread Gerald Pfeifer
gccsummit.org is gone with the wind; luckily we have our own copy of the 2006 proceedings. If any of you has copies of 2007 and later, can you please drop me a copy and I'll put them on gcc.gnu.org as well? Pushed. Gerald --- htdocs/projects/tree-ssa/vectorization.html | 3 +-- 1 file change

[pushed] wwwdocs: readings: Update reference for Blackfin

2023-02-06 Thread Gerald Pfeifer
For once a vendor link that got shorter. :-) Pushed. Gerald --- htdocs/readings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/readings.html b/htdocs/readings.html index 4bad7e26..29368a9a 100644 --- a/htdocs/readings.html +++ b/htdocs/readings.html @@ -94,7 +94

[pushed] doc: Change fsf.org to www.fsf.org

2023-02-08 Thread Gerald Pfeifer
fsf.org has been serving a 301 (permanent redirect) http response for a long while. gcc/ChangeLog: * doc/include/gpl_v3.texi: Change fsf.org to www.fsf.org. --- gcc/doc/include/gpl_v3.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/include/gpl_v3.texi b/g

[pushed] wwwdocs: readings: Update MicroBlaze Processor Reference reference

2023-02-08 Thread Gerald Pfeifer
Second link this week that actually shorter - wooo... Pushed. Gerald --- htdocs/readings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/readings.html b/htdocs/readings.html index 29368a9a..34ba508c 100644 --- a/htdocs/readings.html +++ b/htdocs/readings.html @@ -

Re: [PATCH] docs: add cavear for __builtin_cpu_supports

2023-02-09 Thread Gerald Pfeifer
On Thu, 9 Feb 2023, Martin Liška wrote: > Document that the function does not work correctly for old VIA > processors. Thanks for doing this, Martin! > +Caveat: The built-in function does not work correctly on old VIA > +processors (Centaur family). Maybe say "This built-in function...", though

Re: [wwwdocs] gcc-13/changes.html: Document C++ -fexcess-precision=standard

2023-02-10 Thread Gerald Pfeifer
On Thu, 9 Feb 2023, Jakub Jelinek wrote: > Martin Liska mentioned that porting_to.html doesn't mention > the C++ excess precision changes. Not really sure if porting_to > should document those, but I think changes.html certainly should. Do you think this is a widely spread issue for existing soft

[pushed] wwwdocs: news/profiledriven: Update a Citeseer link

2023-02-10 Thread Gerald Pfeifer
citeseer.ist.psu.edu stalls, whereas citeseerx.ist.psu.edu responds. Switch to https on the way. Pushed. Gerald --- htdocs/news/profiledriven.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/news/profiledriven.html b/htdocs/news/profiledriven.html index cac172b4..8

[pushed] libstdc++: Update link to "Worst-case efficient priority queues"

2023-02-11 Thread Gerald Pfeifer
Pushed. Gerald libstdc++-v3/ChangeLog: * doc/xml/manual/policy_data_structures_biblio.xml: Update link to "Worst-case efficient priority queues". * doc/html/manual/policy_data_structures.html: Regenerate. --- libstdc++-v3/doc/html/manual/policy_data_structures.html |

[pushed] wwwdocs: readings: Update link to RX610 landing page

2023-02-11 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/readings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/readings.html b/htdocs/readings.html index 34ba508c..d3e443ad 100644 --- a/htdocs/readings.html +++ b/htdocs/readings.html @@ -275,7 +275,7 @@ names. rx Manufacturer: Renesas

Re: realpath() patch to fix symlinks resolution for win32

2023-02-11 Thread Gerald Pfeifer
On Sat, 11 Feb 2023, Jonathan Yong via Gcc-patches wrote: >> could you please close the corresponding BR too?: >> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108350 > I can't close it, but I put a note that it has been committed. I closed the report. Gerald

Re: [PATCH] Introduce -nolibstdc++ option

2023-02-11 Thread Gerald Pfeifer
On Thu, 23 Jun 2022, Alexandre Oliva via Gcc-patches wrote: > Introduce -nostdlib++ option > > Using g++ to link without libstdc++, as in g++.dg/abi/pure-virtual1.C, > is error prone, because there's no way to tell g++ to drop libstdc++ > without also dropping libc and any other libraries that the

[pushed] doc: Adjust link to WG14 N965

2023-02-11 Thread Gerald Pfeifer
Pushed. Gerald gcc/ChangeLog: * doc/extend.texi (Other Builtins): Adjust link to WG14 N965. --- gcc/doc/extend.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 5a026c4b48c..1ae68b0f20a 100644 --- a/gcc/doc/extend.te

Re: realpath() patch to fix symlinks resolution for win32

2023-02-11 Thread Gerald Pfeifer
On Sat, 11 Feb 2023, NightStrike wrote: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108350 > I would have expected the PR to have been automatically updated based on > the commit email. Any idea why that didn't happen? Not to change the state > to closed, but to add the commit information as

[pushed] libstdc++: Change www.unix.org to unix.org

2023-02-12 Thread Gerald Pfeifer
Pushed. Gerald www.unix.org now redirects to unix.org. libstdc++-v3/ChangeLog: * doc/xml/manual/ctype.xml: Change www.unix.org to unix.org. * doc/html/manual/facets.html: Regenerate. --- libstdc++-v3/doc/html/manual/facets.html | 4 ++-- libstdc++-v3/doc/xml/manual/ctype.xml

[pushed] doc: Remove direct reference to configure/build docs

2023-02-12 Thread Gerald Pfeifer
This has been broken for years (if not forever), both when it comes to onlinedocs and local installations. Pushed. Gerald gcc/ChangeLog: * doc/sourcebuild.texi: Remove (broken) direct reference to "The GNU configure and build system". --- gcc/doc/sourcebuild.texi | 3 +-- 1 file

[pushed] libstdc++: Tweak link to N1780 (C++ standard)

2023-02-12 Thread Gerald Pfeifer
Pushed. Gerald libstdc++-v3/ChangeLog: * doc/xml/manual/containers.xml: Tweak a link to N1780 (C++ standard). * doc/html/manual/associative.html: Regenerate. --- libstdc++-v3/doc/html/manual/associative.html | 2 +- libstdc++-v3/doc/xml/manual/containers.xml| 2 +- 2

Re: [PATCH][wwwdocs] gcc-13: add arm star-mc1 cpu

2022-06-16 Thread Gerald Pfeifer
On Thu, 16 Jun 2022, Chung-Ju Wu wrote: > Recently we added arm star-mc1 cpu support to upstream: > https://gcc.gnu.org/pipermail/gcc-patches/2022-June/596379.html > > It would be great if we can describe it on gcc-13 changes.html as well. > Attached is the patch for gcc-wwwdocs repository. Looks

Re: [PATCH][wwwdocs] gcc-13: m2link branch

2022-06-21 Thread Gerald Pfeifer
Hi Gaius, On Tue, 21 Jun 2022, Gaius Mulley wrote: > here is a proposed entry describing a new branch m2link containing the > new scaffold development for modula-2. As the description says it is > expected that this branch be short lived - terminating once significant > regression tests pass, th

Re: [wwwdocs] arm,aarc64: add initial gcc-11/changes.html entries

2021-03-20 Thread Gerald Pfeifer
Hi Kyrylo, On Tue, 26 Jan 2021, Kyrylo Tkachov via Gcc-patches wrote: > This patch adds the arm and aarch64 sections changes.html for GCC 11. this is nice! One question: why GCC 11.0 in the following? The first release is going to be GCC 11.1, and we general refer to major releases - could we s

Re: [Patch][wwwdocs] gcc-11/changes.html – GCN – Mention gfx908

2021-03-24 Thread Gerald Pfeifer
On Wed, 24 Mar 2021, Tobias Burnus wrote: > Hi Andrew, > > this patch adds gfx908 to the change log. > OK? — Is there anything else to add? Other wording suggestions? We tend to use present perfect tense ("has been added"), but that's a minor note. Would you like to add an id to the heading, so

[committed] wwwdocs: Fix the spelling of "run time" as a noun.

2021-03-28 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/gcc-8/changes.html | 2 +- htdocs/gcc-9/changes.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/gcc-8/changes.html b/htdocs/gcc-8/changes.html index 638782e8..d68e5146 100644 --- a/htdocs/gcc-8/changes.html +++ b/htdocs/gcc-8/changes.ht

[committed] wwwdocs: Update reference to rawhide-20090126 result

2021-03-28 Thread Gerald Pfeifer
Pushed. Gerald https://www.redhat.com/archives/fedora-devel-list is now https://listman.redhat.com/archives/fedora-devel-list . --- htdocs/gcc-4.4/porting_to.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/gcc-4.4/porting_to.html b/htdocs/gcc-4.4/porting_to.html

[committed] wwwdocs: Update "creating commit with multiple authors" link

2021-03-28 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/codingconventions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/codingconventions.html b/htdocs/codingconventions.html index 7577528d..21cc95de 100644 --- a/htdocs/codingconventions.html +++ b/htdocs/codingconventions.html @@ -146,7 +146

[committed] wwwdocs: Update link to ECMA-335

2021-03-28 Thread Gerald Pfeifer
Pushed. Gerald The link to ECMA-335 received a 301 (Moved Permanently) which we are thus following. On the way remove a duplicate link on this page. --- htdocs/projects/cli.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/htdocs/projects/cli.html b/htdocs/projects/c

[committed] doc: Update link to "Memory Model" paper

2021-03-28 Thread Gerald Pfeifer
The original link redirected, alas the new location gives a 404 "Not Found". Luckily I found what looks like a more stable location. Pushed. Gerald commit d15db0c5f5d81e9057df07c9568ee81873860a44 Author: Gerald Pfeifer Date: Sun Mar 28 23:34:35 2021 +0200 doc: Update link

[committed] wwwdocs: cilkplus.org is gone

2021-03-31 Thread Gerald Pfeifer
I pushed this. At first cilkplus.org was broken for weeks, it not months. Now it redirects to a generic intel.com page. So remove it. --- htdocs/gcc-4.9/changes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/gcc-4.9/changes.html b/htdocs/gcc-4.9/changes.html i

[committed] wwwdocs: Don't list RMS as member of the Steering Committee

2021-03-31 Thread Gerald Pfeifer
Per https://gcc.gnu.org/pipermail/gcc/2021-March/235245.html "In 2012 RMS was added to the GCC Steering Committee web page based on his role in the GNU Project, though his role as a member of the Steering Committee has been ambiguous and he was not a member of the Steering Committee when EGCS beca

Re: [PATCH] Switch gcc ftp URL's to http

2021-04-03 Thread Gerald Pfeifer
Hi Jan, On Wed, 20 Nov 2019, Janne Blomqvist wrote: > On Wed, Nov 20, 2019 at 7:53 PM Joseph Myers wrote: >> This patch is OK with http changed to https. (That is, with it changed >> where the patch is already changing the URL. While changing http to https >> makes sense more generally in the d

[committed] wwwdocs: bugs: Refine reference to Goldberg's paper

2021-04-11 Thread Gerald Pfeifer
Pushed. Refer to the PDF version instead of Postscript and quote the title of the paper instead of "this paper". --- htdocs/bugs/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/bugs/index.html b/htdocs/bugs/index.html index 88fba1b9..4a258213 100644 ---

[committed] ada: Avoid invalid "up" link in manual

2021-04-11 Thread Gerald Pfeifer
ion to the actual commit message) commit c660464a9ef07726a5d5217b4b39def189ec21e6 Author: Gerald Pfeifer Date: Sun Apr 11 11:23:41 2021 +0200 ada: Avoid invalid "up" link in manual gcc/ada/ * gnat_ugn.texi (Top): Avoid invalid "up" link. diff --git a/g

Re: [committed] ada: Avoid invalid "up" link in manual

2021-04-11 Thread Gerald Pfeifer
On Sun, 11 Apr 2021, Arnaud Charlet wrote: >> With this patch the bottom navigation of the page at >> https://gcc.gnu.org/onlinedocs/gnat_ugn/index.html >> changes from >> Next: About This Guide, Up: (dir) [Contents][Index] >> to >> Next: About This Guide [Contents][Index] >> and the inval

Re: [PATCH] docs: Remove empty table column.

2021-04-17 Thread Gerald Pfeifer
On Mon, 12 Apr 2021, Martin Liška wrote: > A column with empty values seems suspicious. > > Ready to be installed? Yes, if you've been able to validate this visually (before/after). Please give the Fortran folks the rest of the weekend/another 24h to chim in. > gcc/fortran/ChangeLog: > >

<    5   6   7   8   9   10   11   12   13   14   >