Re: [PATCH v6] RISC-V:Optimize the MASK opt generation

2023-10-01 Thread Gerald Pfeifer
On Sun, 1 Oct 2023, Kito Cheng wrote: > Committed to trunk, thanks Feng :) Hmm, my nightly FreeBSD 12 tester now fails as follows: nawk -f /scratch/tmp/gerald/GCC-HEAD/gcc/opt-functions.awk \ -f /scratch/tmp/gerald/GCC-HEAD/gcc/opt-read.awk \ -f /scratch/tmp/gerald/GCC-HEAD/gcc/opth-gen

Re: [PATCH v6] RISC-V:Optimize the MASK opt generation

2023-10-02 Thread Gerald Pfeifer
On Mon, 2 Oct 2023, Kito Cheng wrote: > Thanks for reporting this issue, I just realized multidimensional > arrays are gawk extensions, could you try the attached patch to see if > it can resolve the issue? Yes, with that patch applied the build proceeds far beyond that point (still running). Tha

Re: gcc-patches From rewriting mailman settings (Was: [Linaro-TCWG-CI] gcc patch #75674: FAIL: 68 regressions)

2023-10-03 Thread Gerald Pfeifer
On Tue, 19 Sep 2023, Mark Wielaard wrote: >> Although there were some positive responses (on list and on irc) it is >> sometimes hard to know if there really is consensus for these kind of >> infrastructure tweaks. But I believe there is at least no sustained >> opposition to changing the gcc-patch

[pushed] wwwdocs: conduct: Use instead of

2023-10-05 Thread Gerald Pfeifer
On the way break overly long lines. Pushed. Gerald --- htdocs/conduct-faq.html | 3 ++- htdocs/conduct-report.html | 3 ++- htdocs/conduct-response.html | 3 ++- htdocs/conduct.html | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/htdocs/conduct-faq.html b/

[pushed] wwwdocs: conduct: Link creativecommons.org via https

2023-10-15 Thread Gerald Pfeifer
Browers are starting to complain about http links, and the server actually redirects. On the way break really long lines. Pushed. Gerald --- htdocs/conduct-faq.html | 4 +++- htdocs/conduct-report.html | 4 +++- htdocs/conduct-response.html | 4 +++- htdocs/conduct.html | 4 +++-

[pushed] wwwdocs: gcc-9: Editorial changes to porting_to.html

2023-10-15 Thread Gerald Pfeifer
Of course GCC 9 is not exactly fresh, though since I found this in a local tree still worth pushing. Pushed. Gerald --- htdocs/gcc-9/porting_to.html | 31 --- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/htdocs/gcc-9/porting_to.html b/htdocs/gcc-9/

[pushed] wwwdocs: *: Remove unused buildstat pages

2023-10-15 Thread Gerald Pfeifer
[ Release managers, heads-up for when you branch future releases! ] For GCC 9 to GCC 13 the per-release series buildstat pages have not been populated at all, so remove them and reference from the respective main release pages. Pushed. Gerald --- htdocs/gcc-10/buildstat.html | 27 ---

[pushed] wwwdocs: buildstat: Don't reference buildstats we no longer carry

2023-10-15 Thread Gerald Pfeifer
Having just removed the buildstats pages for GCC 9 to GCC 13 also drop references from this main buildstats overview. Pushed. Gerald --- htdocs/buildstat.html | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/htdocs/buildstat.html b/htdocs/buildstat.html index cb27a979.

Re: [PATCH][wwwdocs] Mention Cortex-A76 support in GCC 9 changes.html

2018-07-12 Thread Gerald Pfeifer
On Fri, 29 Jun 2018, Kyrill Tkachov wrote: > This patch adds support for the Arm Cortex-A76 processor in changes.html > for GCC 9. It enables the AArch64 section of the page and adds the news > blob there. It also adds an entry to the already-existing arm entry. Thank you, Kyrill. Should I als

Re: [PATCH] x86: Tune Skylake, Cannonlake and Icelake as Haswell

2018-07-14 Thread Gerald Pfeifer
On Fri, 13 Jul 2018, H.J. Lu wrote: > I will do the same for GCC8 backport. Can you please add a note to gcc-8/changes.html? This seems big enough to warrant a note in a part for GCC 8.2. (At gcc-7/changes.html you can see how to go about this for minor releases.) Gerald

[wwwdocs] extensions.html - remove "rogue" MELT page

2018-07-14 Thread Gerald Pfeifer
I noticed that http://gcc-melt.org now redirects to http://www.gcc-melt.org which looks like a default, and empty, Wordpress installation. I went ahead and applied the patch below. Basile, should we generally remove this reference to GCC MELT? Gerald Index: extensions.html =

[wwwdocs] gcc-4.3/changes.html - switch www.mpfr.org to https

2018-07-14 Thread Gerald Pfeifer
Applied. Gerald Index: gcc-4.3/changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.3/changes.html,v retrieving revision 1.133 diff -u -r1.133 changes.html --- gcc-4.3/changes.html2 Jun 2018 21:16:16 - 1.133 +++

[wwwdocs] adjust www.itl.nist.gov to https in readings.html

2018-07-14 Thread Gerald Pfeifer
Applied. Gerald Index: readings.html === RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v retrieving revision 1.294 diff -u -r1.294 readings.html --- readings.html 2 Jun 2018 21:16:10 - 1.294 +++ readings.html

[wwwdocs] Adjust a link to microsoft.com in gcc-4.7/changes.html

2018-07-14 Thread Gerald Pfeifer
Applied. Gerald Index: gcc-4.7/changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v retrieving revision 1.148 diff -u -r1.148 changes.html --- gcc-4.7/changes.html2 Jun 2018 21:16:17 - 1.148 +++

Re: [PATCH] x86: Tune Skylake, Cannonlake and Icelake as Haswell

2018-07-14 Thread Gerald Pfeifer
On Sat, 14 Jul 2018, H.J. Lu wrote: > Like this? Yes, this looks fine. Thanks! Gerald

Re: [wwwdocs] Document new sve-acle-branch

2018-07-18 Thread Gerald Pfeifer
On Wed, 18 Jul 2018, Richard Sandiford wrote: > I've created a new git branch for developing the SVE ACLE (i.e. > intrinsics) implementation. Is the branches entry below OK to commit? Yes, thanks you! (Perhaps ChangeLogs instead of changelogs, but I leave this to you.) > Although the branch

Re: [wwwdocs] Mention LTO link-time issue fixed in gcc 8.2

2018-07-21 Thread Gerald Pfeifer
On Thu, 19 Jul 2018, Jan Hubicka wrote: > since we now mention the problem with Intel tuning, I tought we also may > mention the LTO link-time issue that was fixed. It was mentioned by > several folks at the phoronix forum. (Basicaly sometimes the partition > size has overlfown which made parti

Re: [wwwdocs] Mention LTO link-time issue fixed in gcc 8.2

2018-07-22 Thread Gerald Pfeifer
On Sat, 21 Jul 2018, Gerald Pfeifer wrote: > Thanks, Jan, this looks fine to me. Oops, I missed closing an ; just followed up on your commit to fix that. Gerald Index: changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gc

Re: [PATCH 1/4] Clean up of new format of -falign-FOO.

2018-07-22 Thread Gerald Pfeifer
On Wed, 18 Jul 2018, Martin Sebor wrote: > I'm seeing lots of warnings for this file: > > /ssd/src/gcc/svn/gcc/align.h:53:32: warning: extended initializer lists only > available with -std=c++11 or -std=gnu++11 With clang version 3.4 (system compiler on FreeBSD 10.x) this is even a hard error and

Re: [PATCH 8/8] Enhance documentation of gcov.

2018-07-22 Thread Gerald Pfeifer
> depending on whether a basic block is reachable. This adds a bit more. Applied. (This section still needs a bit more love, ideally by a native speaker.) Gerald 2018-07-22 Gerald Pfeifer * doc/gcov.texi (Invoking Gcov): Editorial

Re: [PATCH 1/4] Clean up of new format of -falign-FOO.

2018-07-22 Thread Gerald Pfeifer
On Sun, 22 Jul 2018, Gerald Pfeifer wrote: > With clang version 3.4 (system compiler on FreeBSD 10.x) this is > even a hard error and GCC failed to build. So thanks for fixing > this, Martin! Unfortunately it appears there was another bootstrap failure hidden behind that one: In file

[wwwdocs] Replace by id= attributes in all of projects/

2018-07-29 Thread Gerald Pfeifer
...and avoid a few that weren't referenced. This is the next step in cleaning up and simplifying our pages for a transition to the (simpler) HTML 5. Applied; and below a follow-up patch since a few idosyncracies escaped my own verification. Gerald Index: projects/ast-optimizer.html

Re: front-page news rotation policy?

2018-07-29 Thread Gerald Pfeifer
Hi Sandra, On Sun, 29 Jul 2018, Sandra Loosemore wrote: > Gerald, do we have a policy on when to rotate the News items on the main > GCC web page to the "Older news" page? Joseph asked me to post a patch > for adding a news item for the proposed new C-SKY port, but the items > that are there n

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

Re: [PATCH][wwwdocs] gcc-12/changes.html: document LoongArch -m{no-,}check-zero-division default change for 12.2

2022-07-05 Thread Gerald Pfeifer
On Mon, 4 Jul 2022, Xi Ruoyao wrote: > Document a behavior change in r12-8546. Ok for wwwdocs? Thanks also for including the GCC 12.2 bug query as part of this. :) Gerald

Re: [PATCH][wwwdocs] gcc-13: Add loongarch '-mexplicit-relocs' support

2022-07-26 Thread Gerald Pfeifer
On Tue, 26 Jul 2022, Lulu Cheng wrote: > +LoongArch > + > + The option -mexplicit-relocs has been added, this > indicates > + whether the la.* macro instructions will be generated when > + loading symbolic addresses. How about making this "...has been added. It indicates..." or, if you prefer

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

2022-07-30 Thread Gerald Pfeifer
This is a trivial change which fixes several dozen links. 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

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 t

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

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

Re: [PATCH] wwwdocs: gcc-14: mark amdgcn fiji deprecated

2023-10-22 Thread Gerald Pfeifer
Hi Andrew, On Fri, 20 Oct 2023, Andrew Stubbs wrote: >> Additionally, I wonder whether "Fiji" should be changed to "Fiji >> (gfx803)" in the first line and whether the  "," should be removed in >> "The ... configuration ... , and no longer includes". > Fair enough, how's this version? (I like the

Re: [PATCH htdocs v3] bugs: Mention -D_GLIBCXX_ASSERTIONS and -D_GLIBCXX_DEBUG

2023-10-26 Thread Gerald Pfeifer
On Thu, 26 Oct 2023, Sam James wrote: > These options both enabled more checking within the C++ standard library > and can expose errors in submitted code. This is a good addition, thank you! I was going to approve/push, but it's probably better for Jonathan to give the final okay. Just one que

Re: [committed] libstdc++: Minor update to installation docs

2023-11-01 Thread Gerald Pfeifer
On Mon, 18 Sep 2023, Jonathan Wakely via Gcc-patches wrote: > @@ -103,8 +103,10 @@ ln -s libiconv-1.16 libiconv > > If GCC 3.1.0 or later on is being used on GNU/Linux, an attempt > will be made to use "C" library functionality necessary for > - C++ named locale support

[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++: 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. --- li

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 matte

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

[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 follow-up

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

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

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

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 addi

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

[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. --- htdocs/gcc-12/changes.ht

[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 --- a/htdocs

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 GCN

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. > * doc/cppenv.texi:

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: > > * ast/rus

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 gcc/

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 the

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. > * doc/cpp.t

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 bit?

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! Y

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

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 93

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

2023-03-03 Thread Gerald Pfeifer
e to changes 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/h

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

2023-03-03 Thread Gerald Pfeifer
d newly 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 c

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

[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 --- a/htdocs/gcc-13/porting_to.

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 mod

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 doc

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 pus

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 year

[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 b/htdocs/gcc-13/

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 hav

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 > 9dd976a4-4e09-d901-b949-6d5037567..

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 (an

[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 b/

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

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

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

[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 b/htdocs/st

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] 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: [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: 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? Ger

[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 a/htdocs/onlinedoc

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

[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 /ww

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

Re: [PATCH] Deprecate the BRIG/HSAIL front-end (Was: Re: [committed] doc: Remove HSAIL from Language Standards)

2021-01-26 Thread Gerald Pfeifer
On Tue, 26 Jan 2021, Martin Jambor wrote: > I have discussed this with Pekka and we concluded that deprecating the > HSAIL/BRIG front-end is the right thing to do. Therefore, I'd like to > propose the following patch to the documentation repo. Is it OK? > + The front-end for compiling BRIG form

Re: [commited] [PR99378] LRA: Skip decomposing address for asm insn operand with unknown constraint

2021-03-06 Thread Gerald Pfeifer
On Fri, 5 Mar 2021, Vladimir Makarov via Gcc-patches wrote: >   The following patch fixes > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99378 > >   The patch was successfully bootstrapped and tested on x86-64. Is it possible this breaks bootstrap on i586? See https://gcc.gnu.org/bugzilla/sho

Re: [wwwdocs] gcc-12/changes.html (GCN): >1 workers per gang

2021-08-09 Thread Gerald Pfeifer
On Mon, 9 Aug 2021, Tobias Burnus wrote: > Comments and/or suggestions? Looks good from my perspective, with the feedback that Thomas provided. (Is "CU" a sufficiently established term, or might it make sense to spell it out?) Thanks, Gerald

Re: [committed] Drop stabs support from h8300 and v850 ports

2021-08-19 Thread Gerald Pfeifer
On Thu, 19 Aug 2021, Jeff Law via Gcc-patches wrote: > Whee, two more ports dropping stabs. Committed to the trunk. Are you saying you're on a mission to stab wodden stakes into stabs? SCNR :-) Gerald

[committed] wwwdocs: Replace reference to gccupc.org with the new site on Github.

2020-09-20 Thread Gerald Pfeifer
Also shorten some text, call GCC that instead of GNU GCC compiler, and remove some bits and links where there appears no equivalent available on that new site. Pushed. Gerald --- htdocs/frontends.html | 2 +- htdocs/git.html | 2 +- htdocs/projects/gupc.html | 33 +++-

Re: [wwwdocs][patch] gcc-13/changes.html: Add nvptx's --with-arch

2022-09-28 Thread Gerald Pfeifer
Hi Tobias, On Wed, 28 Sep 2022, Tobias Burnus wrote: > The attached patch documents the new nvptx configure flag > --with-arch=sm_... > > Comments? OK? where it reads + https://gcc.gnu.org/install/specific.html#nvptx-x-none";> + --with-arch= flag; if not specified, GCC defaults to +

[committed] wwwdocs: gcc5: Remove broken link to Intel ISA extensions

2022-03-11 Thread Gerald Pfeifer
I doubt anyone is using the GCC 5 release notes to get to that page, and the link broke without a proper redirect, so make it a textual reference (only). Pushed. Gerald --- htdocs/gcc-5/changes.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/gcc-5/changes.html

[committed] wwwdocs: sched-treegion.html: Move prod.tinker.cc.gatech.edu to https

2022-03-11 Thread Gerald Pfeifer
Just following server redirects - http to https. Pushed. Gerald --- htdocs/projects/sched-treegion.html | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/htdocs/projects/sched-treegion.html b/htdocs/projects/sched-treegion.html index d421d87b..d5cefa03 100644 --- a/

[PATCH] wwwdocs: fedora-devel-list archives changes

2022-03-12 Thread Gerald Pfeifer
I have *NOT* pushed this yet, looking for feedback: It appears redhat.com has lost Fedora mailing list archives, which are now at lists.fedoraproject.org using completely different tooling. Jakub, is there a better way than the patch below? Gerald diff --git a/htdocs/gcc-4.3/porting_to.html b/h

[committed] wwwdocs: gcc-11: Switch from to using ids.

2022-04-02 Thread Gerald Pfeifer
I - or rather the w3 validator :) - realized that the use of is deprecated, so use id attributes instead. Gerald --- htdocs/gcc-11/changes.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index 8e6d4ec8..c9eb22

Re: [PATCH] wwwdocs: fedora-devel-list archives changes

2022-04-02 Thread Gerald Pfeifer
On Tue, 15 Mar 2022, Jonathan Wakely wrote: >> It appears redhat.com has lost Fedora mailing list archives, which are >> now at lists.fedoraproject.org using completely different tooling. >> >>Jakub, is there a better way than the patch below? > This looks right to me, I don't think there's a bette

[committed] wwwdocs: contribute: Move validator.w3.org to https

2022-04-09 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/contribute.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/contribute.html b/htdocs/contribute.html index c0223738..c985b87d 100644 --- a/htdocs/contribute.html +++ b/htdocs/contribute.html @@ -145,7 +145,7 @@ eliminate them all. Web Site

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

2022-04-09 Thread Gerald Pfeifer
I pushed this for now. 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). Gerald --- htdocs/readings.html | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/readings.html b/htdocs/readings.html index 12755d7e..8

Re: [wwwdocs] Add Ada's changelog entry

2022-04-13 Thread Gerald Pfeifer
TML and have to be written as < (less than) and > (greater than) respectively. On Mon, 11 Apr 2022, Arnaud Charlet via Gcc-patches wrote: > Thank you, I've just merged your contribution. This is the first batch of fixes. Pushed. Gerald commit 67c72bb30309882ce465519e97fb14592d18f

  1   2   3   4   5   6   7   8   9   10   >