Re: [PATCH][wwwdocs] Document GNU-stack support added to GCC 10 for MIPS

2020-02-22 Thread Gerald Pfeifer
On Fri, 24 Jan 2020, Dragan Mladjenovic wrote: > From: "Dragan Mladjenovic" > > diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html > index ef27c9b..7736990 100644 > --- a/htdocs/gcc-10/changes.html > +++ b/htdocs/gcc-10/changes.html > @@ -623,7 +623,14 @@ a work-in-progress. >

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

[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 Sami. Geral

[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 Sami. Geral

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

2020-02-02 Thread Gerald Pfeifer
nes.) 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-8/ch

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

[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

[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

[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

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

Re: git conversion in progress

2020-01-22 Thread Gerald Pfeifer
On Wed, 22 Jan 2020, Jakub Jelinek wrote: >> The rsync.html page can be removed too, since that was a way to download >> the entire svn repo. With git clone, you get the entire repo, so rsync >> isn't needed anymore. > I disagree, it isn't just about downloading a svn repo, but mailing list >

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

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

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

Re: git conversion in progress

2020-01-22 Thread Gerald Pfeifer
On Mon, 13 Jan 2020, Joseph Myers wrote: > In addition, once git.html is more complete (has the list of branches > added, at least) we need to update the GCC home page to link to the new > pages in place of those for SVN, redirect the old pages to the new ones, > and generally update references

[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

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

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

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

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

Re: Updating "regression hunting" to the Git world (was: [wwwdocs] Adjustments of "regression hunting" instructions to the post-SVN world.)

2020-01-20 Thread Gerald Pfeifer
On Mon, 20 Jan 2020, Jonathan Wakely wrote: >> If you have further updates to that page, please go ahead and >> simply make them (or let me know). > It still says "The following SVN commands are ..." Yes, that's another piece I'll tackle today/tomorrow. >> Also contrib/reghunt appears in need of

[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

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

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

Re: New redirects for git

2020-01-19 Thread Gerald Pfeifer
On Mon, 13 Jan 2020, Jakub Jelinek wrote: > Thanks to everybody who have helped with this. Thank you for putting this in place, Jakub! Gerald

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

Updating "regression hunting" to the Git world (was: [wwwdocs] Adjustments of "regression hunting" instructions to the post-SVN world.)

2020-01-19 Thread Gerald Pfeifer
On Sun, 19 Jan 2020, Gerald Pfeifer wrote (on gcc-patches@): > 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. I just updated https://gcc.gnu.org/bugs/reghunt.html , mostly by

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

[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

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

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

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/*,

[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

[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

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

2020-01-18 Thread Gerald Pfeifer
[ gcc-patches -> gcc ] On Sat, 18 Jan 2020, Gerald Pfeifer wrote: > 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

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

[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

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

[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

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

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

Re: git conversion in progress

2020-01-16 Thread Gerald Pfeifer
On Thu, 16 Jan 2020, Jonathan Wakely wrote: > On Thu, 16 Jan 2020 at 09:55, Georg-Johann Lay wrote: >> Hi, the front page reads "Our sources are readily and freely available >> via SVN...", similar recommendation for SVN in > Yes, it's been said more than once that the web pages will be updated >

[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

1-800-GIT-HELP: Fixing a commit message?

2020-01-16 Thread Gerald Pfeifer
the ,v files; in SVN I believe we did not want to allow for fixing commit messages a posteriori -- how about our Git setup? Policy-wise and practically? Gerald == from gcc-patches == From: Gerald Pfeifer To: gcc-patc...@gcc.gnu.org Date: Thu, 16 Jan 2020 19:15:28 +0100 (CET) Subject

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

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

[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

[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] 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] 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] Reduce references (textual and links) to SVN in older news.

2020-01-14 Thread Gerald Pfeifer
Pushed. Gerald - Log - commit 7d8a79bc2a6409c7adb30c70b884dd6f5934d999 Author: Gerald Pfeifer Date: Tue Jan 14 12:01:19 2020 +0100 Reduce references (textual and links) to SVN in older news. diff --git a/htdocs/news.html b

Re: [PATCH] Clean up references to Subversion in documentation sources.

2020-01-14 Thread Gerald Pfeifer
On Mon, 13 Jan 2020, Jonathan Wakely wrote: > Here's what I've committed to releases/gcc-9, I'll do something > similar for gcc-8. Cool, thank you. That was a good catch, even without the conversion to GIT; I'll see that I'll contribute to the conversion on the wwwdocs side over the coming

Re: [wwwdocs] Add AVR news.

2020-01-12 Thread Gerald Pfeifer
Log - commit d65a8b4f8d4d625070b3f8cbb07b13dfe1116ae6 Author: Gerald Pfeifer Date: Sun Jan 12 22:00:38 2020 +0100 Editorial changes to the AVR news section. Use "command-line option" over "command line option". Make references to older ver

Re: [PATCH] Document how to use --reference

2020-01-12 Thread Gerald Pfeifer
-- commit 8a488efcc0f4265505205aef285ae4a7537ff390 Author: Gerald Pfeifer Date: Sun Jan 12 21:43:59 2020 +0100 Refine the note on local clones, add markup, break a long line. diff --git a/htdocs/git.html b/htdocs/git.html index 41e2d953..7f40c0f6 100644 --- a/htdocs/git.html +++ b/htdocs/git.html

Re: [PATCH] doc: Note that some warnings depend on optimizations (PR 92757)

2020-01-12 Thread Gerald Pfeifer
On Mon, 2 Dec 2019, Jonathan Wakely wrote: > PR driver/92757 > * doc/invoke.texi (Warning Options): Add caveat about some warnings > depending on optimization settings. > > The bug reporter wants this clarified. I'm not entirely convinced it's > necessary, but it doesn't seem to

[wwwdocs] lists.html - Avoid two references to a concrete version control system (SVN here).

2020-01-11 Thread Gerald Pfeifer
370969e4d49ad3defb1fddaa239dbab955896a3a Author: Gerald Pfeifer Date: Sat Jan 11 14:02:34 2020 +0100 diff --git a/htdocs/lists.html b/htdocs/lists.html index 8ca456a..b05e171 100644 --- a/htdocs/lists.html +++ b/htdocs/lists.html @@ -99,11 +99,11 @@ before subscribing and posting to these lists. https://gcc.gnu.org

Re: [wwwdocs] Document -fcommon default change

2020-01-10 Thread Gerald Pfeifer
On Tue, 7 Jan 2020, Wilco Dijkstra wrote: > Thanks for the suggestions, I've reworded it as: > + GCC now defaults to -fno-common. As a result, global > + variable accesses are more efficient on various targets. In C, global > + variables with multiple tentative definitions now result

Re: Document --with-build-config=bootstrap-asan option.

2020-01-10 Thread Gerald Pfeifer
On Thu, 12 Dec 2019, Matthew Malcomson wrote: > gcc/ChangeLog: > > 2019-12-12 Matthew Malcomson > > * doc/install.texi: Document bootstrap-asan configuration option. I see this introduces a new table. > +Some examples of build configurations designed for developers of GCC are:

Re: Proposal for the transition timetable for the move to GIT

2020-01-10 Thread Gerald Pfeifer
On Thu, 9 Jan 2020, Joseph Myers wrote: >> Is there any chance we could get one more trunk snapshot before the >> conversion starts -- even if that means firing up the snapshot process >> Friday? It'd be quite useful for the ongoing Fedora build testing. > I could run a snapshot manually. I was

Re: Proposal for the transition timetable for the move to GIT

2020-01-10 Thread Gerald Pfeifer
On Fri, 10 Jan 2020, Maxim Kuvyrkov wrote: > I was wrong re. r182541, I didn't notice that it is the first commit on > branch. This renders the analysis in favor of reposurgeon conversion, > not svn-git. Kudos for that statement, Maxim. And thanks a bunch for all the work you have been doing,

Re: New GCC mirror from Rabat, Morocco

2020-01-04 Thread Gerald Pfeifer
Hi Sami, On Sun, 6 Oct 2019, Sami Ait Ali Oulahcen wrote: > We'd like to start mirroring the GCC. apologies, it appears none of us did get back to you last year? 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

Re: http://www.netgull.com mirror broken

2020-01-04 Thread Gerald Pfeifer
On Wed, 4 Dec 2019, Dan Allen wrote: > http://www.netgull.com has gcc snapshots and releases, but in the past > few weeks only the diffs are there - none of the actual source tarballs > are present. > > I am not sure how to get this message through to netball, but I figured > you had a better

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

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: [wwwdocs][Fortran] gcc-10/porting_to.html – Fortran's argument-checking

2019-12-02 Thread Gerald Pfeifer
On Mon, 2 Dec 2019, Tobias Burnus wrote: > Hence: How about the following? I noticed some minor issues (below). Generally this looks fine, though I better defer to someone more versed in Fortran. ;-) > Additionally, one should check that the code indeed only accesses Here I'd say "Additionally

[wwwdocs] Make gcc-9/ and gcc-10/ a bit more uniform (wrt. )

2019-11-29 Thread Gerald Pfeifer
...which is another way of saying that there actually were no style sheets applied to some of those (in addition to inconsistent formatting). Committed. Gerald commit 553b5e98de2dc90183773b0c0d750db62d6ad8db Author: Gerald Pfeifer Date: Fri Nov 29 17:40:34 2019 +0100 diff --git a/htdocs

Re: [Patch, gcc-wwdocs] Update to Fortran changes

2019-11-28 Thread Gerald Pfeifer
On Tue, 26 Nov 2019, Mark Eggleston wrote: > Second attempt this time with attachment. >From f884924877ba84578e75bd16cb127bab33eb5ee6 Mon Sep 17 00:00:00 2001 From: Mark Eggleston Date: Tue, 26 Nov 2019 10:12:44 + Subject: [PATCH] Update Fortran changes + +A blank format item

Making things a bit easier (was: [Patch, gcc-wwdocs] Update to Fortran changes)

2019-11-28 Thread Gerald Pfeifer
On Tue, 26 Nov 2019, Mark Eggleston wrote: > I've check the changes with W3 validator. There are no problems related > to my changes, however, it does object to the lack of character encoding > in the file. My knowledge of HTML is limited, so don't know how to fix > that. Let me take this as

[wwwdocs] Push down into individual HTML files.

2019-11-28 Thread Gerald Pfeifer
Author: Gerald Pfeifer Date: Thu Nov 28 19:01:20 2019 +0100 Push down into individual HTML files. Historically we have been adding to all HTML files via our preprocessing machinery. With this change these files become more self contained and in particular easier

[wwwdocs] Make the formatting of the tag and block more uniform.

2019-11-27 Thread Gerald Pfeifer
cfa6e237e33dfad556618251869bf7d519e32a40 Author: Gerald Pfeifer Date: Wed Nov 27 15:46:26 2019 +0100 Make the formatting of the tag and block more uniform. This will ease automatic processing as we include even more of what is currently coming from style.mhtmland reduce the chance of missing

Re: [wwwdocs] readings.html - "Porting GCC for Dunces" is gone

2019-11-16 Thread Gerald Pfeifer
On Sat, 16 Nov 2019, Hans-Peter Nilsson wrote: > Ping. I personally would prefer it being on gcc.gnu.org but > will arrange for an alternative, if that for some reason would > be inappropriate. FWIW, the PDF weighs in at a whopping 474174 > bytes. I was first thinking where to upload it on

Re: GCC 7.5 Released

2019-11-15 Thread Gerald Pfeifer
On Fri, 15 Nov 2019, Richard Biener wrote: >> I disabled snapshots from the GCC 7 branch on gcc.gnu.org. > Huh, I thought I did - I usually do this when creating the RC > (and I didn't see a new snapshot during the RC phase). ftp://gcc.gnu.org/pub/gcc/snapshots/7-20191107/ came after

Re: GCC 7.5 Released

2019-11-14 Thread Gerald Pfeifer
On Thu, 14 Nov 2019, Richard Biener wrote: > This is also the last release from the GCC 7 branch which > will receive no further fixes from now on. I disabled snapshots from the GCC 7 branch on gcc.gnu.org. (It appears you made that change in SVN and ~gccadmin/scripts on that machine, but not

Re: Hello, I would like to know how to download gcc 9.2 in windows from here. https://ftp.gnu.org/gnu/gcc/gcc-9.2.0/ Thanks.

2019-11-11 Thread Gerald Pfeifer
On Tue, 5 Nov 2019, Aditya Guharoy wrote: > I would like to know how to download gcc 9.2 in windows from here. > https://ftp.gnu.org/gnu/gcc/gcc-9.2.0/ We distribute source code, that in turn can then be built for various platforms (such as Windows). If you enter "gcc windows binary" in your

[PATCH,libstdc++] Update link to "Why not LGPL".

2019-11-11 Thread Gerald Pfeifer
Committed. With a one line GIT log at the top. ;-) Gerald 2019-11-11 Gerald Pfeifer * doc/xml/gnu/gpl-3.0.xml: Adjust link to "Why not LGPL". Index: doc/xml/gnu/gpl-3.0.xml === --- doc/xml/gnu/g

[wwwdocs] readings.html - "Porting GCC for Dunces" is gone

2019-11-10 Thread Gerald Pfeifer
: Gerald Pfeifer Date: Sun Nov 10 14:41:36 2019 +0100 Disable "Porting GCC for Dunces" which is gone (or moved). diff --git a/htdocs/readings.html b/htdocs/readings.html index 03010f0..e95760a 100644 --- a/htdocs/readings.html +++ b/htdocs/readings.html @@ -29,10 +29,10

Re: [PATCH] Bump minimum MPFR version to 3.1.0

2019-11-10 Thread Gerald Pfeifer
On Sun, 10 Nov 2019, Janne Blomqvist wrote: > Thanks, I'll take that as an Ok for the Fortran part. I believe I > still need an Ok by a global or build machinery reviewer for the > global and docs parts. For the docs parts, and in particular a change like this, only in the most pedantic of worlds

[libstdc++,doc] doc/xml/manual/using.xml: Switch www.hboehm.info to https

2019-11-10 Thread Gerald Pfeifer
Committed. Gerald 2019-11-10 Gerald Pfeifer * doc/xml/manual/using.xml: Switch www.hboehm.info to https. Index: doc/xml/manual/using.xml === --- doc/xml/manual/using.xml(revision 278018) +++ doc/xml/manual

[wwwdocs] Update to the new home of the GNU Coding Standards

2019-11-04 Thread Gerald Pfeifer
Committed. Gerald - Log - commit cb3654b35594dc81dc78b01713142e4207d73191 Author: Gerald Pfeifer Date: Sun Nov 3 20:42:22 2019 + Update to the new home of the GNU Coding Standards Format the surrounding HTML

[wwwdocs] readings.html -- switch www.adapteva.com to https

2019-11-02 Thread Gerald Pfeifer
Committed. Gerald - Log - commit 0f32e95bf23411b8247c122588bfd14079b93ed0 Author: Gerald Pfeifer Date: Sat Nov 2 21:24:24 2019 + Switch www.adapteva.com to https. diff --git a/htdocs/readings.html b/htdocs/readings.html

Re: [C++ PATCH] PR c++/90875 - added -Wswitch-outside-range option.

2019-10-27 Thread Gerald Pfeifer
On Fri, 21 Jun 2019, Marek Polacek wrote: >> 2019-06-20 Matthew Beliveau >> >> PR c++/90875 - added -Wswitch-outside-range option >> * doc/invoke.texi (Wswitch-outside-range): Document. I noticed this is not yet covered in the GCC 10 release notes at

[libstdc++,doc] Switch pubs.opengroup.org to https

2019-10-26 Thread Gerald Pfeifer
Turns out we have three instances of the same link in our libstdc++ documentation -- do we really need all of those? In any case, I went ahead and applied this straightforward update. Gerald 2019-10-26 Gerald Pfeifer * doc/xml/manual/codecvt.xml: Switch pubs.opengroup.org to https

[wwwdocs] readings.html - http://www.idris.fr/data/publications/F95/test_F95_english.html is gone

2019-10-25 Thread Gerald Pfeifer
I looked for a replacement, and there does not appear to be one, so I remove the link. Committed. Gerald - Log - commit 61592c09663a83809c5115cb7dfddeb3bd606418 Author: Gerald Pfeifer Date: Fri Oct 25 07:55:49 2019 +0200

[libstdc++,doc] doc/xml/manual/policy_data_structures_biblio.xml - pubs.opengroup.org goes https

2019-10-24 Thread Gerald Pfeifer
Committed. 2019-10-25 Gerald Pfeifer * doc/xml/manual/policy_data_structures_biblio.xml: Switch pubs.opengroup.org to https. Index: doc/xml/manual/policy_data_structures_biblio.xml === --- doc/xml/manual

Re: r272976 - in /trunk/gcc/ada: ChangeLog ali.adb ...

2019-10-24 Thread Gerald Pfeifer
On Tue, 10 Sep 2019, Arnaud Charlet wrote: > Allright, there are already similar kludges elsewhere, so I've applied the > following patch which fixes it: > > 2019-09-10 Arnaud Charlet > > * doc/install.texi: Fix syntax for html generation. > > Index: doc/install.texi >

[libstdc++,doc] doc/xml/gnu/gpl-3.0.xml: Switch www.gnu.org to https.

2019-10-24 Thread Gerald Pfeifer
Committed. Gerald 2019-10-25 Gerald Pfeifer * doc/xml/gnu/gpl-3.0.xml: Switch www.gnu.org to https. Index: libstdc++-v3/doc/xml/gnu/gpl-3.0.xml === --- libstdc++-v3/doc/xml/gnu/gpl-3.0.xml(revision 277213

[wwwdocs] projects/gupc.html - adjust upc.gwu.edu references

2019-10-22 Thread Gerald Pfeifer
The most current version still using GCC 5 is an indication we may want/need to remove this at one point. For now I opted to keep it. Committed. Gerald commit 1d67809c07a5e60220f2d2e03a4ff2de33302721 Author: Gerald Pfeifer Date: Tue Oct 22 08:38:17 2019 +0200 Replace (or remove

[wwwdocs] readings.html - pubs.opengroup.org has moved to https

2019-10-21 Thread Gerald Pfeifer
Committed. Gerald - Log - commit 2ae4a89035240f0df48cefdc0bd3270e193f49f9 Author: Gerald Pfeifer Date: Mon Oct 21 13:45:44 2019 +0200 pubs.opengroup.org has moved to https. diff --git a/htdocs/readings.html b/htdocs

[wwwdocs] codingconventions.html - hboehm.info now defaults to https.

2019-10-20 Thread Gerald Pfeifer
Committed. Gerald - Log - commit 7d0ef4e2d84d051e0764ca2236f20b1de7970b4a Author: Gerald Pfeifer Date: Sun Oct 20 22:07:54 2019 +0200 hboehm.info now defaults to https. diff --git a/htdocs/codingconventions.html b/htdocs

[doc] install.texi - hboehm.info tweak

2019-10-20 Thread Gerald Pfeifer
Committed. Gerald 2019-10-20 Gerald Pfeifer * doc/install.texi (Configuration, --enable-objc-gc): hboehm.info now defaults to https. Index: doc/install.texi === --- doc/install.texi(revision 277213) +++ doc

Re: git conversion of GCC wwwdocs repository

2019-10-20 Thread Gerald Pfeifer
On Wed, 25 Sep 2019, Jonathan Wakely wrote: > I mean that there's not much value in having my past commits listed as > coming from various "different" authors: > > Jonathan Wakely > Jonathan Wakely > Jonathan Wakely > Jonathan Wakely > Jonathan Wakely > > All of those "identities" are the

Re: [PATCH V6 05/11] bpf: new GCC port

2019-10-20 Thread Gerald Pfeifer
On Mon, 9 Sep 2019, Jose E. Marchesi wrote: > I just committed the port to svn trunk, in a single commit, yay! Congratulations! > Many thanks to you, richard, seguer and the other reviewers for the > great feedback and suggestions. What got committed is certainly WAY > better than what I

Re: [PATCH][wwwdocs] Update GCC 9 release note

2019-10-20 Thread Gerald Pfeifer
On Thu, 10 Oct 2019, H.J. Lu wrote: > Here is the same patch for git repo. Is it OK? Has this been available since GCC 9.1, or has it been added later? (If the latter, please add this to a GCC 9.2 or GCC 9.3 section in that file). Ok. Gerald

[wwwdocs] Update gcc-10/changes.html re Intel ISA (was: gcc-wwwdocs branch master updated. 63fbcfeaf27d9dd2083ccbd34bdff8fccb63949c)

2019-10-20 Thread Gerald Pfeifer
y we also refer to "command-line option" or similar, but I leave it up to you whether you want to do this here. Gerald - Log - commit 403208f04a685071344227d54127664e6894ee0a Author: Gerald Pfeifer Date: Sun Oct 20 19:11:06 2019 +0

Re: GCC wwwdocs move to git done

2019-10-20 Thread Gerald Pfeifer
On Wed, 9 Oct 2019, Joseph Myers wrote: > I've done the move of GCC wwwdocs to git (using the previously posted and > discussed scripts), including setting up the post-receive hook to do the > same things previously covered by the old CVS hooks, and minimal updates > to the web pages dealing

<    4   5   6   7   8   9   10   11   12   13   >