[pushed] wwwdocs: contribute: Uppercase spelling of Bugzilla

2024-07-05 Thread Gerald Pfeifer
--- htdocs/contribute.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/contribute.html b/htdocs/contribute.html index 24f8d30b..caff1f2a 100644 --- a/htdocs/contribute.html +++ b/htdocs/contribute.html @@ -322,7 +322,7 @@ not be confused with other patches. If y

Re: [wwwdocs] [PATCH 0/4] Fix various typos

2024-07-05 Thread Gerald Pfeifer
Hi Pokechu22, On Tue, 22 Mar 2022, Pokechu22 via Gcc-patches wrote: > While working on a separate patch, I found several typos on the website. > I have only looked within the htdocs directory, not its subdirectories. thanks for those patches, and sorry they fell through the cracks originally. I'

[pushed] wwwdocs: gcc-3.0: Use testing/testing-lapack.html

2024-07-06 Thread Gerald Pfeifer
testing/testing-lapack.html appears newer and a generic page, which allows us to retire the mostly redundant gcc-3.0/lapack-guide.html . (Still essentially obsolete information, at least only half of it now.) Gerald --- htdocs/gcc-3.0/criteria.html | 4 +- htdocs/gcc-3.0/lapack-guide.html

Re: [PATCH] contrib: add cxx-dr-table.sh

2024-07-06 Thread Gerald Pfeifer
On Thu, 11 Apr 2024, Marek Polacek wrote: > Ok for trunk? > > -- >8 -- > I use this script to keep > up-to-date. I thought it might be good to have it in contrib/, so I've > polished it a little bit. > > contrib/ChangeLog: > > * cxx-dr-tab

Re: [PATCH][wwwdocs] changes.html changes for AArch64 for GCC 14.1

2024-07-07 Thread Gerald Pfeifer
On Tue, 2 Apr 2024, Kyrylo Tkachov wrote: > Here's a writeup of the AArch64 changes to highlight in GCC 14.1. If > there's something you'd like to highlight feel free to comment or add a > patch yourself. I don't expect the list to be exhaustive. > > It's been a busy release for AArch64! Indeed

[pushed] wwwdocs: gcc-14: Use hyphen in compile-time

2024-07-07 Thread Gerald Pfeifer
--- htdocs/gcc-14/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index 9a1b0c8a..29958fd5 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -621,7 +621,7 @@ You may also want to chec

Re: [PATCH] fixincludes: bypass the math_exception fix on __cplusplus

2024-07-07 Thread Gerald Pfeifer
On Mon, 10 Jun 2024, Rainer Orth wrote: > I'd have loved to remove fixes that mention obsolete Solaris versions, > but refrained from doing so when there was no way of knowing that no > innocent would be harmed. Doing so early in stage 1 (like now ;-) might be a good trade off? If nobody reports

[pushed] wwwdocs: news: Standardize OpenMP references

2024-07-07 Thread Gerald Pfeifer
Use OpenMP X.Y instead of OpenMP vX.Y. Use https for web links. --- htdocs/news.html | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/htdocs/news.html b/htdocs/news.html index 4a104520..f13a8249 100644 --- a/htdocs/news.html +++ b/htdocs/news.html @@ -302,10 +302,10 @

[pushed] doc: Remove dubious example around bug reporting

2024-07-07 Thread Gerald Pfeifer
Really, that's probably something from some old compilers in the 90s; no point in confusing people with such history as interesting as it may be. Gerald gcc: * doc/bugreport.texi (Bug Criteria): Remove dubious example. --- gcc/doc/bugreport.texi | 5 - 1 file changed, 5 deletions(-

[pushed] maintainer-scripts: Switch bug reporting URL to https

2024-07-07 Thread Gerald Pfeifer
/bugreport.texi when elsewhere in the tree we had updated BUGURL a while ago. Now it turns out I had already improved things there last year via commit 0c061da91a3657afdb3fac68e4595af685909a1a Author: Gerald Pfeifer Date: Thu Mar 16 01:20:26 2023 +0100 maintainer-scripts: Abstract BUGURL

[pushed] wwwdocs: readings: Update Edsger W. Dijkstra's home page

2024-07-07 Thread Gerald Pfeifer
--- htdocs/readings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/readings.html b/htdocs/readings.html index ae1b52bb..f0d44d6f 100644 --- a/htdocs/readings.html +++ b/htdocs/readings.html @@ -469,7 +469,7 @@ names. Historical material - for your enjoyment.

[pushed] libstdc++: Tweak two links in configuration docs

2024-07-07 Thread Gerald Pfeifer
Business as usual; pushed. Gerald libstdc++-v3: * doc/xml/manual/configure.xml: Update Autobook 14 link. Update GCC installation instructions link. * doc/html/manual/configure.html: Regenerate. --- libstdc++-v3/doc/html/manual/configure.html | 4 ++-- libstdc++-v3/doc/xm

Re: [PATCH][wwwdocs] changes.html changes for AArch64 for GCC 14.1

2024-07-08 Thread Gerald Pfeifer
On Mon, 8 Jul 2024, Kyrylo Tkachov wrote: >> How about the following simplification around generic-armv8-a and >> generic-armv8-a? I believe this version is easier to consume. > Yeah, that does look smoother. > Ok. Thanks! Pushed, thanks. Gerald

[pushed] wwwdocs: gcc-3.*: Drop FTP links to kernel tarballs

2024-07-11 Thread Gerald Pfeifer
Most browsers these days do not support FTP any longer, and while kernel.org offers downloads via other means, realistically, who is going to download 2.4.0 or 2.4.18 kernels anyways? --- htdocs/gcc-3.0/criteria.html | 4 +--- htdocs/gcc-3.1/criteria.html | 4 +--- htdocs/gcc-3.3/criteria.html | 4

[pushed] wwwdocs: news: Update Google Summer of Code 2014 project link

2024-07-11 Thread Gerald Pfeifer
Quite a different link - kudos to Google for the proper redirect alerting of the change _and_ providing the new URL. Pushed. Gerald --- htdocs/news.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/news.html b/htdocs/news.html index f13a8249..5e782349 100644 --- a/

[pushed] libstdc++: Switch gcc.gnu.org links to https

2024-07-11 Thread Gerald Pfeifer
Pushed. Gerald libstdc++-v3: * doc/xml/manual/using.xml: Switch gcc.gnu.org links to https. * doc/html/manual/using_concurrency.html: Regenerate. * doc/html/manual/using_dynamic_or_shared.html: Ditto. * doc/html/manual/using_headers.html: Ditto. * doc/html

[pushed] doc: Update GNU Modula 2 mailing list links

2024-07-12 Thread Gerald Pfeifer
Pushed. Gerald gcc: * doc/gm2.texi (Community): Update lists.nongnu.org and lists.gnu.org links. --- gcc/doc/gm2.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/doc/gm2.texi b/gcc/doc/gm2.texi index c532339fbb8..5bff9eb3829 100644 --- a/gcc/doc/g

[pushed] wwwdocs: news: Update links to Craig Burley's notes on g77

2024-07-13 Thread Gerald Pfeifer
The new site does not offer https, so staying with http. Pushed. Gerald On the way remove a mailto: link to offer g77 help from 1999. --- htdocs/news.html | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/htdocs/news.html b/htdocs/news.html index 5e782349..6fac4ea5 1

[pushed] wwwdocs: gcc-3.*: Remove download links for MTL from 20 years ago

2024-07-13 Thread Gerald Pfeifer
The entire osl.iu.edu site has gone away without direct replacement. --- htdocs/gcc-3.1/criteria.html | 3 +-- htdocs/gcc-3.3/criteria.html | 3 +-- htdocs/gcc-3.4/criteria.html | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/htdocs/gcc-3.1/criteria.html b/htdocs/gcc-3.1/cr

[pushed] wwwdocs: gcc-*: Tweak links to testing instructions to use https

2024-07-14 Thread Gerald Pfeifer
Business as usual; pushed. Gerald --- htdocs/gcc-5/buildstat.html | 2 +- htdocs/gcc-6/buildstat.html | 2 +- htdocs/gcc-7/buildstat.html | 2 +- htdocs/gcc-8/buildstat.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/gcc-5/buildstat.html b/htdocs/gcc-5/buildsta

Re: [RFC 1/2] libbacktrace: add FDPIC support

2024-07-17 Thread Gerald Pfeifer
On Mon, 15 Jul 2024, Ian Lance Taylor wrote: > Thanks for testing. Committed to mainline with this ChangeLog entry: > > * internal.h: If FDPIC, #include and/or . > (libbacktrace_using_fdpic): Define. > (struct libbacktrace_base_address): Define. > (libbacktrace_add_base): Define. > (backtrace_dw

Re: [PATCH] Spec Files: remove documentation about obsolete spec strings

2024-07-20 Thread Gerald Pfeifer
On Tue, 16 Jan 2024, André Maroneze wrote: > Remove from documentation spec strings that no longer exist in the code: > - predefines: removed in 2003 (From-SVN: r66917) > - signed_char: removed in 2002 (From-SVN: r49444) > > gcc/ >     * doc/invoke.texi (Spec Files): Remove obsolete spec strin

[pushed] wwwdocs: gcc-12: Fix typo

2024-05-17 Thread Gerald Pfeifer
--- 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 8a0347e3..0cfa12eb 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -903,7 +903,7 @@ function Multiply (S1,

Re: [committed][wwwdocs] gcc-12/changes.html: Document RISC-V changes

2024-05-17 Thread Gerald Pfeifer
On Thu, 28 Apr 2022, Kito Cheng wrote: > --- > htdocs/gcc-12/changes.html | 13 - : > +New ISA extension support for vector and scalar crypto was added, > only > + support architecture testing marco and -march= > parsing. I realized I'm not sure I understand what the second p

[pushed] wwwdocs: gcc-4.6: Use 64-bit instead of 64 bit

2024-05-17 Thread Gerald Pfeifer
--- htdocs/gcc-4.6/changes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/gcc-4.6/changes.html b/htdocs/gcc-4.6/changes.html index c96d347f..d1e15af3 100644 --- a/htdocs/gcc-4.6/changes.html +++ b/htdocs/gcc-4.6/changes.html @@ -791,7 +791,7 @@ Several enh

[pushed] wwwdocs: egcs-1.1: Use 64-bit instead of 64 bit

2024-05-18 Thread Gerald Pfeifer
Another instance I found. With that wwwdocs should be consistent. Pushed. Gerald --- htdocs/egcs-1.1/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/egcs-1.1/index.html b/htdocs/egcs-1.1/index.html index 5db4e342..a62ed3df 100644 --- a/htdocs/egcs-1.1/index

Re: [PATCH] added myself to maintainers

2024-05-19 Thread Gerald Pfeifer
I don't see it in the tree/ChangeLog/... ? Gerald On Fri, 19 Aug 2022, Ondrej Kubanek via Gcc-patches wrote: > +2022-08-18 Ondrej Kubanek > + > + * MAINTAINERS: add myself. > + > 2022-07-04 Martin Liska > > * MAINTAINERS: fix sorting of names > diff --git a/MAINTAINERS b/MAINTA

Re: [PATCH 0/3] c++: expr-cast - C-style cast conformance [PR77465]

2024-05-19 Thread Gerald Pfeifer
I noticed this patchset did not see any comment, did not get committed, and the PR is still open, so let me loop in Jason and Nathan as C++ maintainers. Ed, looking at the ChangeLog something seems missing: gcc/cp/ChangeLog: * call.c (tourney): (joust): (build_user_ty

[pushed] wwwdocs: gcc-14: Fix seven typos

2024-05-19 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/gcc-14/changes.html | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index dd3fea8d..6447898e 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -31,7 +31,7

[committed] PATCH for Re: Stepping down as maintainer for ARC and Epiphany

2024-05-20 Thread Gerald Pfeifer
so pushed the patch below. Gerald commit f94598ffaf5affbc9421ff230502357b07c55d9c Author: Gerald Pfeifer Date: Mon May 20 16:43:05 2024 +0200 MAINTAINERS: Update Joern Rennecke's status This is per his mail to g...@gcc.gnu.org on 7 Jul 2023. ChangeLog: *

Re: committed: Stepping down as maintainer for ARC and Epiphany

2024-05-20 Thread Gerald Pfeifer
On Fri, 7 Jul 2023, Joern Wolfgang Rennecke wrote: > Stepping down as maintainer for ARC and Epiphany > > * MAINTAINERS (CPU Port Maintainers): Remove myself as ARC end > epiphany maintainer. > (Write After Approval): Add myself. Hmm, is it possible you committed this last

Re: [committed][wwwdocs] gcc-12/changes.html: Document RISC-V changes

2024-05-22 Thread Gerald Pfeifer
On Fri, 17 May 2024, Palmer Dabbelt wrote: > Ya, I guess it's kind of an odd phrasing. Maybe it should be something like Yes, this would have helped me understand. Thank you. >The vector and scalar crypto extensions are now accepted in ISA strings >via the -march argument. Note that ena

[pushed] wwwdocs: gcc-13: Run time instead of runtime

2024-05-24 Thread Gerald Pfeifer
Per our codingconventions.html Gerald --- htdocs/gcc-13/changes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index d431c768..2702170d 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @

[pushed] wwwdocs: git: Fix typo

2024-05-25 Thread Gerald Pfeifer
Trivial fix. Pushed. Gerald --- htdocs/git.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/git.html b/htdocs/git.html index 22c0eec1..a6e88566 100644 --- a/htdocs/git.html +++ b/htdocs/git.html @@ -236,7 +236,7 @@ additional branches can also be fetched if necessa

[pushed] wwwdocs: gcc-13: Reword section on __bf16

2024-05-25 Thread Gerald Pfeifer
I found this section hard to understand at first (in addition to some grammar issues) so pushed the following. Lingling, please advise if you'd like further changes. Gerald --- htdocs/gcc-13/changes.html | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/gcc-13/

[pushed] wwwdocs: *: Update URL for ROOT project at CERN

2024-05-26 Thread Gerald Pfeifer
Not exactly the download for the specific release, but then a more stable URL. Pushed. Gerald --- htdocs/gcc-3.1/criteria.html | 3 +-- htdocs/gcc-3.3/criteria.html | 3 +-- htdocs/gcc-3.4/criteria.html | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/htdocs/gcc-3.1/crit

[pushed] doc: Quote singular '=' signs

2024-05-26 Thread Gerald Pfeifer
Based on a conversation with Joseph years ago. gcc: * doc/extend.texi (Attribute Syntax): Use @samp{=} instead of @code{=}. (Extended Asm): Ditto. --- gcc/doc/extend.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/doc/extend.texi b/gcc/doc/extend

[pushed] wwwdocs: news: Move www.multiprecision.org to https

2024-05-26 Thread Gerald Pfeifer
Not sure why all these showed up within a few weeks. Anyway, pushed. Gerald --- htdocs/news.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/news.html b/htdocs/news.html index fb34e64a..af30872b 100644 --- a/htdocs/news.html +++ b/htdocs/news.html @@ -622,7 +622,7

[pushed] wwwdocs: news: Google+ is no more

2024-05-26 Thread Gerald Pfeifer
Keep the reference as text; just not the link. Gerald --- htdocs/news.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/news.html b/htdocs/news.html index af30872b..09dd2424 100644 --- a/htdocs/news.html +++ b/htdocs/news.html @@ -393,8 +393,7 @@ [2013-08-08]

[pushed] wwwdocs: news: Drop reference to www.gccsummit.org

2024-05-26 Thread Gerald Pfeifer
This is a perfect example why maintaining links is important. The domain appears to have changed owners and now appears very spammy. Pushed. Gerald --- htdocs/news.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/news.html b/htdocs/news.html index 09dd2424..d21685

[pushed] go: Move web references from golang.org to go.dev.

2024-05-26 Thread Gerald Pfeifer
Caught by my latest link checker... gcc/go: * gccgo.texi (Top): Move a web reference from golang.org to go.dev. (C Interoperability): Move a web reference from golang.org to pkg.go.dev. --- gcc/go/gccgo.texi | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff

[pushed] wwwdocs: testing: Move buildbot.net to https

2024-05-26 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/testing/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/testing/index.html b/htdocs/testing/index.html index 012ac287..bf031c22 100644 --- a/htdocs/testing/index.html +++ b/htdocs/testing/index.html @@ -117,7 +117,7 @@ the testsuite

[pushed] wwwdocs: gcc-12: Make reference to problem reporting more general

2024-05-26 Thread Gerald Pfeifer
Don't link to Bugzilla directly (nor refer to it directly). Pushed. Gerald --- htdocs/gcc-12/changes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index 0cfa12eb..2f790e0b 100644 --- a/htdocs/gcc-12/changes.ht

[pushed] wwwdocs: *: Refer to the ACE's project new home

2024-05-27 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/gcc-3.1/criteria.html | 2 +- htdocs/gcc-3.3/criteria.html | 2 +- htdocs/gcc-3.4/criteria.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/gcc-3.1/criteria.html b/htdocs/gcc-3.1/criteria.html index 2a9febc3..2a51da81 100644 --- a/htdocs

[pushed] wwwdocs: news: Tweak hsafoundation.com URL

2024-05-27 Thread Gerald Pfeifer
"www" prefixes come and go... Pushed. Gerald --- htdocs/news.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/news.html b/htdocs/news.html index d2168528..2490d69e 100644 --- a/htdocs/news.html +++ b/htdocs/news.html @@ -168,7 +168,7 @@ BRIG/HSAIL (Heterogeneous

[pushed] doc: Use https for our own site (and GCC for the project)

2024-05-27 Thread Gerald Pfeifer
Earlier this year someone added a redirect from http to https to gcc.gnu.org; taking this as a hint to generally use https. Pushed. Gerald gcc: * doc/gm2.texi (What is GNU Modula-2): Move gcc.gnu.org links to https. (Other languages): Ditto. And fix casing of GCC. ---

[pushed] wwwdocs: news: Only refer, don't link to cvsweb

2024-05-27 Thread Gerald Pfeifer
First of all we have not been using CVS for a while, second cvsweb itself is not actively maintained any more. And on the way refer to it as a tool, not a package. Gerald --- htdocs/news.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/news.html b/htdocs/news.html

[pushed] wwwdocs: news: Move www.velox-project.eu to https

2024-05-28 Thread Gerald Pfeifer
Not sure why these all are popping up recently... Anyway: pushed. Gerald --- htdocs/news.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/news.html b/htdocs/news.html index ca3e7dc5..b7a6f479 100644 --- a/htdocs/news.html +++ b/htdocs/news.html @@ -512,7 +512,7 @@

Arm branding (was: [PATCH] doc: Document arm_v8_1m_main_cde_mve_fp)

2024-05-28 Thread Gerald Pfeifer
On Mon, 10 Jul 2023, Kyrylo Tkachov via Gcc-patches wrote: > I know the GCC source is inconsistent on this but the proper branding > these days is "ARM" -> "Arm" and "ARMv8.1-M" -> "Armv8.1-M". Arm, Red Hat, and SUSE - those three are spelt incorrectly by third parties more often than not, it se

[pushed] wwwdocs: *: Use https to access gcc.gnu.org/onlinedocs

2024-05-30 Thread Gerald Pfeifer
Not sure we really need to keep all those docus for all our point releases. Might make more sense use the latest for each branch. But that's another discussion. Gerald --- htdocs/gcc-10/index.html | 12 ++-- htdocs/gcc-11/index.html | 10 +- htdocs/gcc-12/index.html | 8 +++

[pushed] wwwdocs: news: golang.org has become go.dev

2024-06-01 Thread Gerald Pfeifer
Pushed Gerald --- htdocs/news.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/news.html b/htdocs/news.html index b7a6f479..c319e250 100644 --- a/htdocs/news.html +++ b/htdocs/news.html @@ -582,7 +582,7 @@ We are currently accepting student applications. December

[pushed] wwwdocs: gcc-*/buildstat: Drop references to "Final Installation" docs

2024-06-01 Thread Gerald Pfeifer
Instructions for reporting a successful build are not actually part of the "Final Installation" docs (any more) and we have not been adding new build results for several years. --- htdocs/gcc-3.0/buildstat.html | 6 +- htdocs/gcc-3.1/buildstat.html | 6 +- htdocs/gcc-3.2/buildstat.html | 6

[pushed] wwwdocs: *: Move www.netlib.org to https

2024-06-02 Thread Gerald Pfeifer
Simplify a link on the way, removing trailing "index.html". --- htdocs/gcc-3.0/criteria.html | 4 ++-- htdocs/gcc-3.1/criteria.html | 2 +- htdocs/gcc-3.3/criteria.html | 2 +- htdocs/gcc-3.4/criteria.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/htdocs/gcc-3.0/criter

[pushed] libstdc++: Move gcc.gnu.org links to https

2024-06-02 Thread Gerald Pfeifer
It looks like there are more links needing similar changes; one step at a time... Gerald libstdc++-v3: * doc/xml/api.xml: Move gcc.gnu.org links to https. * doc/html/api.html: Regenerate. --- libstdc++-v3/doc/html/api.html | 8 libstdc++-v3/doc/xml/api.xml | 6 +++---

[pushed] wwwdocs: mirrors: Remove gcc.fyxm.net

2024-06-02 Thread Gerald Pfeifer
The hostname gcc.fyxm.net no longer resolves. Jan, thank you for past services. Please advise if you'd like to restore (or using a different address). Gerald --- htdocs/mirrors.html | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/mirrors.html b/htdocs/mirrors.html index b49aa76c..e9d1

Re: [pushed] wwwdocs: mirrors: Remove gcc.fyxm.net

2024-06-02 Thread Gerald Pfeifer
On Sun, 2 Jun 2024, Gerald Pfeifer wrote: > The hostname gcc.fyxm.net no longer resolves. > > Jan, thank you for past services. Please advise if you'd like to restore > (or using a different address). Just for the record/archive: : host imaginarium.2600.sk[159.69.251.30

Re: [Ada] Document the SuSE kernel bug

2024-06-03 Thread Gerald Pfeifer
On Tue, 9 Nov 2021, Pierre-Marie de Rodat via Gcc-patches wrote: > We found a SuSE kernel bug that affects 32-bit debugging on 64-bit > machines. We agreed to document the problem in gnat_ugn. Late at catching this: Note that it's not been SuSE since 2003. Also even "SUSE 15" does not exist, I a

Re: [PATCH] Add a bootstrap-native build config

2024-08-10 Thread Gerald Pfeifer
On Tue, 30 Jul 2024, Andi Kleen wrote: > config/ChangeLog: > > * bootstrap-native.mk: New file. > > gcc/ChangeLog: > > * doc/install.texi: Document bootstrap-native. This makes sense to me, and the documentation is fine (with "latter" instead of "later"); I cannot approve the code

Re: [PATCH] [x86] Mention _Float16 and __bf16 changes in GCC14.

2024-08-10 Thread Gerald Pfeifer
On Wed, 31 Jul 2024, liuhongt wrote: > + The _Float16 and __bf16 type are supported > +independent of SSE2. W/o SSE2, these types are storage-only, compiler > will > +issue an error when they're used in conversion, unary operation, > +binary operation, parameter passing or value retu

Re: [PATCH] gm2: add missing debug output guard

2024-08-10 Thread Gerald Pfeifer
On Tue, 23 Jul 2024, Gaius Mulley wrote: >> gcc/gm2: >> * gm2-libs-iso/MemStream.mod: Guard debug output. > many thanks! I noticed this has not been pushed yet and believe Wilken does not have write/push access - so just pushed this on his behalf. Wilken, it may be good to note this as part

[PATCH] doc: Editorial changes in -fprofile-partial-training

2024-08-10 Thread Gerald Pfeifer
I became aware of a typo in this paragraph and then realized there is more room for editorial changes (grammar, consistency, and being more clear). *Not* pushed. Honza, Sandra, what do you think? Gerald gcc: * doc/invoke.texi (Optimize Options) <-fprofile-partial-training>: Ed

[pushed] wwwdocs: readings: Update MicroBlaze blaze

2024-08-10 Thread Gerald Pfeifer
Pushed. Gerald This is now under amd.com instead of xilinx.com. --- htdocs/readings.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/readings.html b/htdocs/readings.html index f0d44d6f..1f1dbae3 100644 --- a/htdocs/readings.html +++ b/htdocs/readings.html @@ -1

[pushed] wwwdocs: gcc-14: Use runtime instead of run-time

2024-08-10 Thread Gerald Pfeifer
Per codingconventions.html as a noun we use "runtime" as opposed to "run-time". Pushed. Gerald --- htdocs/gcc-14/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index 62a279b1..aa1d97a8 100644 --- a/htdocs

[wwwdocs] Re: [COMMITTED] gcc-14: Add Ada changes

2024-08-10 Thread Gerald Pfeifer
On Fri, 26 Apr 2024, Marc Poulhiès wrote: > Co-authored-by: Fernando Oleo Blanco > Co-authored-by: Piotr Trojanek > Signed-off-by: Marc Poulhiès > --- > htdocs/gcc-14/changes.html | 67 +- This is really great how thoroughly you documented all these changes -

[pushed] wwwdocs: news: Remove obsolete G95 link

2024-08-10 Thread Gerald Pfeifer
Neither that link nor another one the page it points to (which is in Japanese now) has remotely current status (nor dates including years). --- htdocs/news.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/htdocs/news.html b/htdocs/news.html index a8850dd4..c8271e0a 10064

Re: [PATCH] gm2: add missing debug output guard

2024-08-11 Thread Gerald Pfeifer
On Sun, 11 Aug 2024, Wilken Gottwalt wrote: >> I noticed this has not been pushed yet and believe Wilken does not have >> write/push access - so just pushed this on his behalf. >> >> Wilken, it may be good to note this as part of patch submission. > Thank for pushing this. But now I'm a bit confu

[pushed] wwwdocs: news: Avoid (obsolete) link for Blackfin

2024-08-15 Thread Gerald Pfeifer
This has started to redirect and an enormous URL, and being end of life for half a decade now... Pushed. Gerald --- htdocs/news.html | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/htdocs/news.html b/htdocs/news.html index c8271e0a..cef5ee80 100644 --- a/htdocs/news.ht

[pushed] wwwdocs: doc: Tweak link to gm2 list archive

2024-08-17 Thread Gerald Pfeifer
Without the trailing slash we incur a "301 Moved Permanently". gcc: * doc/gm2.texi (Community): Tweak link to gm2 list archive. --- gcc/doc/gm2.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/gm2.texi b/gcc/doc/gm2.texi index bfc8dc71f23..40668f7f8c4 10064

[pushed] libstdc++: Tweak links to installation docs

2024-08-17 Thread Gerald Pfeifer
Pushed with a grammar fix (of adding "the"). Gerald libstdc++v-3: * doc/xml/manual/prerequisites.xml: Tweak two links to installation docs. Fix grammar. * doc/html/manual/setup.html: Regenerate. --- libstdc++-v3/doc/html/manual/setup.html | 7 --- libstdc++-v3/

[pushed] doc: Tweak PIM4 link

2024-08-17 Thread Gerald Pfeifer
gcc: * doc/gm2.texi (What is GNU Modula-2): Tweak PIM4 link. --- gcc/doc/gm2.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/gm2.texi b/gcc/doc/gm2.texi index 40668f7f8c4..b2e4aa2e9c0 100644 --- a/gcc/doc/gm2.texi +++ b/gcc/doc/gm2.texi @@ -108,7 +108,7 @@

[pushed] libstdc++: Update references to gcc.gnu.org/onlinedocs

2024-08-17 Thread Gerald Pfeifer
libstdc++-v3: * doc/xml/manual/abi.xml: Update reference to gcc.gnu.org/onlinedocs. * doc/xml/manual/concurrency_extensions.xml (interface): Ditto. * doc/xml/manual/extensions.xml: Ditto. * doc/xml/manual/parallel_mode.xml: Ditto. * doc/xml/manual/sha

[pushed] wwwdocs: gcc-15: Mark an AVR instruction up as

2024-08-17 Thread Gerald Pfeifer
All this patch does (modulo reformatting) is put SEI in a environment. However, looking at this I've got a question: How about "imposing a function name" which is listed as a difference of noblock versus others? This (the specific name) is not actually documented anywhere? Is that an omission,

[PATCH] libstdc++: Remove note from the GCC 4.0.1 days

2024-08-18 Thread Gerald Pfeifer
When I updated one of the links yesterday I noticed we have this obsolete reference to GCC 4.0.1 and binutils 2.15.90.0.1.1 from 19 (nineteen) years ago. I suggest we remove these. Okay? Gerald libstdc++-v3: * doc/xml/manual/prerequisites.xml: Remove note from the GCC 4.0.1 da

[pushed] wwwdocs: projects: Remove parser-related simple project(s)

2024-08-18 Thread Gerald Pfeifer
Christopher pointed out these did not appear applicable any longer. >From what I found I agree, so removed this from the beginner projects list. Pushed. Gerald --- htdocs/projects/beginner.html | 37 --- 1 file changed, 37 deletions(-) diff --git a/htdocs/proje

Re: [wwwdocs] porting_to: Two-stage overload resolution for implicit move removed

2024-08-19 Thread Gerald Pfeifer
On Wed, 12 Oct 2022, Marek Polacek via Gcc-patches wrote: > + > +The two overload resolutions approach was complicated and quirky, so users > +should transition to the newer model. This change means that code that > +previously didn't compile in C++17 will now compile, for example: I looked at th

[pushed] wwwdocs: gcc-12: Editorial changes to the D section

2024-08-20 Thread Gerald Pfeifer
I pushed these three changes to the D section in the GCC 12 release notes. (The C in GDC already stands for compiler, so GDC compiler is redundant.) Gerald --- htdocs/gcc-12/changes.html | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/htdocs/gcc-12/changes.html b/

[pushed] doc: Normalize reference to binutils version for C6X

2024-08-20 Thread Gerald Pfeifer
We generally do not use a hyphen between project name and version. gcc: * doc/install.texi (Specific) : Normalize reference to binutils. --- gcc/doc/install.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 4

[pushed] doc: Specifically link to GPL v3.0 for GM2

2024-08-20 Thread Gerald Pfeifer
The generic GPL link redirects to GPL v3.0 right now, but may redirect to a different version at one point. Specifically link to the version we are using Pushed as (probably) the last change for the GM2 documentation I am aware of. Gerald gcc: * doc/gm2.texi (License): Specifically lin

[pushed] wwwdocs: gcc-14: Make a link relative

2024-08-22 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/gcc-14/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index aa1d97a8..e0d856cc 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -163,7 +163,7 @@ You may a

Re: [PATCH] Don't remove /usr/lib and /lib from when passing to the linker [PR97304/104707]

2024-08-23 Thread Gerald Pfeifer
On Thu, 22 Aug 2024, Andrew Pinski wrote: > With newer ld, the default search library path does not include /usr/lib > nor /lib but the driver decides to not pass -L down to the link for > these and then in some/most cases libc is not found. > This code dates from at least 1992 and it is done in

[wwwdocs,PATCH] readings: Add ANSI C89 (was: C89 question: Do we need to accept -Wint-conversion warnings)

2024-08-23 Thread Gerald Pfeifer
Joseph. I added this links to our readings page; patch below. Gerald commit 16dcbb39b29818cad658879292a855cb481359ce Author: Gerald Pfeifer Date: Fri Aug 23 09:41:20 2024 +0200 readings: Add ANSI C89 diff --git a/htdocs/readings.html b/htdocs/readings.html index 1f1dbae3..423bc4c1 1006

[pushed] fortran: Minor fix to -ffrontend-optimize description (was: typo on homepage)

2024-08-23 Thread Gerald Pfeifer
he Fortran parse tree. > > Might it be that it should say "... manipulating parts _of_ the Fortran > parse tree."? Yes, I believe you're right, so went ahead and pushed the following change. Thank you, Gerald commit a071fcda136d00f8321d0adc773007f4f45020ea Author: Gerald Pf

Re: [gcc-wwwdocs PATCH] gcc-15: Mention recent update for x86_64 backend

2024-08-28 Thread Gerald Pfeifer
On Wed, 28 Aug 2024, Haochen Jiang wrote: > Sorry for the disturb since I mis-typoed gcc-patches to gcc-patchs, > resend the patch. No worries. > This patch will add documentation for recent update in x86-64 backend. Thank you! > + Xeon Phi CPUs support (a.k.a. Knight Landing and Knight Mill)

[pushed] wwwdocs: gcc-14: Make GCC 11-related link relative

2024-06-04 Thread Gerald Pfeifer
This also better supports mirror sites (if still any). Gerald --- htdocs/gcc-14/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index 7a5eb449..9a1b0c8a 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gc

[pushed] libstdc++: Update gcc.gnu.org links in FAQ to https

2024-06-04 Thread Gerald Pfeifer
libstdc++-v3: * doc/xml/faq.xml: Move gcc.gnu.org to https. * doc/html/faq.html: Regenerate. --- libstdc++-v3/doc/html/faq.html | 10 +- libstdc++-v3/doc/xml/faq.xml | 10 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/libstdc++-v3/doc/html/fa

[pushed] doc: Streamline recommendation of GNU awk

2024-06-05 Thread Gerald Pfeifer
GNU awk 3.1.5 was released in August 2005; no need to specify this in the context of "recent version". gcc: PR other/69374 * doc/install.texi (Prerequisites): Drop reference to GNU awk version 3.1.5. Remove fluff. --- gcc/doc/install.texi | 3 +-- 1 file changed, 1 inserti

Re: [PATCH] fix link to feature test macros

2024-06-05 Thread Gerald Pfeifer
On Tue, 20 Feb 2024, Danny van Kooten wrote: > --- a/htdocs/gcc-14/porting_to.html > +++ b/htdocs/gcc-14/porting_to.html > @@ -133,7 +133,7 @@ On GNU systems, headers described in standards (such as > the C > standard, or POSIX) may require the definition of certain > macros at the start of the

Re: [wwwdocs] gcc-15/changes.html (nvptx): Constructors are now supported

2024-06-05 Thread Gerald Pfeifer
Hi Tobias, On Mon, 3 Jun 2024, Tobias Burnus wrote: > Comments or fine as is? +NVPTX + + + GCC's nvptx target now supports constructors and destructors; I'd make this a full stop/distinct sentence and ... + for this, a recent version of nvptx-tools is https://gcc.gnu.org/install/specific.

Re: [wwwdocs][patch] gcc-15/changes.html: Fortran - mention F2023 logical-kind additions

2024-06-05 Thread Gerald Pfeifer
On Tue, 28 May 2024, Tobias Burnus wrote: > Let's make https://gcc.gnu.org/gcc-15/changes.html a bit more useful … Always a good idea. :-) > Thus, document selected_logical_kind and the ISO_FORTRAN_ENV additions. > > Comments or suggestions before I commit it? Looks good to me, thanks. Gerald

Re: [wwwdocs] gcc-15/changes.html + projects/gomp: update for new OpenMP features

2024-06-06 Thread Gerald Pfeifer
On Thu, 6 Jun 2024, Tobias Burnus wrote: > GCC 15 now supports unified-shared memory and the tile/unroll constructs > in OpenMP. > > Updates https://gcc.gnu.org/gcc-15/changes.html > and https://gcc.gnu.org/projects/gomp/ Nice! > Comments? --- a/htdocs/gcc-15/changes.html +++ b/htdocs/gcc-15/c

[pushed] wwwdocs: simtest-howto: Use https to link to our install docs

2024-06-07 Thread Gerald Pfeifer
--- htdocs/simtest-howto.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/simtest-howto.html b/htdocs/simtest-howto.html index d9c027fd..3afbdb0b 100644 --- a/htdocs/simtest-howto.html +++ b/htdocs/simtest-howto.html @@ -115,7 +115,7 @@ cd gcc && find . -print | cp

[pushed] wwwdocs: news: Update links re GCC Runtime Library Exception

2024-06-08 Thread Gerald Pfeifer
Note this is more than just http->https. Pushed. Gerald --- htdocs/news.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/news.html b/htdocs/news.html index aeac6935..5f652d90 100644 --- a/htdocs/news.html +++ b/htdocs/news.html @@ -678,13 +678,13 @@ platforms

[pushed] wwwdocs: gcc-12: Break up markup of list of AArch64 options

2024-06-08 Thread Gerald Pfeifer
When showing a list of options marked up as code, each individual option should be marked up, not the entire list and he commas as part of that. Pushed. Gerald --- htdocs/gcc-12/changes.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/gcc-12/changes.html b/htdoc

Re: [wwwdocs] gcc-15/changes.html + projects/gomp: update for new OpenMP features

2024-06-08 Thread Gerald Pfeifer
On Fri, 7 Jun 2024, Tobias Burnus wrote: >> + https://gcc.gnu.org/projects/gomp/";>OpenMP >> Can you please make this a relative link, i.e. "../projects/gomp/"? > Good point. I thought such links should be absolute because of (www.)GNU.org, > i.e. > > https://www.gnu.org/software/gcc/releases.htm

[pushed] wwwdocs: *: Refer to /onlinedocs fully qualified via gcc.gnu.org

2024-06-08 Thread Gerald Pfeifer
Thanks for Tobias for pointing these two out. Pushed. Gerald --- htdocs/gcc-14/porting_to.html | 2 +- htdocs/gcc-5/changes.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/gcc-14/porting_to.html b/htdocs/gcc-14/porting_to.html index ef02e071..3de15d02 1006

Re: [committed] i386: Implement .SAT_ADD for unsigned scalar integers [PR112600]

2024-06-08 Thread Gerald Pfeifer
On Sat, 8 Jun 2024, Uros Bizjak wrote: > gcc/ChangeLog: > > * config/i386/i386.md (usadd3): New expander. > (x86_movcc_0_m1_neg): Use SWI mode iterator. When you write "committed", did you actually push? If so, us being on Git now it might be good to adjust terminology. Gerald

Re: [patch] install.texi (nvptx): Recommend nvptx-tools 2024-05-30

2024-06-08 Thread Gerald Pfeifer
On Mon, 3 Jun 2024, Richard Biener wrote: > install.texi also has the issue that it's not pre-packaged in a > easy to discover and readable file in the release tarballs and that > the online version is only for trunk. The latter is only partially true: we generally try to keep it applicable more

[pushed] doc: Remove link to www.amelek.gda.pl/avr/

2024-06-09 Thread Gerald Pfeifer
The entire server/site appears gone for a while. gcc: * doc/install.texi (avr): Remove link to www.amelek.gda.pl/avr/. --- gcc/doc/install.texi | 2 -- 1 file changed, 2 deletions(-) diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 906c78aaca5..2addafd2465 100644 --- a/gcc/

Re: [PATCH] FreeBSD: Stop linking _p libs for -pg as of FreeBSD 14

2024-06-09 Thread Gerald Pfeifer
On Fri, 13 Aug 2021, Andreas Tobler via Gcc-patches wrote: > I would like to commit the attached patch to trunk and after a settling > period also to all open branches. > Is this ok? Our MAINTAINERS file has the following entry: freebsd Andreas Tobler So ... yes. :-) Seeing this did no

Re: [PATCH] htdocs: correct spelling and use https in examples

2024-06-10 Thread Gerald Pfeifer
On Wed, 6 Dec 2023, Jonny Grant wrote: > ChangeLog: > > htdocs: correct spelling and use https in examples. I noticed this hasn't been applied yet, so went ahead and pushed (nearly all of) it. Just the "use https in examples" part feels orthogonal, so better a separate issue, and I'm not

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