Re: [wwwdocs] projects/gomp: Update implementation status and minor fixes

2023-08-29 Thread Gerald Pfeifer
On Fri, 25 Aug 2023, Tobias Burnus wrote: > It also fixes a couple of bugs and adds links providing more details > for two items (a PR link as in libgomp.texi and a section in the manual). Nice changes, thanks. +Some are only stubs; see manual (

Re: [committed] i386: Fix grammar typo in diagnostic

2023-08-22 Thread Gerald Pfeifer
On Mon, 7 Aug 2023, Marek Polacek via Gcc-patches wrote: >> Less obvious (to me) is whether it's correct to say "GCC V13" here. I >> don't think we refer to a version that way anywhere else, do we? >> >> Would "since GCC 13.1.0" be better? > x86_field_alignment uses > > inform

[pushed] wwwdocs: gcc-4.5: Update link to GNU MPC

2023-07-30 Thread Gerald Pfeifer
--- htdocs/gcc-4.5/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/gcc-4.5/changes.html b/htdocs/gcc-4.5/changes.html index 2e8f56a7..3d645bb3 100644 --- a/htdocs/gcc-4.5/changes.html +++ b/htdocs/gcc-4.5/changes.html @@ -18,7 +18,7 @@ GCC now

Thomas Schwinge appointed co-maintainer of the nvptx backend

2023-07-19 Thread Gerald Pfeifer
It's my pleasure to announce Thomas Schwinge as co-maintainer of the nvptx backend. Congratulations and Happy Hacking, Thomas! Please go ahead and update MAINTAINERS accordingly. Gerald (on behalf of the steering committee)

Re: [pushed] wwwdocs: Add GCC Code of Conduct

2023-07-01 Thread Gerald Pfeifer
On Tue, 20 Jun 2023, Jason Merrill via Gcc-patches wrote: > As announced on gcc@. Here is a minor follow-up that I just pushed. Gerald >From f87deaa12cccb4b7398a8ec3b306cb4185aae012 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Fri, 30 Jun 2023 14:59:27 +0200 Subject: [PATCH] c

[pushed] wwwdocs: gcc-14: Add list markup for C++ release notes

2023-06-30 Thread Gerald Pfeifer
List items can only appear in lists. :-) This fixes up commit b38079855ead7f7e358d17bc06642d031de5e29b Author: Marek Polacek Date: Thu Jun 22 14:44:43 2023 -0400 C++26 P2752R3 - Static storage for braced initializers implemented Gerald --- htdocs/gcc-14/changes.html | 2 ++ 1

Re: [wwwdocs] gcc-14/changes.htm - Offloading: -lm/-lgfortran is autolinked

2023-06-16 Thread Gerald Pfeifer
On Fri, 16 Jun 2023, Tobias Burnus wrote: > Thomas recently improved the offload experience by avoiding to use, e.g. > > gfortran -O3 -fopenmp qcd.f90 -lblas -foffload-options="-lgfortran -lm" > > as libm and libgfortran now automatically get linked as 'gfortran' links > -lgfortran and -lm on

[pushed] wwwdocs: readings: Adjust link to Arm architectures

2023-05-21 Thread Gerald Pfeifer
arm.com does some interesting special effects with URL; hopefully this simplification is somewhat resilient. Pushed. Gerald --- htdocs/readings.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/readings.html b/htdocs/readings.html index 6813b84f..26f2af7a

[pushed 1/N] install.texi: Remove alpha*-*-* section

2023-05-20 Thread Gerald Pfeifer
install.texi has become a bit blown up over the years, with good potential to trim chaff and simplify things for our users. This is just one step of possibly many more. Pushed. Gerald gcc/ChangeLog: * doc/install.texi (Specific): Remove de facto empty alpha*-*-* section. ---

[pushed] wwwdocs: preprocess: Check whether input files exist

2023-05-19 Thread Gerald Pfeifer
This has not come up in all those years since the preprocess script usually is invoked from other scripts, notably post commit hooks. It can, however, be invoked manually, and error handling is generally a good thing. Instead of cat: foo/bar/index.html: No such file or directory New file

[pushed] libstdc++: Move lafstern.org reference to https

2023-05-19 Thread Gerald Pfeifer
Pushed. Gerald libstdc++-v3/ChangeLog: * doc/xml/manual/strings.xml: Move lafstern.org reference to https. * doc/html/manual/strings.html: Regenerate. --- libstdc++-v3/doc/html/manual/strings.html | 2 +- libstdc++-v3/doc/xml/manual/strings.xml | 2 +- 2 files changed, 2

[pushed] wwwdocs: onlinedocs/13.1.0: Remove last trace of XHTML

2023-05-19 Thread Gerald Pfeifer
This is how I actually noticed the situation in gcc-13/buildstat.html (and then I mixed the two up). Jakub, do you have some old templates somewhere maybe? Gerald Pushed: --- htdocs/onlinedocs/13.1.0/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[pushed] wwwdocs: gcc-13/buildstat: Remove trace of XHTML

2023-05-12 Thread Gerald Pfeifer
Hi Jakub, do you recall how this snuck in? None of other other pages has had <..." /> instead of <..."> for a while. Not a biggie at all, just curious. Pushed. On a related note, the buildstat pages for GCC 9, 10, 11, 12, and 13 all are empty and I suggest to remove them. Any concerns?

Re: [PATCH] wwwdocs: Clarify experimental status of C++17 prior to GCC 9

2023-05-11 Thread Gerald Pfeifer
On Wed, 22 Mar 2023, Jonathan Wakely via Gcc-patches wrote: > We don't currently have a single page where you can find out when > support for a given standard became non-experimental (you have to look > through all the gcc-X/changes.html pages to find it). I think we should > have that info on the

[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

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

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 > ~$

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 :=

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

2023-04-19 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] gcc-13: Add changelog for LoongArch.

2023-04-18 Thread Gerald Pfeifer
First of all thank you! These are quite some nice enhancements, and it's great to see them documented. On Tue, 18 Apr 2023, Lulu Cheng wrote: > +The new command-line option -mexplicit-relocs > decides whether > + to use or not use the assembler relocation operator when dealing

Re: "file name" vs "filename"

2023-04-14 Thread Gerald Pfeifer
On Sun, 1 Apr 2018, Sandra Loosemore wrote: >> Our docs currently are about even and I think it would be good to >> settle on one? >> >>   % grep "filename" $GCC/gcc/doc/*.texi | wc -l >>   92 >>   % grep "file name" $GCC/gcc/doc/*.texi | wc -l >>   103 >> >>

[pushed] wwwdocs: codingconventions: Recommend "file name" over "filename"

2023-04-14 Thread Gerald Pfeifer
This is based on an exchange with Sandra and Joseph back in, umm, April 2018. Pushed for now. Gerald --- This aligns with the C and C++ standards as well as the GNU Coding Standards, though POSIX uses "filename" as a component of "pathname". --- htdocs/codingconventions.html | 5 + 1

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

2023-04-14 Thread Gerald Pfeifer
On Tue, 11 Apr 2023, Arsen Arsenović wrote: > Ah! Good idea. What do you think of the following? 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)? And why the

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

2023-04-10 Thread Gerald Pfeifer
On Thu, 6 Apr 2023, Arsen Arsenović wrote: > I must ask that whoever decides to apply/update the script tests > texi2any with a simple example, like > > echo @node Top | ~/texinfo/install-git/bin/makeinfo --html -o - > > ... before updating; this should be a representative enough smoke test. >

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

2023-04-10 Thread Gerald Pfeifer
On Thu, 6 Apr 2023, Arsen Arsenović wrote: > maintainer-scripts/ChangeLog: > > * update_web_docs_git: Add updated Texinfo to PATH Do we really need to adjust PATH, or could we just introduce a MAKEINFO variable, something like if [ x${MAKEINFO}x = xx ]; then if [ -x

[pushed] libiberty: Remove a reference to the Glibc manual

2023-03-31 Thread Gerald Pfeifer
With this we have a sole 404 on all of gcc.gnu.org (at least with documentation from trunk included). :-) Gerald --- longjmp is not specific to Glibc, and GCC supports lots of systems that do not use Glibc. Plus this link has been broken in the web version for ages without a good way to fix.

Re: [PATCH] Introduce -nolibstdc++ option

2023-03-30 Thread Gerald Pfeifer
On Thu, 30 Mar 2023, Alexandre Oliva wrote: > How about this, does this seem useful? I like it - helpful and easy to understand. :-) Gerald

Re: [pushed] wwwdocs: gcc-4.7: Adjust dwarfstd.org links

2023-03-30 Thread Gerald Pfeifer
On Thu, 30 Mar 2023, Mark Wielaard wrote: >>> Business as usual - 301 Moved Permanently. >> Just FYI, dwarfstd is now hosted by sourceware too. So I doubt these >> URLs will change after this. Famous last words. :-) > Indeed, see >

Re: [wwwdocs] Mention the GNU C enum changes in gcc-13/changes.html

2023-03-30 Thread Gerald Pfeifer
On Fri, 24 Mar 2023, Jakub Jelinek wrote: > Shall we mention it in porting_to.html as well? > The only known affected package is (was?) the Linux kernel. If in a rebuild of Fedora (or openSUSE) the only affected package is the kernel, we probably don't need to go for porting_to.html? > ---

[pushed] wwwdocs: gcc-4.7: Adjust dwarfstd.org links

2023-03-29 Thread Gerald Pfeifer
Business as usual - 301 Moved Permanently. Gerald --- htdocs/gcc-4.7/changes.html | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/gcc-4.7/changes.html b/htdocs/gcc-4.7/changes.html index f98f108c..91159f1f 100644 --- a/htdocs/gcc-4.7/changes.html +++

[pushed] doc: Remove anachronistic note related to languages built

2023-03-26 Thread Gerald Pfeifer
Jonathan's patch https://gcc.gnu.org/pipermail/gcc-patches/2022-November/604796.html lat November made me have a look for further instances, and indeed there was another one referring to separate tarballs (which we have not been shipping for a fair bit). Since the item above already refers to

Re: Ping (gcc/configure.ac, docs): [PATCH v2 4/5] Update texinfo.tex, remove the @gol macro/alias

2023-03-21 Thread Gerald Pfeifer
On Tue, 21 Mar 2023, Arsen Arsenović wrote: > Done! > > Gerald, please update the scripts when you get a chance (but back the > old ones up just in case!) Done. Minus the backup, since everything is in Git anyways, isn't it? :-) The script should run in about 1 hour and 45 minutes. > If

[pushed] wwwdocs: readings: Switch publibfp.dhe.ibm.com to https

2023-03-16 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/readings.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/readings.html b/htdocs/readings.html index 3cdc47a9..6813b84f 100644 --- a/htdocs/readings.html +++ b/htdocs/readings.html @@ -310,8 +310,8 @@ names. z/Architecture (S/390)

Re: [wwwdocs] AVR entry in readings.htmls

2023-03-16 Thread Gerald Pfeifer
am using that updated address.) Pushed. Gerald commit 94c654022d3d6d439f21418c74d13e4e303d44ab Author: Gerald Pfeifer Date: Fri Mar 17 00:32:07 2023 +0100 readings: Add new link for AVR documentation diff --git a/htdocs/readings.html b/htdocs/readings.html index 27f42d3d..3cdc47a

[pushed] wwwdocs: onlinedocs: Use the proper name of the Modula-2 manual

2023-03-16 Thread Gerald Pfeifer
With this the Modula-2 manual -- quite impressive, but the way -- is now finally reachable from our /onlinedocs page. Gerald --- htdocs/onlinedocs/index.html | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/onlinedocs/index.html b/htdocs/onlinedocs/index.html

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

2023-03-16 Thread Gerald Pfeifer
On Thu, 16 Mar 2023, Gaius Mulley wrote: >> Does maintainer-scripts/update_web_docs_git require an update to cover >> Modula-2 and actually build the manual we are now linking to > Apologies I was going to ask about these links. I've updated the m2 > subtree with target documentation independent

[pushed] maintainer-scripts: Abstract BUGURL in update_web_docs_git

2023-03-15 Thread Gerald Pfeifer
The URL where to report bugs is hard coded in two places; abstract that into one variable, defined up front. maintainer-scripts/ChangeLog: * update_web_docs_git (BUGURL): Introduce and use throughout. --- maintainer-scripts/update_web_docs_git | 5 +++-- 1 file changed, 3 insertions(+),

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

2023-03-15 Thread Gerald Pfeifer
The patch is now in, alas all the GNU M2 manual links now point to non-existant locations. Does maintainer-scripts/update_web_docs_git require an update to cover Modula-2 and actually build the manual we are now linking to (or rather trying to)? Gerald

[pushed] wwwdocs: style: Add a link to our testing page

2023-03-13 Thread Gerald Pfeifer
Jan suggested we add this link, restoring in a way, though now pointing to our general testing page. Pushed. (Note: gcc.gnu.org will take a couple of hours to pick up this change.) Gerald --- htdocs/style.mhtml | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/style.mhtml

Re: [PATCH v2 1/5] docs: Create Indices appendix

2023-03-12 Thread Gerald Pfeifer
On Sat, 11 Mar 2023, Arsen Arsenović wrote: > Sandra Loosemore writes: >> Hmmm, first off, I think somebody other than me needs to approve the >> configure and makefile pieces, as well as the maintainer-scripts part. >> It looks conceptually right to me Per gcc/MAINTAINERS that'd be build

[pushed] libstdc++: Move www.graphviz.org to https

2023-03-12 Thread Gerald Pfeifer
With this there should be only one or two problem links left in all of the libstdc++ docs. :-) Pushed. Gerald libstdc++-v3/ChangeLog: * doc/xml/manual/documentation_hacking.xml: Move www.graphviz.org to https. * doc/html/manual/documentation_hacking.html: Regenerate.

Re: [PATCH] wwwdocs: Clarify meaning of "not issued by" in bugs web page

2023-03-12 Thread Gerald Pfeifer
Hi Jonathan, On Tue, 27 Jul 2021, Jonathan Wakely via Gcc-patches wrote: > Firstly, these bullet points are full sentences and so should end with > a period (or smiley, in some cases). > > Secondly, releases are not issued by the GNU Project at all, they're > issued by the GCC release managers.

[pushed] wwwdocs: testing: Further adjust link to upstream FTensor

2023-03-11 Thread Gerald Pfeifer
This aspect I missed in my previous change. Easy enough to fix. Pushed. Gerald --- htdocs/testing/testing-ftensor.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/testing/testing-ftensor.html b/htdocs/testing/testing-ftensor.html index 7b1f4675..1f9de177 100644

[pushed] doc: Drop a redundant link to AVR-LibC

2023-03-11 Thread Gerald Pfeifer
Pushed. Gerald gcc/ChangeLog: * doc/extend.texi (Named Address Spaces): Drop a redundant link to AVR-LibC. --- 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 e0c5357291b..fd3745c5608

[pushed] wwwdocs: gcc-10: Minor tweaks to the OpenACC/OpenMP section

2023-03-11 Thread Gerald Pfeifer
I looked at this older release notes "by chance" and notice some minor editorial changes. Pushed (but let me know if you disagree with any of these). Gerald --- htdocs/gcc-10/changes.html | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/gcc-10/changes.html

Re: [Committed] Docs: Update documentation of Texinfo versions for building manuals.

2023-03-11 Thread Gerald Pfeifer
On Fri, 10 Mar 2023, Sandra Loosemore wrote: > I've checked in the attached patch per discussion in another thread about > possibly updating the minimum required Texinfo version. Thank you, Sandra! I was going to udpate the comment in doc/install.texi2html just now, and saw you beat me to it

Re: [PATCH v2 1/5] docs: Create Indices appendix

2023-03-11 Thread Gerald Pfeifer
On Sat, 11 Mar 2023, Arsen Arsenović wrote: > OK, changed up a bit, what do you think of this: > maintainer-scripts/ChangeLog: > > * update_web_docs_git: Set CONTENTS_OUTPUT_LOCATION=inline in > order to put @shortcontents above contents. See >

Re: [PATCH v2 0/5] A small Texinfo refinement

2023-03-10 Thread Gerald Pfeifer
On Fri, 10 Mar 2023, Sandra Loosemore wrote: > AFAIK we have not knowingly changed any specific requirements beyond the > stated 4.7 and 4.9 for PDF output, but it concerns me that nobody is > likely to be using versions that old on a regular basis to make sure > they continue to work and we

[pushed] wwwdocs: gcc-13: Escape < and > as and

2023-03-10 Thread Gerald Pfeifer
Note that in HTML < and > have a special meaning, so we cannot simply write "<* noreturn *>", but need to escape it as "* noreturn *". Pushed. Gerald --- htdocs/gcc-13/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/gcc-13/changes.html

Re: [PATCH v2 4/5] Update texinfo.tex, remove the @gol macro/alias

2023-03-10 Thread Gerald Pfeifer
On Fri, 10 Mar 2023, Arsen Arsenović wrote: > Thanks, Thomas. I'd be happy to undergo this process later today. If I > understood right, I should fill out > https://sourceware.org/cgi-bin/pdw/ps_form.cgi and name you, right? Yes. (Thomas, you, and me actually could have met a FOSDEM. Next

Re: [PATCH v2 4/5] Update texinfo.tex, remove the @gol macro/alias

2023-03-09 Thread Gerald Pfeifer
On Thu, 9 Mar 2023, Sandra Loosemore wrote: > This is OK, but I'd like to see this patch split into two separate > commits as well -- one for the texinfo.tex import, and one for the @gol > changes. I believe Arsen does not have git write access. Arsen, if that is indeed the case, I offer to

Re: [PATCH v2 0/5] A small Texinfo refinement

2023-03-09 Thread Gerald Pfeifer
On Wed, 8 Mar 2023, Sandra Loosemore wrote: > I personally do not know how the manuals for the GCC web site are built gcc.gnu.org has texinfo 6.5. (It's a RHEL 8.7 system.) > If we do update the version, there's a version check in configure.ac and > some hack for "makeinfo 4.7 brokenness" in

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

2023-03-08 Thread Gerald Pfeifer
On Thu, 2 Mar 2023, Jakub Jelinek wrote: > --- a/htdocs/gcc-13/porting_to.html > +++ b/htdocs/gcc-13/porting_to.html > +GCC 13 implements in C++ excess precision > support > +which has been implemented just in the C front-end before. The new behavior > is > +enabled by default in -std=c++NN

[pushed] wwwdocs: gcc-13: Spell front end (noun) without dash

2023-03-08 Thread Gerald Pfeifer
Pushed in alignment with the list in our coding conventions. Gerald --- htdocs/gcc-13/porting_to.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/gcc-13/porting_to.html b/htdocs/gcc-13/porting_to.html index 733bb254..170da096 100644 ---

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

2023-03-03 Thread Gerald Pfeifer
Hi Gaius, apologies, I thought you had pushed the updated patch and only now realized it's not in yet. Please look into the few bits below and then go ahead and push. On Mon, 6 Feb 2023, Gaius Mulley wrote: > * htdocs/frontends.html: An update to say the front end is now in > the

Re: [PATCH] wwwdocs: Document several further C++23 changes

2023-03-03 Thread Gerald Pfeifer
On Thu, 2 Mar 2023, Jakub Jelinek wrote: > + A new statement attribute for C++23 href="https://wg21.link/p1774r8;>P1774R8 Portable > + assumptions support also in C or older C++: This reads a bit odd to me: is there a comma missing after P1774R8? And maybe a colon before? Or something like

Re: [PATCH] wwwdocs: Document several further C++23 changes

2023-03-03 Thread Gerald Pfeifer
ly in GCC 13, plus a small note for C family > about assume attribute. Nice! There was a small markup issue -- unclosed -- which I fixed thusly. Gerald commit ec6f12dc7c229ba1662706c14083e6f3a78e2760 Author: Gerald Pfeifer Date: Fri Mar 3 23:53:21 2023 +0100 gcc-13: Properly close

Re: [wwwdocs] Document allocator_traits::rebind_alloc assertion with GCC 13

2023-03-03 Thread Gerald Pfeifer
ges re line breaks.) Gerald commit 5a75fbda8c3c647b2ef659ffe67a031ee957abe6 Author: Gerald Pfeifer Date: Fri Mar 3 23:41:36 2023 +0100 gcc-13: Use instead of diff --git a/htdocs/gcc-13/porting_to.html b/htdocs/gcc-13/porting_to.html index 953e1453..733bb254 100644 --- a/htdocs/

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

2023-03-02 Thread Gerald Pfeifer
On Thu, 2 Mar 2023, Jakub Jelinek wrote: > + > +#include Oops, in HTML we need to spell "<" as "" and ">" as " - otherwise the above would be seen as a tag by the name of stdlib.h. ;-) I pushed the follow-up patch below. Gerald commit 935fcdeb

[pushed] wwwdocs: testing: Avoid a duplicate link

2023-03-01 Thread Gerald Pfeifer
This came up in a conversation with Jan. (We already have a link a bit earlier on that page.) Pushed. Gerald --- htdocs/testing/index.html | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/htdocs/testing/index.html b/htdocs/testing/index.html index bd6219ab..012ac287

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

2023-02-23 Thread Gerald Pfeifer
On Thu, 23 Feb 2023, Tobias Burnus wrote: > PS: I also removed a stray , but admittedly only after the > commit. I found it by manually running those through the w3 validator > site. However, I did not see an automatic email, either it takes longer > or does it no longer run? It did in the past!

Re: [wwwdocs] Add revised Texinfo manual CSS

2023-02-23 Thread Gerald Pfeifer
On Fri, 27 Jan 2023, Arsen Arsenović via Gcc-patches wrote: > htdocs/texinfo-manuals.css | 129 + Thank you - I pushed this. +/* Texinfo documentation stylesheet. + Inspired by the Gnulib manual, 2023-01-26. + + Arsen Arsenović Can we rephrase this a

Re: [PATCH v2 2/5] **/*.texi: Reorder index entries

2023-02-23 Thread Gerald Pfeifer
On Thu, 23 Feb 2023, Arsen Arsenović wrote: > This change is a generalization of r13-6292-gddf6fe375d9110. : > gcc/d/ChangeLog: > > * implement-d.texi: Reorder index entries around @items. > > gcc/ChangeLog: > > * doc/cfg.texi: Reorder index entries around @items. > *

Re: Ping^2: [PATCH+wwwdocs 0/8] A small Texinfo refinement

2023-02-22 Thread Gerald Pfeifer
On Tue, 21 Feb 2023, Arsen Arsenović wrote: > Ping. Like last time, I rebased the series. Thank you! > The first two times around, I did not notice there's dedicated > maintainers for the documentation component, and so, I am adding Gerald, > Joseph and Sandra to CC this time. Apologies for

Re: [PATCH+wwwdocs 0/8] A small Texinfo refinement

2023-02-22 Thread Gerald Pfeifer
On Fri, 27 Jan 2023, Arsen Arsenović via Gcc-patches wrote: > Some patches from this patchset appear to have been dropped due to size > limits. I neglected to compress them last night. Here they are again: I pushed 2/8 after spot checking the huge patch. Just 2 out of 970 hunks FAILED (for

Re: [committed 034/103] gccrs: dump: Emit visibility when dumping items

2023-02-22 Thread Gerald Pfeifer
Just noticed this by chance: How does this patch constitute a functional change (that matches the ChangeLog)? It looks it only adds an empty line to the source code? Gerald On Tue, 21 Feb 2023, arthur.co...@embecosm.com wrote: > From: Arthur Cohen > > gcc/rust/ChangeLog: > > *

Re: [committed 034/103] gccrs: dump: Emit visibility when dumping items

2023-02-22 Thread Gerald Pfeifer
Just noticed this by chance: How does this patch constitute a functional change (that matches the ChangeLog)? It looks it only adds an empty line to the source code? Gerald On Tue, 21 Feb 2023, arthur.co...@embecosm.com wrote: > From: Arthur Cohen > > gcc/rust/ChangeLog: > > *

Re: [PATCH 3/7] **/*.texi: Reorder index entries

2023-02-22 Thread Gerald Pfeifer
Hi Arsen, On Fri, 27 Jan 2023, Arsen Arsenović via Gcc-patches wrote: > gcc/d/ChangeLog: > > * implement-d.texi: Reorder index entries around @items. > > gcc/ChangeLog: > > * doc/cfg.texi: Reorder index entries around @items. > * doc/cpp.texi: Ditto. > *

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

2023-02-22 Thread Gerald Pfeifer
On Wed, 22 Feb 2023, Tobias Burnus wrote: > Comments? Suggestions? OpenMP update for gcc-13/changes.html + projects/gomp/ --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html + Reverse offload is now supported with nvptx and AMD GCN devices. Would it make sense to sort AMD

[pushed] wwwdocs: gcc-9: Various changes around -flive-patching

2023-02-22 Thread Gerald Pfeifer
This is on top of what Qing nicely added back in 2018 - backlog on my disk. Pushed. Gerald --- htdocs/gcc-9/changes.html | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/gcc-9/changes.html b/htdocs/gcc-9/changes.html index 7dfae89c..89c20985 100644 ---

[pushed] wwwdocs: *: Add a comma after "In addition" when used as transition

2023-02-20 Thread Gerald Pfeifer
As promised yesterday, this not only improves the one case that triggered NightStrike's note, but all cases I found in wwwdocs. Pushed. Gerald -- wwwdocs: *: Add a comma after "In addition" when used as transition On the way reduce one use and simplify a sentence. ---

[pushed] wwwdocs: index: Remove link to Nick's blog

2023-02-20 Thread Gerald Pfeifer
Nick has not been able to update his blog for a while and confirmed we should remove this link. Pushed. Gerald (who is missing those nice updates) --- htdocs/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/index.html b/htdocs/index.html index 80730c06..3d0f8700 100644 ---

Re: [pushed] wwwdocs: gcc-12: Simplify a sentence in the OpenMP section

2023-02-18 Thread Gerald Pfeifer
On Sat, 18 Feb 2023, NightStrike wrote: > Missing a comma after "in addition" and "features". For the latter, "x that > y" > no comma. "X, which y" > comma. For the former, it's required to > separate the prepositional phrase from the subject. Thanks, and good point. I'll take care of all "In

[pushed] wwwdocs: gcc-12: Simplify a sentence in the OpenMP section

2023-02-18 Thread Gerald Pfeifer
That was a bit too much in terms of additions things. :-) Pushed. Gerald --- htdocs/gcc-12/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index 32403579..fd4062e6 100644 --- a/htdocs/gcc-12/changes.html

[pushed] libstdc++: Switch two links to www.open-std.org to https

2023-02-18 Thread Gerald Pfeifer
Famous last words - somehow these escaped my net last week. Pushed. Gerald libstdc++-v3/ChangeLog: * doc/xml/faq.xml: Switch two links to www.open-std.org to https. * doc/html/faq.html: Regenerate. --- libstdc++-v3/doc/html/faq.html | 4 ++-- libstdc++-v3/doc/xml/faq.xml | 4

[pushed] wwwdocs: readings: Update link to ETRAX manual

2023-02-18 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 d3e443ad..27f42d3d 100644 --- a/htdocs/readings.html +++ b/htdocs/readings.html @@ -117,7 +117,7 @@ names. Manufacturer: Axis

[pushed] doc: Update link to AVR-LibC

2023-02-18 Thread Gerald Pfeifer
Pushed. Gerald gcc/ChangeLog: * doc/invoke.texi (AVR Options): Update link to AVR-LibC. --- 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 a5ea86f68c9..078d29d5313 100644 --- a/gcc/doc/invoke.texi

[wwwdocs] testing: Tweak the link to upstream FTensor (was: Anyone using FTensor to test GCC (or otherwise)?)

2023-02-16 Thread Gerald Pfeifer
I did not try. I pushed the little patch below. Gerald commit b74309c36e59105ef0d8e0d91a85a5bfa884e175 Author: Gerald Pfeifer Date: Fri Feb 17 02:19:19 2023 +0100 Tweak the link to upstream FTensor. diff --git a/htdocs/testing/testing-ftensor.html b/htdocs/testing/testing-ftensor.html

[wwwdocs] testing: Tweak the link to upstream FTensor (was: Anyone using FTensor to test GCC (or otherwise)?)

2023-02-16 Thread Gerald Pfeifer
I did not try. I pushed the little patch below. Gerald commit b74309c36e59105ef0d8e0d91a85a5bfa884e175 Author: Gerald Pfeifer Date: Fri Feb 17 02:19:19 2023 +0100 Tweak the link to upstream FTensor. diff --git a/htdocs/testing/testing-ftensor.html b/htdocs/testing/testing-ftensor.html

[pushed] doc: Reword how to get possible values of a parameter (was: Document all param values and remove defaults (PR middle-end/86078))

2023-02-16 Thread Gerald Pfeifer
On Mon, 24 Sep 2018, Martin Liška wrote: > As mentioned in the PR we miss defaults for quite some param option. > I agreed with Richi that easiest way how to fix that would be to remove > that from documentation and use rather --help=param. It's done in the > patch. And here is a little

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

2023-02-14 Thread Gerald Pfeifer
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 82febc6d..3acacb78 100644 --- a/htdocs/news/profiledriven.html +++ b/htdocs/news/profiledriven.html @@

Anyone using FTensor to test GCC (or otherwise)?

2023-02-14 Thread Gerald Pfeifer
>From previous times we have FTensor https://gcc.gnu.org/testing/testing-ftensor.html documented as one of the ways to test GCC. Alas http://www.wlandry.net/Projects/FTensor has been down for a while, and there does not appear to be a new location? Is anyone actually still using FTensor to

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

2023-02-14 Thread Gerald Pfeifer
On Mon, 30 Jan 2023, Gerald Pfeifer wrote: > On Sun, 31 Jul 2022, Jonathan Wakely wrote: >> https://www.open-std.org/ says "The site www.open-std.org is holding a >> number of web pages for groups producing open standards:" but I don't >> think it really matters wh

[pushed] libstdc++: Update an open-std.org link

2023-02-14 Thread Gerald Pfeifer
I *think* I now consistently got www.open-std.org covered throughout the entire tree. Pushed. Gerald libstdc++-v3/ChangeLog: * doc/xml/manual/status_cxx2017.xml: Update an open-std.org link to www.open-std.org and https. * doc/html/manual/status.html: Regenerate. ---

[pushed] libstdc++: Adjust "The Component Object Model" reference

2023-02-13 Thread Gerald Pfeifer
Pushed. Gerald libstdc++-v3/ChangeLog: * doc/xml/manual/policy_data_structures_biblio.xml: Adjust "The Component Object Model" reference. * doc/html/manual/policy_data_structures.html: Regenerate. --- libstdc++-v3/doc/html/manual/policy_data_structures.html | 4

[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 +-

[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

[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

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] 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 ---

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

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

[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:

[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: 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

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

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...",

[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 @@

[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

[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

<    1   2   3   4   5   6   7   8   9   10   >