[wwwdocs] Link to git.html instead of svn.html and use a neutral link text.

2020-01-14 Thread Gerald Pfeifer
...for all our (past) release pages. Pushed. Gerald - Log - commit d248ad22e9e02664ac4567a24af7a83c6f12aad7 Author: Gerald Pfeifer Date: Tue Jan 14 23:40:48 2020 +0100 Link to git.html instead of svn.html and use a neutral

[wwwdocs] Remove link to the Git mirror entry in our Wiki from navigation bar.

2020-01-14 Thread Gerald Pfeifer
Pushed. Gerald - Log - commit 3af4155933a9d3b8506b56c16865879b098ab4cf Author: Gerald Pfeifer Date: Tue Jan 14 23:52:28 2020 +0100 Remove link to the Git mirror entry in our Wiki from navigation bar. diff --git a/htdocs

[wwwdocs] Swap links to our previous SVN documentation with those for Git.

2020-01-15 Thread Gerald Pfeifer
Pushed. Gerald - Log - commit 335d0b9345d12398b14ad6f69c3572861ce49d5b Author: Gerald Pfeifer Date: Wed Jan 15 22:34:53 2020 +0100 Swap links to our previous SVN documentation with those for Git. diff --git a/htdocs

[wwwdocs] Refer to the new pages describing our Git setup.

2020-01-15 Thread Gerald Pfeifer
Replace two references to svn.html and svnwrite.html by git.html and gitwrite.html, respectively. Reduce an explicit reference to whatever tool we use on the way. Pushed. --- htdocs/contribute.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/contribute.html b

Re: [PATCH] doc: Replace references to SVN with those to Git

2020-01-15 Thread Gerald Pfeifer
On Wed, 15 Jan 2020, Martin Jambor wrote: > when going over stuff linked from the SummerOfCode wiki page, > I found out that doc/install.texi still refers to Subversion. We've got a fair number of references left in various places; working through that slowly and appreciate your help! > The foll

[PATCH] Redirect cvswrite.html to gitwrite.html instead of svnwrite.html.

2020-01-16 Thread Gerald Pfeifer
I doubt there's many references to https://gcc.gnu.org/cvs.html left, but just in case - Git is the new SVN is the new CVS. :-) Gerald --- htdocs/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/.htaccess b/htdocs/.htaccess index acaac093..a28af129 100644 ---

[wwwdocs] Promote Git on our home page.

2020-01-16 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/index.html b/htdocs/index.html index 89bcfcca..41bcfe18 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -32,7 +32,7 @@ of native and cross targets (including GNU/Linux), and

[wwwdocs] Remove reference to SVN and our svn.html page from projects/.

2020-01-16 Thread Gerald Pfeifer
...usually by simplifying and removing the link. (And add a blank linke between the and tags where there was none.) Pushed. Gerald --- htdocs/projects/beginner.html | 4 ++-- htdocs/projects/cfo.html | 3 +-- htdocs/projects/cli.html | 3 +-- ht

[wwwdocs] Reduce references to FTP for downloads.

2020-01-17 Thread Gerald Pfeifer
This is not directly related to our move to Git, though I noticed it in the context of working to update the web pages. Most of our downloads are now happening via http, and Chrome will soon even remove support for the ftp protocol. Pushed. Gerald --- htdocs/gcc-2.95/branch.html | 2 +- htdocs/

[wwwdocs] Remove the last reference to svnwrite.html and retire it.

2020-01-17 Thread Gerald Pfeifer
One step^Wfile at a time; next in line: svn.html. Pushed. Gerald --- htdocs/contribute.html | 4 +- htdocs/svnwrite.html | 432 - 2 files changed, 2 insertions(+), 434 deletions(-) delete mode 100644 htdocs/svnwrite.html diff --git a/htdocs/contribu

[wwwdocs] Simplify and adjust to the switch from SVN to Git.

2020-01-17 Thread Gerald Pfeifer
Remove a section that only applies to SVN and some specifics on encoding patches in mails that are rarely relevant. Shorten the initial statement, the note on copyright disclaimers, and trim some further overly picky/explicit statements. Use active voice and improve markup in one case each. I s

[wwwdocs] Fix up formatting of one sentence in the main Fortran page.

2020-01-17 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/fortran/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/fortran/index.html b/htdocs/fortran/index.html index 42012ddc..7b6aa805 100644 --- a/htdocs/fortran/index.html +++ b/htdocs/fortran/index.html @@ -30,7 +30,7 @@ this to attract

[wwwdocs] Refer to Git (not SVN) to obtain current sources.

2020-01-17 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/snapshots.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/snapshots.html b/htdocs/snapshots.html index 3c491b00..80d61e27 100644 --- a/htdocs/snapshots.html +++ b/htdocs/snapshots.html @@ -11,7 +11,7 @@ GCC Snapshots -We recommend tha

[wwwdocs,C++] Update notes on C++17 and C++2a support.

2020-01-18 Thread Gerald Pfeifer
Streamline these two sections, remove references to svn.html, note the latter has landed by now. Pushed. Jonathan, Marek, Jason, it might be good if you could go through the page and see whether there are similar simplifications/updates. Thanks, Gerald --- htdocs/projects/cxx-status.html | 8

[wwwdocs] Generalize instructions and remove notes on repository mirroring via rsync.

2020-01-18 Thread Gerald Pfeifer
Remove all references how to perform local checkouts, to SVN, and mirroring the repository. Instead generalize descriptions since with the move to Git syncing the repository with rsync and then checking out locally became mostly pointless. Pushed. Gerald --- htdocs/rsync.html | 45 -

[wwwdocs] Condense and trim three aspects of our snapshot instructions.

2020-01-18 Thread Gerald Pfeifer
This includes folding in a reference to our lists overview as a link into some other text, removing a long obsolete reference to age-old versions of the patch command, and skippking details that are covered by the gcc_update script. Pushed. Gerald --- htdocs/snapshots.html | 11 +++ 1 fi

[wwwdocs] Have the projects list refer to Git instead of SVN for branches.

2020-01-18 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/projects/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/projects/index.html b/htdocs/projects/index.html index 2c6472cc..26f667bd 100644 --- a/htdocs/projects/index.html +++ b/htdocs/projects/index.html @@ -23,7 +23,7 @@ help develo

Re: analyzer branch renamed to "devel/analyzer"

2020-01-18 Thread Gerald Pfeifer
On Wed, 15 Jan 2020, David Malcolm wrote: > The new git server doesn't seem to like such branch names [1], so I'm > now using "devel/analyzer" Do you plan to also document this in git.html (per the message below you quoted ;-)? > remote: *** Shared development branches should be named devel/*,

Re: [Patch, Fortran + wwwdocs] PR93253 – Document BOZ changes, make it friendlier in legacy code

2020-01-18 Thread Gerald Pfeifer
Log - commit aa1665da66b064f53e5c99a09894003b53779baa Author: Gerald Pfeifer Date: Sat Jan 18 13:01:10 2020 +0100 Close a list item instead of opening an empty one. diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index 76a4ed9c..66440102 100644 --- a/htd

[committed] Reword a comment in varpool_node::ctor_useable_for_folding_p.

2020-01-18 Thread Gerald Pfeifer
2019-01-18 Gerald Pfeifer * varpool.c (ctor_useable_for_folding_p): Fix grammar. --- gcc/ChangeLog | 4 gcc/varpool.c | 7 --- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/gcc/varpool.c b/gcc/varpool.c index e5d632e0eb5..458cdf1bf37 100644 --- a/gcc

Re: [PATCH] contrib/download_prerequisites: Use http instead of ftp

2020-01-18 Thread Gerald Pfeifer
On Tue, 12 Nov 2019, Janne Blomqvist wrote: > Convert the download_prerequisites script to use http instead of > ftp. This works better with firewalls, proxies, and so on. It's also > faster, a quick test on my system before patch: Plus common web browsers are starting to deprecate and actually re

[wwwdocs] Remove specifics shared by all of GCC from the main Fortran page.

2020-01-19 Thread Gerald Pfeifer
This was triggered by a reference to SVN and dates back to the very early days for GFortran when it was more of a separate projects. Pushed. Gerald --- htdocs/fortran/index.html | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/htdocs/fortran/index.html b/htdocs/fortran/

[wwwdocs] Adjustments of "regression hunting" instructions to the post-SVN world.

2020-01-19 Thread Gerald Pfeifer
With Git a clone carries the whole repository, so remove instructions on obtaining a local copy of the repository and related instructions on SVN usage. On the way remove a web link for the contrib/reghunt scripts since those are in the repository anyway. Pushed. Gerald --- htdocs/bugs/reghunt

Re: [wwwdocs] Remove the last reference to svnwrite.html and retire it.

2020-01-19 Thread Gerald Pfeifer
On Fri, 17 Jan 2020, Gerald Pfeifer wrote: > One step^Wfile at a time; next in line: svn.html. Let's make sure old links to svnwrite.html (externally or from our own archives, say) redirect. Pushed. Gerald - Log

Re: [wwwdocs] Updates to contribute.html for git-friendly posting rules

2020-01-19 Thread Gerald Pfeifer
Hi Richard, On Thu, 9 Jan 2020, Richard Earnshaw (lists) wrote: > The thread on gcc@ is now so long and complicated that this proposal > back at the start has dropped off the radar. With the switch now > imminent I'd like to re-propose this change, this time more formally. I wasn't sure *who*

Re: Copy list of development branches from svn.html into git.html

2020-01-19 Thread Gerald Pfeifer
On Thu, 16 Jan 2020, Joseph Myers wrote: > This patch makes a start on making the branch information from > svn.html available in git.html. Thank you, Joseph. That allowed for https://gcc.gnu.org/ml/gcc-patches/2020-01/msg01089.html which was, from what I can tell, the last reference to that

[wwwdocs] Polish our page on releases a bit.

2020-01-20 Thread Gerald Pfeifer
We now require a C++ compiler to bootstrap. Short some text here and there. Pushed. Gerald --- htdocs/releases.html | 22 +- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/htdocs/releases.html b/htdocs/releases.html index c7a9bf1c..30b777f4 100644 --- a/htdocs

[wwwdocs] PR346 has been resolved; remove it from our projects lists.

2020-01-20 Thread Gerald Pfeifer
Pushed. --- htdocs/projects/index.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/htdocs/projects/index.html b/htdocs/projects/index.html index 26f667bd..282d79eb 100644 --- a/htdocs/projects/index.html +++ b/htdocs/projects/index.html @@ -69,9 +69,6 @@ informed of any substantial proj

[wwwdocs] You can also retrieve our sources using Git.

2020-01-20 Thread Gerald Pfeifer
And this was the last reference to svn.html in our tree. :) Pushed. --- htdocs/releases.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/releases.html b/htdocs/releases.html index 30b777f4..1c8e87e2 100644 --- a/htdocs/releases.html +++ b/htdocs/releases.html @@

[wwwdocs] Refer to git commands (instead of svn) in regression hunting instructions.

2020-01-20 Thread Gerald Pfeifer
Jonathan spotted this, so I went ahead and addressed it (adding "git show" as another relevant command, slightly reordering the list, and removing a link to the SvnHelp wiki entry). Pushed. Gerald --- htdocs/bugs/reghunt.html | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) di

[wwwdocs] Redirect svn.html to git.html.

2020-01-20 Thread Gerald Pfeifer
None of our own pages refers to svn.html any longer after the updates of the last week or two; there may be some external reference, though. Pushed. Gerald --- htdocs/.htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/.htaccess b/htdocs/.htaccess index e80d14e4..7aa9f8bb 100644

[wwwdocs,Fortran] Switch over www.gnu.org to https.

2020-01-20 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/fortran/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/fortran/index.html b/htdocs/fortran/index.html index b7a71de2..1d140b3a 100644 --- a/htdocs/fortran/index.html +++ b/htdocs/fortran/index.html @@ -14,7 +14,7 @@ The purpose of

[wwwdocs] Improve the presentation of our instructions on checksuming.

2020-01-22 Thread Gerald Pfeifer
On the way remove a note about binary snapshots that's been commented for a while. Pushed. Gerald --- htdocs/snapshots.html | 14 -- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/htdocs/snapshots.html b/htdocs/snapshots.html index 6567a857..7776d95e 100644 --- a/htdo

[wwwdocs] Remove svn.html which is not referenced internally any longer.

2020-01-22 Thread Gerald Pfeifer
Not only have I cleaned up all internal references, there's also a redirect from svn.html to git.html in place, so users should never get a 404. Pushed. Gerald --- htdocs/svn.html | 1219 --- 1 file changed, 1219 deletions(-) delete mode 100644 htdocs/

Re: [wwwdocs] Add GCC10 IPA/LTO changes

2020-01-22 Thread Gerald Pfeifer
On Mon, 30 Dec 2019, Jan Hubicka wrote: > here are some of changes of LTO/IPA done in GCC10. Quite a bit! :-) > +The following GCC command line options have been introduced or > improved. ...command-line... > + href="https://gcc.gnu.org/onlinedocs/gcc-10.1.0/gcc/Optimize-Options.html#index-

Re: Add News-feed item for git transition

2020-01-22 Thread Gerald Pfeifer
On Wed, 22 Jan 2020, Richard Earnshaw (lists) wrote: > We're missing a statement on the main news feed about the git transition. Lovely, thanks. Gerald PS: Lovely referring to you creating the patch, not the missing announcement. ;-)

[wwwdocs] Abstract a statement to refer to our infrastructure, no specifics.

2020-01-23 Thread Gerald Pfeifer
Another reference to svn gone - and more abstract in case of another change in 2049. Pushed. --- htdocs/contribute.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/contribute.html b/htdocs/contribute.html index 042ff069..b671354e 100644 --- a/htdocs/contribute.html

[wwwdocs] Abstract away verbal references to SVN in the GOMP project description.

2020-01-23 Thread Gerald Pfeifer
Technically not necessary, but while I was at it this simplified things (and there were no similarly many references anywhere else). Pushed. Gerald --- htdocs/projects/gomp/index.html | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/htdocs/projects/gomp/index.ht

[wwwdocs] Fix markup of > (to >).

2020-01-23 Thread Gerald Pfeifer
A small fix on top of the last edits to gitwrite.html; spelling "<" and ">" the HTML way is painful, and visually hard to grok. Pushed. Gerald --- htdocs/gitwrite.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/gitwrite.html b/htdocs/gitwrite.html index 047c13

[wwwdocs] Convert simulator HOWTO to git checkout instructions.

2020-01-29 Thread Gerald Pfeifer
Pushed, though it would be really good for someone familiar with this area to go through the whole document, too, for any updates. Hans-Peter, any chance? Gerald --- htdocs/simtest-howto.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/simtest-howto.html b/htdocs/s

Re: [patch, fortran, wwwdocs] PR93461 - Bogus "symbol is already defined" with long subroutine names in submodule

2020-01-29 Thread Gerald Pfeifer
On Tue, 28 Jan 2020, Andrew Benson wrote: > I've attached a draft patch to update the release notes about this ABI > breakage. I don't know if I've explained it sufficiently clearly though? I do not speak Fortran, but your description was easy to read and understand for me. :-) Thank you, and ok

Re: [wwwdocs] Mention powerpc*-*-*spe* deprecation in gcc-8/changes.html

2020-02-02 Thread Gerald Pfeifer
idelines.) Gerald commit 1eed7f705ad5153ac835cf6433ce07538e400fa8 Author: Gerald Pfeifer Date: Sun Feb 2 23:48:17 2020 +0100 Make a "here" link text more specific. diff --git a/htdocs/gcc-8/changes.html b/htdocs/gcc-8/changes.html index ddc7e824..636552ab 100644 --- a/htdocs/gcc

[committed] wwwdocs: New GCC mirror from Rabat, Morocco

2020-02-05 Thread Gerald Pfeifer
On Sun, 5 Jan 2020, Gerald Pfeifer wrote: > Happy to have you as a mirror, and if you'd like to submit a patch > for https://gcc.gnu.org/mirrors.html that'd be great. Otherwise we > can create one. I applied this patch that I created on behalf of Sa

Re: [wwwdocs] Mention common attribute in gcc-10/porting_to.html

2020-02-06 Thread Gerald Pfeifer
On Thu, 6 Feb 2020, Jakub Jelinek wrote: > + If tentative definitions of particular variable or variables need to be I believe that would be "a particular variable", but best to simplify to "of particular variables". > + placed in a common block, __attribute__((__common__)) can be > + used to

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

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

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

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

2021-09-16 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: [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] 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 l

Re: [PATCH] libstdcxx: Update ctype_base.h from NetBSD upstream

2019-12-21 Thread Gerald Pfeifer
Hi Matthew, On Mon, 4 Feb 2019, Matthew Bauer wrote: > The ctype_base.h file in libstdc++-v3 is out of date for NetBSD. They > have changed their ctype.h definition. It was updated in their intree > libstdc++-v3 but not in the GCC one. My understanding is this is a > straightforward rewrite. I've

Re: [PATCH] Make LTO link pick up compile-time -g

2019-12-21 Thread Gerald Pfeifer
compiler_options): Likewise. > (run_gcc): Re-instantiate handling -g0 at link-time. > * doc/invoke.texi (flto): Document debug info generation. Thank you! I committed the minor editorial update below on top. Gerald 2019-12-22 Gerald Pfeifer * doc/invoke.texi (-flto): Use

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

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

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

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 mac

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

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 git

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 t

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

[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

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

2021-05-30 Thread Gerald Pfeifer
hank you for 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: R

[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

[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 c4c0618a..33ed582

[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

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 t

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 t

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

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

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) This

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

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? > https://gcc.gnu.org/pipermail/g

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

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: 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 a/htdocs/gcc-12/chang

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 failures

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

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); >> |

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

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

[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 +++ b/htdocs/gcc-5/change

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

[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 -http://nongnu.org/gm2/homep

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

[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). IA-32

[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. (Specific)

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 lo

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

[committed] doc: No longer generate old.html

2021-10-24 Thread Gerald Pfeifer
de 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/in

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

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. mak

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