[committed] wwwdocs: git: Fix casing of GCC

2021-12-02 Thread Gerald Pfeifer
We've been referring to the project as GCC since GCC 2.95. --- htdocs/git.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/git.html b/htdocs/git.html index 493b5734..5fbd98bf 100644 --- a/htdocs/git.html +++ b/htdocs/git.html @@ -327,7 +327,7 @@ in Git. by

Re: [PATCH] libgccjit: add some reflection functions in the jit C api

2021-12-02 Thread Gerald Pfeifer
On Sat, 27 Nov 2021, Petter Tomner wrote: > Ye it is supposed to compile cleanly for 32bit too. > > I pushed a patch for it as a "free for all". With %zu specifiers. Thank you, Petter. I just updated the lang/gcc12-devel port in FreeBSD to Sunday's snapshot that has those changes, so we shall

[committed] wwwdocs: git: Go has a new home

2021-12-01 Thread Gerald Pfeifer
Pushed. --- htdocs/git.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/git.html b/htdocs/git.html index de8f0584..493b5734 100644 --- a/htdocs/git.html +++ b/htdocs/git.html @@ -329,7 +329,7 @@ in Git. gccgo This branch is for the Go front end to gcc. For

[committed] wwwdocs: gcc-12: Update link to our Bugzilla

2021-12-01 Thread Gerald Pfeifer
On the way tweak language a bit. Pushed. --- 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 45a8d99a..000501fb 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@

Re: [PATCH][wwwdocs] Update section on enormous source files in htdocs/projects/beginner.html

2021-12-01 Thread Gerald Pfeifer
Hi Eric, On Wed, 24 Nov 2021, Eric Gallager wrote: > This next patch does more than just removing old stuff: it adds an > extra sentence to describe a shell command used to generate a list, so > to verify that I've got the shell command right, I'm asking for a > review. -There are several other

[committed] wwwdocs: readings: Switch the DWARF Workgroup to https

2021-11-30 Thread Gerald Pfeifer
While we are at it, remove the unnecessary trailing slash. Pushed, Gerald --- htdocs/readings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/readings.html b/htdocs/readings.html index e75bfc49..12755d7e 100644 --- a/htdocs/readings.html +++

[committed] wwwdocs: gcc-4.7: Update reference to Go 1 language standard

2021-11-30 Thread Gerald Pfeifer
Just a trivial, if permanent redirect, to follow. Pushed, Gerald --- htdocs/gcc-4.7/changes.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/gcc-4.7/changes.html b/htdocs/gcc-4.7/changes.html index 21294cc3..846946d6 100644 --- a/htdocs/gcc-4.7/changes.html +++

[committed] wwwdocs: gcc--12: Tweak language in the Fortran section

2021-11-30 Thread Gerald Pfeifer
Pushed. --- 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 10ac025f..45a8d99a 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -322,7 +322,7 @@ a

Re: [PATCH] libgccjit: add some reflection functions in the jit C api

2021-11-26 Thread Gerald Pfeifer
On Fri, 26 Nov 2021, Gerald Pfeifer wrote: > I have received a report of GCC builds now failing on FreeBSD/i386: Ah, and here are the logs (IPv6 required, unfortunately): Log URL: http://beefy5.nyi.freebsd.org/data/122i386-default/9e1bda400030/logs/gcc12-devel-12.0.0.s20211121.log Build

Re: [PATCH] libgccjit: add some reflection functions in the jit C api

2021-11-26 Thread Gerald Pfeifer
On Fri, 19 Nov 2021, David Malcolm via Gcc-patches wrote: > On Mon, 2021-09-27 at 20:53 -0400, Antoni Boucher wrote: >> I fixed an issue (it would show an error message when >> gcc_jit_type_dyncast_function_ptr_type was called on a type different >> than a function pointer type). > The updated

Re: [wwwdocs PATCH]: Add a caveat that -Ofast implies -fno-semantic-interposition

2021-11-19 Thread Gerald Pfeifer
On Fri, 19 Nov 2021, Martin Jambor wrote: > can I add the following caveat to the gcc-12/changes.html file? Of course you can. :-) Actually, we should, and I'm glad you thought of it. Thank you, Gerald

Re: [PATCH][wwwdocs] remove references to java in htdocs/projects/beginner.html

2021-11-18 Thread Gerald Pfeifer
On Thu, 18 Nov 2021, Eric Gallager wrote: > I'd find it easier to just edit the page linked to in wwwdocs instead, > so I'm going to start seeing what I can do to update it. I figured I'd > start by removing the references to Java in it, since Java has been > removed. A patch to do that is

Re: [wwwdocs, patch] gcc-12/changes.html: Update OpenMP status

2021-11-10 Thread Gerald Pfeifer
On Wed, 10 Nov 2021, Tobias Burnus wrote: > Cumulative update of the OpenMP 5.x changes in GCC 12. Wow - quite a bit! > For the last bullet: the implementation-status documentation is new – > but even if it were not, linking to it makes sense. I kept adding and > removing a 'full' after the

Re: [PATCH] libsanitizer: Disable libbacktrace on sanitizer_platform_limits_freebsd.cpp

2021-11-07 Thread Gerald Pfeifer
s the first part I committed on Friday, the second will follow today. Gerald commit 44d9d55c6d0e3a1e26427662d30f350a80282634 Author: Gerald Pfeifer Date: Fri Nov 5 12:56:07 2021 +0100 include: Allow for our md5.h to defer to the system header This came up in the context of libsanitiz

Re: [PATCH] libsanitizer: Disable libbacktrace on sanitizer_platform_limits_freebsd.cpp

2021-11-03 Thread Gerald Pfeifer
On Tue, 2 Nov 2021, H.J. Lu wrote: > On Tue, Nov 2, 2021 at 5:11 AM Jakub Jelinek wrote: >> include/md5.h is a header we have control over, can't we just add to it >> something like: >> #ifdef USE_SYSTEM_MD5 >> #include_next >> #else >> Current header content >> #endif >> and arrange for that

[committed] wwwdocs: gcc-11: Switch dwarfstd.org to https

2021-10-31 Thread Gerald Pfeifer
Business as usual... Gerald --- htdocs/gcc-11/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index 6dec8856..c81f0e82 100644 --- a/htdocs/gcc-11/changes.html +++ b/htdocs/gcc-11/changes.html @@ -142,7

[committed] wwwdocs: gcc-6: Update link to Intel's pcommit deprecation

2021-10-31 Thread Gerald Pfeifer
This complements the same change I made to the GCC 5 release notes a bit ago. Gerald --- htdocs/gcc-6/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/gcc-6/changes.html b/htdocs/gcc-6/changes.html index e95aabbe..6dd86d83 100644 ---

[committed] wwwdocs: gcc-4.7: Tweak AVR-Lib reference

2021-10-30 Thread Gerald Pfeifer
nongnu.org has a permanent redirect (return code 301) to www.nongnu.org; make that change on our end. --- htdocs/gcc-4.7/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/gcc-4.7/changes.html b/htdocs/gcc-4.7/changes.html index dae1735d..21294cc3 100644 ---

[committed] doc: No longer generate old.html

2021-10-24 Thread Gerald Pfeifer
to detect such situations should they ever occur in the future. Gerald commit 4bd4138141330030b18960c204ebc1787cdaddf3 Author: Gerald Pfeifer Date: Sun Oct 24 11:48:29 2021 +0200 doc: No longer generate old.html Commit 431d26e1dd18c1146d3d4dcd3b45a3b04f7f7d59 removed doc/install

[committed] doc: Remove details around Itanium on GNU/Linux and Windows

2021-10-24 Thread Gerald Pfeifer
While debugging an issue Jonathan reported I noticed we still have those references to way old versions of GNU/Linux and Windows from the early days of Itanium, which really do not add value - now gone they are. Gerald gcc: * doc/install.texi (Specific): Remove obsolete details

Re: [committed] doc: Convert mingw-w64.org links to https

2021-10-22 Thread Gerald Pfeifer
On Sat, 23 Oct 2021, Jonathan Wakely wrote: >> (That makes it all the more puzzling how the issue you fixed last >> week did not arise, Jonathan.) > It didn't give a 404, there was a page at the end of the link, just > an empty one. So it probably looks like a good link to your script. Yes, as

[committed] doc: Convert mingw-w64.org links to https

2021-10-22 Thread Gerald Pfeifer
It turns out my link checker does catch broken links under gcc.gnu.org/install/ - fixed thusly. (That makes it all the more puzzling how the issue you fixed last week did not arise, Jonathan.) Gerald gcc: * doc/install.texi (Binaries): Convert mingw-w64.org to https.

[committed] wwwdocs: gcc-5/changes.html: Update link to Intel's pcommit deprecation

2021-10-22 Thread Gerald Pfeifer
--- htdocs/gcc-5/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/gcc-5/changes.html b/htdocs/gcc-5/changes.html index 05e796dd..2e2e20e6 100644 --- a/htdocs/gcc-5/changes.html +++ b/htdocs/gcc-5/changes.html @@ -1084,7 +1084,7 @@ are not listed here).

Re: Old installation docs

2021-10-20 Thread Gerald Pfeifer
On Wed, 20 Oct 2021, Joseph Myers wrote: > Those should have been removed in GCC commit > 431d26e1dd18c1146d3d4dcd3b45a3b04f7f7d59, it seems that forgot to remove > the link in the HTML version. I'm surprised my link checker has not found this broken link; I'll need to look into that. Thanks

[committed] wwwdocs: gcc-4.1/changes.html: Rework/reduce Classpath links

2021-10-17 Thread Gerald Pfeifer
Adjust one of two links to classpath.org and avoid the other, by removing the respective paragraph which is really not relevant any longer. --- htdocs/gcc-4.1/changes.html | 9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/htdocs/gcc-4.1/changes.html

[committed] wwwdocs: nongnu.org wants to be known as www.nongnu.org

2021-10-17 Thread Gerald Pfeifer
--- htdocs/git.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/git.html b/htdocs/git.html index ac1f2eb9..881f1d38 100644 --- a/htdocs/git.html +++ b/htdocs/git.html @@ -334,7 +334,7 @@ in Git. modula-2 This branch is for the -

[committed] wwwdocs: Remove link to DWARD standard

2021-10-17 Thread Gerald Pfeifer
We've got a number of links to the DWARF standard on our page, which requires some link maintenance. Remove this one for GCC 7 which is unlikely to be used (much). --- htdocs/gcc-7/changes.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/gcc-7/changes.html

[committed] wwwdocs: Update two links related to Go

2021-10-16 Thread Gerald Pfeifer
These two redirected from golang.org to pkg.go.dev. --- htdocs/gcc-5/changes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/gcc-5/changes.html b/htdocs/gcc-5/changes.html index a346c7f6..05e796dd 100644 --- a/htdocs/gcc-5/changes.html +++

[committed] wwwdocs: Switch www.dwarfstd.org to https

2021-10-16 Thread Gerald Pfeifer
The www.dwarfstd.org webmasters suggested (via a redirect) to adjust http links to https. --- 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 5103e5ee..dae1735d 100644 ---

[committed] wwwdocs: Update Co-Authored-By reference on GitHub

2021-10-16 Thread Gerald Pfeifer
--- htdocs/codingconventions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/codingconventions.html b/htdocs/codingconventions.html index 21cc95de..e4d30510 100644 --- a/htdocs/codingconventions.html +++ b/htdocs/codingconventions.html @@ -146,7 +146,7 @@ a large

Re: [PATCH 0/2] libsanitizer: Merge with upstream commit fdf4c035225d

2021-10-09 Thread Gerald Pfeifer
On Thu, 7 Oct 2021, H.J. Lu wrote: >> Thus breaking bootstrap on FreeBSD: >> >> GCC-HEAD/libsanitizer/sanitizer_common/sanitizer_platform_limits_freebsd.cpp:370:36: >> error: 'MD5_CTX' was not declared in this scope > 370 | const unsigned MD5_CTX_sz = sizeof(MD5_CTX); >> |

Re: [PATCH 0/2] libsanitizer: Merge with upstream commit fdf4c035225d

2021-10-07 Thread Gerald Pfeifer
On Wed, 6 Oct 2021, H.J. Lu via Gcc-patches wrote: > I am checking in these patches to merge with upstream commit: Thus breaking bootstrap on FreeBSD: GCC-HEAD/libsanitizer/sanitizer_common/sanitizer_platform_limits_freebsd.cpp:370:36: error: 'MD5_CTX' was not declared in this scope 370 |

Re: [PATCH] [www] Add note about computed gotos to changes and porting guide

2021-10-03 Thread Gerald Pfeifer
On Wed, 29 Sep 2021, apinski--- via Gcc-patches wrote: > Even though there is not many computed gotos in the wild and even less > that would use an integer type, it would still be a good idea to add > this new error message to both changes and the porting to guide. Lovely, thank you! > +Computed

Re: [PATCH] Replace VRP threader with a hybrid forward threader.

2021-10-01 Thread Gerald Pfeifer
On Fri, 24 Sep 2021, Aldy Hernandez via Gcc-patches wrote: > This patch implements the new hybrid forward threader and replaces the > embedded VRP threader with it. I'm not sure this is the right of the patches to follow-up around this, but between Jeff writing "Note we've got massive

[committed] wwwdocs: Consistently use 32-bit instead of 32bit

2021-10-01 Thread Gerald Pfeifer
Just a little thing I noticed in one of the recent commits. Pushed. --- htdocs/gcc-12/changes.html | 2 +- htdocs/gcc-8/changes.html | 2 +- htdocs/news.html | 4 ++-- htdocs/news/sparc.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git

Re: replacing the VRP threader

2021-10-01 Thread Gerald Pfeifer
On Wed, 22 Sep 2021, Aldy Hernandez via Gcc wrote: > Well, it turns out we're considerably better than reported. > > Andrew just found a one-line change in the path solver that improves > our VRP threading goodness to 18.5% and our overall jump threading > gains to 1.28%. Would that make a great

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

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

[committed] wwwdocs: gcc-12/changes.html: Simplify AVX512-FP16 news

2021-10-01 Thread Gerald Pfeifer
Just some editorial changes to simplify things. Pushed. Gerald --- htdocs/gcc-12/changes.html | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index 0e2962ee..45e87ea4 100644 --- a/htdocs/gcc-12/changes.html +++

Re: [TCWG CI] 471.omnetpp slowed down by 8% after gcc: Avoid invalid loop transformations in jump threading registry.

2021-10-01 Thread Gerald Pfeifer
On Wed, 29 Sep 2021, Maxim Kuvyrkov via Gcc wrote: > Configurations that track master branches have 3-day intervals. > Configurations that track release branches — 6 days. If a regression is > detected it is narrowed down to component first — binutils, gcc or glibc > — and then the commit

Re: [PATCH] Factor out `find_a_program` helper around `find_a_file`

2021-09-20 Thread Gerald Pfeifer
On Sun, 19 Sep 2021, Jeff Law via Gcc-patches wrote: > On 8/4/2021 12:21 PM, John Ericson wrote: >> The helper is for `--print-prog-name` and similar things. Since all >> executable finding goes through it, we can move the default overrides >> into that path too. This also ensures that if some is

Re: [committed] Fortran: Prefer GCC internal macros to float.h in ISO_Fortran_binding.h (was: [PATCH, Fortran] Revert to non-multilib-specific ISO_Fortran_binding.h)

2021-09-17 Thread Gerald Pfeifer
On Fri, 17 Sep 2021, Tobias Burnus wrote: > I have now committed the attached patch as r12-3621. It includes the > patch by Sandra > https://gcc.gnu.org/pipermail/gcc-patches/2021-September/579372.html > (approved 3 days ago) plus adding the "== 53" similar to above. Thank you, Tobias; thank you,

Re: [PATCH, Fortran] Revert to non-multilib-specific ISO_Fortran_binding.h

2021-09-17 Thread Gerald Pfeifer
On Tue, 14 Sep 2021, Gerald Pfeifer wrote: >> And, related, does the following make sense and fixes the issue? >> >> --- a/libgfortran/ISO_Fortran_binding.h >> +++ b/libgfortran/ISO_Fortran_binding.h >> @@ -228,5 +228,5 @@ extern int CFI_setpointer (CFI_cdes

Re: [PATCH v2] analyzer: Define INCLUDE_UNIQUE_PTR

2021-09-16 Thread Gerald Pfeifer
On Tue, 14 Sep 2021, Maxim Blinov wrote: > Un-break the build for AArch64 Darwin, see PR bootstrap/102242. Build > fails with log below: David already acked this with "Does the patch fix the build for you? If so, looks good for trunk. Please reference PR bootstrap/102242 in the

Re: GNU Tools @ LPC 2021: Program is published

2021-09-15 Thread Gerald Pfeifer
On Wed, 15 Sep 2021, Thomas Schwinge wrote: >> The program for the GNU Tools Track at Linux Plumbers Conference is >> published: >> >> https://linuxplumbersconf.org/event/11/sessions/109/ > This may qualify "as obvious", but I better get reviewed what I change on > our front page to the Internet

Re: [PATCH, Fortran] Revert to non-multilib-specific ISO_Fortran_binding.h

2021-09-14 Thread Gerald Pfeifer
On Tue, 14 Sep 2021, Tobias Burnus wrote: > And, related, does the following make sense and fixes the issue? > > --- a/libgfortran/ISO_Fortran_binding.h > +++ b/libgfortran/ISO_Fortran_binding.h > @@ -228,5 +228,5 @@ extern int CFI_setpointer (CFI_cdesc_t *, CFI_cdesc_t *, > const CFI_index_t

Re: [PATCH, Fortran] Revert to non-multilib-specific ISO_Fortran_binding.h

2021-09-14 Thread Gerald Pfeifer
On Mon, 13 Sep 2021, Sandra Loosemore wrote: > Here's a patch. Gerald, can you check that this fixes your bootstrap > problem on i586-unknown-freebsd11? I does not change the bootstrap failure on i586-unknown-freebsd11 - though looking at the discussion here still looks like a good change to

Re: [PATCH, Fortran] Revert to non-multilib-specific ISO_Fortran_binding.h

2021-09-14 Thread Gerald Pfeifer
On Mon, 13 Sep 2021, Tobias Burnus wrote: > Can you run 'echo | cpp -E -g3|grep DBL' to (or in the build dir: echo | > ./gcc/cc1 -E -g3 -dD|grep DBL) to check what's the output? Thank you, Tobias, and I'm just testing the proposed patch, but still wanted to follow up on your question: % echo |

Re: [PATCH, Fortran] Revert to non-multilib-specific ISO_Fortran_binding.h

2021-09-13 Thread Gerald Pfeifer
On Wed, 18 Aug 2021, Sandra Loosemore wrote: > I realized last week that having multilib-specific versions of > ISO_Fortran_binding.h (generated by running the compiler to ask what kinds it > supports) was still broken outside of the test support; the directory where > it's being installed isn't

Re: [committed] analyzer: support "bifurcation"; reimplement realloc [PR99260]

2021-09-08 Thread Gerald Pfeifer
On Fri, 3 Sep 2021, Gerald Pfeifer wrote: > On Mon, 30 Aug 2021, David Malcolm via Gcc-patches wrote: >> gcc/analyzer/ChangeLog: >> PR analyzer/99260 >> * analyzer.h (class custom_edge_info): New class, adapted from >> exploded_edge::custom_info_t.

Re: [committed] analyzer: support "bifurcation"; reimplement realloc [PR99260]

2021-09-03 Thread Gerald Pfeifer
On Mon, 30 Aug 2021, David Malcolm via Gcc-patches wrote: > gcc/analyzer/ChangeLog: > PR analyzer/99260 > * analyzer.h (class custom_edge_info): New class, adapted from > exploded_edge::custom_info_t. Make member functions const. > Make update_model return bool, converting

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

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: [wwwdocs] gcc-12/changes.html: OpenMP - mention C++11 attributes support

2021-07-22 Thread Gerald Pfeifer
On Mon, 19 Jul 2021, Tobias Burnus wrote: > Update the OpenMP feature list. > > Comments? Remarks? I'd slightly tweak this ; so far, they can be specified on statements and block-local variables, only. to . So far they can be specified on statements and block-local variables.

Re: [PATCH] [wwwdocs] Update description of GM2 and document branch

2021-07-12 Thread Gerald Pfeifer
On Mon, 12 Jul 2021, Gaius Mulley wrote: >> Usually I'd just say "subject", which is a header in our mail systems; >> the term "subject line" isn't widely used. > feel free to overrule and use "subject". I copied the text from other > branch descriptions :-) (there are 38 uses). I guess there

Re: [PATCH] [wwwdocs] Update description of GM2 and document branch

2021-07-08 Thread Gerald Pfeifer
Hi Gaius, On Thu, 8 Jul 2021, Gaius Mulley wrote: > Here are two proposed patches to wwwdocs: thank you for thinking of updating the web pages, too! > diff --git a/htdocs/frontends.html b/htdocs/frontends.html : > http://www.nongnu.org/gm2/;>GNU Modula-2 implements > the PIM2, PIM3, PIM4 and

Re: [PATCH] Rearrange detection of temporary directory for NetBSD

2021-06-30 Thread Gerald Pfeifer
On Tue, 29 Jun 2021, Jeff Law wrote: >> 2021-06-29 Gerald Pfeifer >> >> * make-temp-file.c (usrtmp): Remove. >> (choose_tmpdir): Remove use of usrtmp. > Yup. This is fine. You might consider updating the comment w

Re: [PATCH] Rearrange detection of temporary directory for NetBSD

2021-06-28 Thread Gerald Pfeifer
, is the following what you had in mind? It passed testing on i686-unknown-freebsd12; okay to push? Gerald commit 8365565396cee65aeb6c2e4bfad74e095a3c388c Author: Gerald Pfeifer Date: Tue Jun 29 00:39:15 2021 +0200 libiberty: No longer use /usr/tmp /usr/tmp is antiquat

Re: Aldy Hernandez and Andrew MacLeod as VRP maintainers

2021-06-17 Thread Gerald Pfeifer
On Thu, 17 Jun 2021, Aldy Hernandez via Gcc wrote: > On 6/17/21 12:18 AM, Jeff Law wrote: >> I am pleased to announce that the GCC Steering Committee has appointed Aldy >> Hernandez and Ian MacLeod as maintainers for the VRP subsystem (EVRP, VRP, >> Ranger). > I don't know who this Ian is, but I'm

[committed] wwwdocs: mirrors: Move ftp.nluug.nl from ftp to https

2021-06-15 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/mirrors.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/mirrors.html b/htdocs/mirrors.html index 083c6c04..75c71b95 100644 --- a/htdocs/mirrors.html +++ b/htdocs/mirrors.html @@ -35,7 +35,7 @@ mirrors. The following sites mirror the

Re: [PATCH] wwwdocs: Do not rewrite the page titles

2021-06-15 Thread Gerald Pfeifer
On Thu, 3 Jun 2021, Jonathan Wakely wrote: > An alternative change would be to just drop the mention of the FSF : > And as I pointed out previously, none of these sites refer to the FSF > in their page s: > > https://www.gnu.org/software/gdb/ > https://www.gnu.org/software/libc/ >

Re: [committed] wwwdocs: readings: Remove PRU-ICSS documentation reference

2021-06-14 Thread Gerald Pfeifer
On Sun, 13 Jun 2021, Dimitar Dimitrov wrote: >> TI's server has been telling us that "The PRU-ICSS wiki is in the >> process of being migrated to software-dl.ti.com" for five months. >> Time to pull the plug. > Could you please consider the following replacement? >

Re: [committed] wwwdocs: gcc-11/changes.html: Editorial changes for RISC-V

2021-06-14 Thread Gerald Pfeifer
On Sun, 13 Jun 2021, Bernhard Reutner-Fischer wrote: >> + Add new option -misa-spec=* to control ISA spec version. >> + This controls the default version of each extensions. >> + It defaults to 2.2. > Is "each extensions" in plural really correct gramatically? > "default version of

[committed] wwwdocs: gcc-11/changes.html: Editorial changes for RISC-V

2021-06-12 Thread Gerald Pfeifer
RISC-V has received a very nice section in the GCC 11 release notes thanks to Kito. This are a couple of editorial changes, completing some sentence and breaking longer sentences among others, and a bit of grammar. Pushed. Gerald --- htdocs/gcc-11/changes.html | 33

Re: Mailing list reconfiguration: VERP Sender: header affected

2021-06-12 Thread Gerald Pfeifer
On Thu, 3 Jun 2021, Martin Liška via Overseers wrote: > On 6/2/21 4:52 PM, Frank Ch. Eigler via Gcc wrote: >> If you use Sender:-based filtering for sorting your incoming email >> stream, I suggest switching to observing List-Id: instead, or else >> using a regexp/substring style of Sender:

Re: [wwwdocs] Add HTML anchors to GCC 5 "porting to" notes

2021-06-07 Thread Gerald Pfeifer
On Mon, 7 Jun 2021, Jonathan Wakely wrote: > This adds id attributes to the heading elements of > https://gcc.gnu.org/gcc-5/porting_to.html (so that I can link directly > to the section on inline functions). > > All later porting_to.html notes have anchors like this. > > OK for wwwdocs? (a)

Re: [wwwdocs] lists: Correct procmail recipe

2021-06-02 Thread Gerald Pfeifer
On Tue, 1 Jun 2021, Segher Boessenkool wrote: > We haven't had Sender: for a while now. "a while now" was about four(?) hours when you sent that yesterday. :-) I know since I still had been using that and was looking for all my missing gcc-related mails yesterday afternoon. Thanks for spotting

[committed] wwwdocs: Use GCC (over gcc) to refer to the project.

2021-06-02 Thread Gerald Pfeifer
Just a little stylistic change I noticed. Pushed. Gerald On the way reduce some physical formatting a bit. --- htdocs/projects/tree-ssa/tree-browser.html | 7 --- htdocs/projects/tree-ssa/vectorization.html | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git

Re: [wwwdocs] lists: Fix thinko

2021-06-02 Thread Gerald Pfeifer
On Tue, 1 Jun 2021, Segher Boessenkool wrote: > Brown paper bag time. The List-Id: should look like a hostname, not > like an email address. Somehow I put in an at-sign when changing my > gcc-patches example to the match-all example we have here. That's how things looked like before when using

Re: [wwwdocs, patch] htdocs/gitwrite.html: Clarify ChangeLog generation

2021-05-31 Thread Gerald Pfeifer
On Tue, 25 May 2021, Tobias Burnus wrote: > I think "once a day" is clearer. [The commit has the message "Daily > bump." and bumps (not "dumps") the date in DATESTAMP. I wanted to relate > those – but it seems as if this just adds more confusion.] FWIW, your updated version makes everything easy

[committed] libstdc++: Remove "Intel Compilers" bibliography entry

2021-05-30 Thread Gerald Pfeifer
Actually quite a bit annoying, and searching for that document did not success (and gave me the original link). Pushed. Gerald commit a0a7adeea31918deefb053a9a15257af94aecfaf Author: Gerald Pfeifer Date: Mon May 31 00:27:17 2021 +0200 libstdc++: Remove "Intel Compilers" bi

[committed] wwwdocs: readings: Remove PRU-ICSS documentation reference

2021-05-30 Thread Gerald Pfeifer
TI's server has been telling us that "The PRU-ICSS wiki is in the process of being migrated to software-dl.ti.com" for five months. Time to pull the plug. --- htdocs/readings.html | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/readings.html b/htdocs/readings.html index

[committed] wwwdocs: Nick's Blog has moved

2021-05-30 Thread Gerald Pfeifer
I pushed this based on a 301 (moved permanently) from developers.redhat.com. Nick, any plans to create a new Toolchain Update blog? :-) Gerald commit 47b1f39c5e4a31073311c48a51872ccf7bd51659 Author: Gerald Pfeifer Date: Mon May 31 00:11:01 2021 +0200 wwwdocs: Nick's Blog has moved

Re: [committed] wwwdocs: mirrors.html: Move gwdg.de from ftp to https

2021-05-30 Thread Gerald Pfeifer
r the confirmation and the update! I pushed the change below. If there's anything else (or I missed something), please just let me know. Cheers, Gerald commit 0ff205ff678c35addd412a6e405edb034ad65b23 Author: Gerald Pfeifer Date: Sun May 30 23:13:10 2021 +0200 mirrors: Replace emoe...@gwdg.

Re: a small typo in the documentation, FYI

2021-05-30 Thread Gerald Pfeifer
On Tue, 7 Jul 2020, Nino Pereira via Gcc wrote: > The top line in > https://gcc.gnu.org/onlinedocs/gcc-4.6.3/gfortran/BOZ-literal-constants.html > > says " The syntax is: `prefix quote digits quote', were the prefix is > either b, o or z," > > Here, 'were' must be 'where' Thank you for the

[committed] Fortran: Fix typo in documentation of BOZ

2021-05-30 Thread Gerald Pfeifer
Nino reported this last year, and I noticed this is still the case, so went ahead and fixed this typo. Pushed. Gerald commit a8f588be038317bf1e9c71f7e626a3d23255ab37 Author: Gerald Pfeifer Date: Sun May 30 15:27:53 2021 +0200 Fortran: Fix typo in documentation of BOZ gcc

[committed] wwwdocs: mirrors.html: Move gwdg.de from ftp to https

2021-05-29 Thread Gerald Pfeifer
I commit this change which moves from ftp to https. Eberhard, is there maybe a different/better URL to use, that does not feature "ftp" in the hostname? Gerald --- htdocs/mirrors.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/mirrors.html b/htdocs/mirrors.html

Re: Build failure in fixincludes on x86_64

2021-05-27 Thread Gerald Pfeifer
On Wed, 26 May 2021, Richard Earnshaw via Gcc wrote: >> ../../git/gcc/fixincludes/fixtests.c: In function ‘run_test’: >> ../../git/gcc/fixincludes/fixtests.c:155:1: internal compiler error: >> in operator[], at vec.h:890 >> 155 | } >> | ^ > Same failure on arm. Same failure on x86

Re: [wwwdocs, patch] htdocs/gitwrite.html: Clarify ChangeLog generation

2021-05-24 Thread Gerald Pfeifer
On Sun, 23 May 2021, Tobias Burnus wrote: > As there was some confusion regarding when the ChangeLog is generated, > I propose the attached wwwdocs patch. Comments? -Apply the patch to your local tree. ChangeLog entries will be -automatically added to the corresponding ChangeLog files based -on

Re: [wwwdocs, committed] htdocs/gitwrite.html: Remove link to nonexisting '#example'

2021-05-23 Thread Gerald Pfeifer
On Sun, 23 May 2021, Tobias Burnus wrote: > I did not check svnwrite.html, but since gitwrite.html came into > existence, no example existed ... > > Committed as attached. Thanks. I had a look at the instructions, and they seem to be sufficient, even for folks not intimately familiar with

Re: Links broken for C++ in web page "GCC online documentation: Latest releases"

2021-05-16 Thread Gerald Pfeifer
On Wed, 28 Apr 2021, Pablo M. Ronchi via Gcc wrote: > https://gcc.gnu.org/onlinedocs/ > > under the subheadings: > > Latest releases > GCC 11.1 manuals: > > The following items have all their links broken (HTML,... tarball): > > ... > GCC 11.1 Standard C++ Library Manual (also in PDF or

[committed] libstdc++: Move unix.org reference to https

2021-05-02 Thread Gerald Pfeifer
commit f58541b2a42002c23267ce872b63d71e275e545d Author: Gerald Pfeifer Date: Mon May 3 02:00:07 2021 +0200 libstdc++: Move unix.org reference to https libstdc++-v3/ChangeLog: * doc/xml/manual/ctype.xml: Move unix.org reference to https. * doc/html

[committed] wwwdocs: Remove link to Intel AVX-512{VL, BW, DQ} Programming Reference

2021-05-02 Thread Gerald Pfeifer
Links like this to intel.com keep breaking or redirecting to generic pages, so simply remove this now. Pushed. Gerald --- htdocs/git.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/git.html b/htdocs/git.html index 50fdd56a..8edde126 100644 --- a/htdocs/git.html

[committed] wwwdocs: Update link to Fedora rebuild gcc-4.3.0

2021-05-02 Thread Gerald Pfeifer
This moved from www.redhat.com to listman.redhat.com. Pushed. Gerald --- htdocs/gcc-4.3/porting_to.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/gcc-4.3/porting_to.html b/htdocs/gcc-4.3/porting_to.html index 5777519a..630290ce 100644 ---

[committed] wwwdocs: Remove final references to www.cilkplus.org

2021-05-01 Thread Gerald Pfeifer
As I described in commit 7a3bc40387dde4fd827c8a6d233757f1f6137d59 on Wed Mar 31 19:01:29 2021 +0200: cilkplus.org is gone At first cilkplus.org was broken for weeks, it not months. Now it redirects to a generic intel.com page. So remove it. Pushed. Gerald ---

[committed] wwwdocs: Update the ntua.gr mirror from FTP to https

2021-05-01 Thread Gerald Pfeifer
ftp...@ntua.gr, can you please advise whether there's a better way to link to (or you prefer a different address of yours)? For now I pushed this change live on gcc.gnu.org. Gerald On the way change the reference from ftp.ntua.gr to the more generic ntua.gr. --- htdocs/mirrors.html | 2 +- 1

Re: gcc-11-20210426 is now available

2021-04-28 Thread Gerald Pfeifer
On Mon, 26 Apr 2021, GCC Administrator via Gcc wrote: > Snapshot gcc-11-20210426 is now available on > https://gcc.gnu.org/pub/gcc/snapshots/11-20210426/ > and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. Thanks for re-running the snapshot, Joseph, and updating the

[committed] wwwdocs: Migrate mirrorservice.org mirror from FTP to https

2021-04-28 Thread Gerald Pfeifer
mirrorservice.org offers FTP, http, and https. Given recent changes by various browsers, move from FTP directly to https. Pushed. Gerald --- htdocs/mirrors.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/mirrors.html b/htdocs/mirrors.html index

Re: [wwwdocs, patch] gcc-12/changes.html: OpenMP (depobj/mutexinoutset for depend), OpenACC (-Wopenacc-parallelism)

2021-04-27 Thread Gerald Pfeifer
On Tue, 27 Apr 2021, Tobias Burnus wrote: > Thanks for the suggestions. You're always welcome! > PS: When looking at https://gcc.gnu.org/mirrors.html, I wondered whether > 3 of 5 http mirrors links could move to https and given the trend that > FTP is phased out (on the server side and in the

[committed] wwwdocs: Remove gd.tuwien.ac.at mirror

2021-04-27 Thread Gerald Pfeifer
Spotted working on our mirror list; pushed. Gerald This was already disabled (commented out), and apparently has been completely deprovisioned since then. --- htdocs/mirrors.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/htdocs/mirrors.html b/htdocs/mirrors.html index

[committed] wwwdocs: Convert ftp.mpi-sb.mpg.de mirror to https

2021-04-27 Thread Gerald Pfeifer
Tobias pointed out that many of our mirrors are listed with the FTP protocol (or FTP host name) when browers like Chrome or Firefox are currently removing support for FTP. This is the first of several changes I'll be making to adjust our mirror list. Everyone is welcome to make such changes

Re: Has FSF stopped processing copyright paperwork

2021-04-26 Thread Gerald Pfeifer
On Mon, 26 Apr 2021, Romain GEISSLER via Gcc wrote: > Few weeks later, I would like to know if anyone on the list knows if FSF is > still processing copyright assignment these days. Basically shall people > willing to sign one just have to be patient as processing is still on-going, > or if

Re: [wwwdocs, patch] gcc-12/changes.html: OpenMP (depobj/mutexinoutset for depend), OpenACC (-Wopenacc-parallelism)

2021-04-26 Thread Gerald Pfeifer
On Mon, 26 Apr 2021, Tobias Burnus wrote: > Comments? Wording suggestions? I think for OpenMP, the sentence will be > modified several times before the release :-) Can I take this as a promise? :-) + + For Fortran, OpenMP 5.0 support has been extended for following features + which were

Re: [wwwdocs] IPA/LTO/profile-feedback changes

2021-04-23 Thread Gerald Pfeifer
On Fri, 23 Apr 2021, Jan Hubicka wrote: > this patch adds changesentry for IPA/LTO and FDO. Ah, cool! This looks fine with some minor edits. > --- a/htdocs/gcc-11/changes.html > +++ b/htdocs/gcc-11/changes.html > + > + New IPA-modref pass was added to track side-effects of function >

Re: [wwwdocs] Add znver3 support to changes.html

2021-04-20 Thread Gerald Pfeifer
Hi Martin, On Tue, 20 Apr 2021, Martin Jambor wrote: > I'd like to ping the following, since we already have an RC. sorry for not getting to this via list right away. > > + GCC 10.3 supports AMD CPUs based on znver3 core > > + through -march=znver3. I believe "based on the ... core" will be

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

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

Re: removing toxic emailers

2021-04-17 Thread Gerald Pfeifer
On Fri, 16 Apr 2021, Frosku wrote: > In my view, if people employed by a small number of American companies > succeed in disassociating GCC from GNU/FSF, which is representative of > the free software grassroots community I find this insistant focus by some on "American companies" interesting -

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

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

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

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

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

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

Re: GCC association with the FSF

2021-04-10 Thread Gerald Pfeifer
On Sat, 10 Apr 2021, Giacomo Tesio wrote: > In fact, the mail boxes of the Steering Committee's members are > stored on their corporate servers. You keep making statements which are simply wrong. None of my GCC-related e-mails touch the servers of my employer, nor servers under the control of

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