Re: [PATCH] recog: Use parameter packs for operator()

2020-06-21 Thread Gerald Pfeifer
On Thu, 18 Jun 2020, Sebastian Huber wrote: > b952c2cfcd74c284970e1b9bf1fca58f5f69ab23 on 10th of June. I build GCC > roughly once per week. I have daily builds running on i386-unknown-freebsd11.3 (since this is the flavor most likely to trigger issues) and the failure started in the 24 hours

[committed] wwwdocs: Add markup to the GCC 11 -dump* and -aux* revamp.

2020-06-06 Thread Gerald Pfeifer
This is a little follow up to Alexandre's note for the GCC 11 release notes - we usually mark command-line options as . Pushed. Gerald --- htdocs/gcc-11/changes.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html

Re: [stage1][PATCH] Make TOPN counter dynamically allocated.

2020-06-03 Thread Gerald Pfeifer
On Wed, 3 Jun 2020, Martin Liška wrote: > Sorry for the breakage. Can you please paste full build output for the > problematic .o file? > > I bet it's a C file compilation, where we should use: > > __sync_val_compare_and_swap (counter, 0, (intptr_t)node); > > Can you please test it? c++

Re: [stage1][PATCH] Make TOPN counter dynamically allocated.

2020-06-02 Thread Gerald Pfeifer
On Tue, 2 Jun 2020, Martin Liška wrote: > Ready for master? Before that, my nightly tester on i386-unknown-freebsd11 just ran into the following: /scratch/tmp/gerald/GCC-HEAD/gcc/../libgcc/libgcov.h:396:51: error: cannot initialize a parameter of type 'gcov_type' (aka 'long long') with

Re: [IMPORTANT] ChangeLog related changes

2020-06-02 Thread Gerald Pfeifer
On Mon, 1 Jun 2020, Jonathan Wakely via Gcc-patches wrote: > The libstdc++ manual is written in Docbook XML, but we commit both the > XML and generated HTML pages to Git. Sometimes a small XML file can > result in dozens of mechanical changes to the generated HTML files, > which we record in the

Re: [IMPORTANT] ChangeLog related changes

2020-06-02 Thread Gerald Pfeifer
On Mon, 1 Jun 2020, Jonathan Wakely via Gcc-patches wrote: > The libstdc++ manual is written in Docbook XML, but we commit both the > XML and generated HTML pages to Git. Sometimes a small XML file can > result in dozens of mechanical changes to the generated HTML files, > which we record in the

[committed] libstdc++: Update/streamline Valgrind references

2020-06-01 Thread Gerald Pfeifer
Like many sites over the last year(s) valgrind.org has now moved to https. While there, replace the second of two links in the same vicinity by a purely textual reference -- easier to maintain, and in particular also better from a user experience perspective. Gerald * doc/xml/faq.xml:

[committed] wwwdocs: Update link for ARC.

2020-05-31 Thread Gerald Pfeifer
Pushed. --- htdocs/readings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/readings.html b/htdocs/readings.html index 3d654a37..2488ca9d 100644 --- a/htdocs/readings.html +++ b/htdocs/readings.html @@ -78,7 +78,7 @@ names. arc Manufacturer: Synopsys Inc (as

[committed] libstdc++: Switch www.cs.princeton.edu to https

2020-05-31 Thread Gerald Pfeifer
My first libstdc+++ commit in the new (ChangeLog) new (Git) world order, so particularly happy for advise on any mistakes or potential improvements. (Apart from the stray change that sneaked into the .xml file in the last minute somehow :-( -- that one's resolved already.) Pushed. Gerald

[committed] wwwdocs: Remove duplicate (old) Blackfin reference.

2020-05-31 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/readings.html | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/readings.html b/htdocs/readings.html index 09420335..3d654a37 100644 --- a/htdocs/readings.html +++ b/htdocs/readings.html @@ -94,7 +94,6 @@ names. Blackfin Manufacturer: Analog Devices -

[committed] wwwdocs: Update reference to Intel's pcommit deprecation.

2020-05-31 Thread Gerald Pfeifer
Pushed. Gerald --- 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 536ab6c0..efa322b1 100644 --- a/htdocs/gcc-5/changes.html +++ b/htdocs/gcc-5/changes.html @@ -1084,7 +1084,7 @@ are not

[committed] wwwdocs: Simplify language in gitwrite.html.

2020-05-31 Thread Gerald Pfeifer
I noticed we have a tendency of using overly long language in our process documentation. This is a first step a simplifying (and trimming). Pushed. Gerald --- htdocs/gitwrite.html | 24 ++-- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git

[committed] wwwdocs: Update examples for branches and tags to newer ones.

2020-05-31 Thread Gerald Pfeifer
Pushed. --- htdocs/git.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/git.html b/htdocs/git.html index bec93ead..8c28bc02 100644 --- a/htdocs/git.html +++ b/htdocs/git.html @@ -146,12 +146,12 @@ series, Y is always nonzero and Z is always zero for a

Re: [PATCH v2] Fix use of singleton in optinfo framework

2020-05-26 Thread Gerald Pfeifer
Okay to backport c00568f376078129196740d83946d54dc5437401 to the GCC 9 branch, Jakub? Thanks, Gerald On Tue, 7 Apr 2020, Gustavo Romero via Gcc-patches wrote: > Currently an use of get() method of dump_context singleton in optinfo > framework causes a new class to be instantiated and when its

0800-GIT-HELP: Doing a simple backport

2020-05-19 Thread Gerald Pfeifer
I hope the offer by some of you to support people like me who Git appears to hate with a fervor still stands? ;-) And I volunteer to enhance our documentation if it appears useful. Usecase: I've got a patch approved and pushed to HEAD, and approved for active release branches -

[committed] Replace in the release notes by .

2020-05-18 Thread Gerald Pfeifer
The validator triggered on another file that was recently edited, and searching our whole tree for similar occurrences these two are the remaining ones. The only drawback is that ids must not start with a digit, so I used ids in line with what we have in gcc-3.2/changes.html and later. (I

Re: [PATCH] i386: Define __ILP32__ and _ILP32 for all 32-bit targets

2020-05-17 Thread Gerald Pfeifer
On Fri, 8 May 2020, Uros Bizjak wrote: >> A user reported that gcc -m32 on x86-64 does not define __ILP32__ >> and I found the same on i686 (with gcc -x c -dM -E /dev/null). : >> This patch does the same for all "regular" 32-bit x86 targets. >> Tested on i386-unknown-freebsd11.3 so far. > OK.

[committed] Use instead of for the C++ ABI changes.

2020-05-17 Thread Gerald Pfeifer
Having noticed this in some other case I went through all of our pages and found this this instance in the GCC 10 release notes where . commit f1d2be6c9fcc52d676266e7ede123953d150aaf3 Author: Jonathan Wakely Date: Thu May 7 11:24:04 2020 +0100 Document C++17 ABI changes in

RE: [ARM][wwwdocs]: Document Armv8.1-M, Helium Intrinsics and Cortex-M55 changes.

2020-05-16 Thread Gerald Pfeifer
On Sat, 16 May 2020, Gerald Pfeifer wrote: > This brought some problems with that page which I addressed per the > follow-up patch below. Some more, notably three cases of ... => ..., note that closing . Pushed. Gerald commit bb406fa02b9a9c47861bc2246513c198bffc90bb Author: Geral

RE: [ARM][wwwdocs]: Document Armv8.1-M, Helium Intrinsics and Cortex-M55 changes.

2020-05-16 Thread Gerald Pfeifer
t that and just fixed markup from ... to ) Pushed. Gerald commit 93538bdb512831e9e9175b2c5c0bfb1527407b79 Author: Gerald Pfeifer Date: Sat May 16 18:06:54 2020 +0200 Fix up the latest Arm-related notes (markup, formatting,...). diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/cha

Re: Ping: [PATCH] wwwdocs: Add D front-end section for GCC 10 changes

2020-05-14 Thread Gerald Pfeifer
On Thu, 14 May 2020, Jeff Law wrote: >> OK to commit? > OK. In fact, this seems like you shouldn't need reviews -- you're just > updating the docs for D. Agreed, though always happy to help and provide review and feedback - sometimes just a bit slow as in this case. But, indeed, you can self

[committed] wwwdocs: Update link to IBM Journal of Research and Development.

2020-05-12 Thread Gerald Pfeifer
I really don't get it why so many corporate webmasters do not put redirects in place at least for a while. Luckily we've got Google. Pushed. Gerald --- htdocs/readings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/readings.html b/htdocs/readings.html index

[committed] wwwdocs: Move refspecs.linuxbase.org to https.

2020-05-10 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/readings.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/readings.html b/htdocs/readings.html index 0dd27368..086baaa1 100644 --- a/htdocs/readings.html +++ b/htdocs/readings.html @@ -313,8 +313,8 @@ names. Manufacturer: IBM

[PATCH] i386: Define __ILP32__ and _ILP32 for all 32-bit targets

2020-05-07 Thread Gerald Pfeifer
A user reported that gcc -m32 on x86-64 does not define __ILP32__ and I found the same on i686 (with gcc -x c -dM -E /dev/null). The code has if (TARGET_X32) { cpp_define (parse_in, "_ILP32"); cpp_define (parse_in, "__ILP32__"); } so -mx32 does define

Re: [PATCH] libgcc: aarch64: Get hwcap for FreeBSD

2020-05-06 Thread Gerald Pfeifer
On Wed, 6 May 2020, Andreas Tobler wrote: > +#ifndef __FreeBSD__ >unsigned long hwcap = __getauxval (AT_HWCAP); > +#else > + unsigned long hwcap; Would it make sense to change the logic to #ifdef __FreeBSD__ .. #else .. #endif ? I believe that makes it easier to potentially

Re: wwwdocs: Add symver and -fprofile-prefix-path to changes.html

2020-05-05 Thread Gerald Pfeifer
On Tue, 5 May 2020, Jan Hubicka wrote: > this patch adds mention of -fprofile-prefix-path and symver attribute. Thank you, Honza! > + href="https://gcc.gnu.org/onlinedocs/gcc-10.1.0/gcc/Optimize-Options.html#index-fprofile-prefix-path;>-fprofile-prefix-path > + can be used in

Re: [PATCH] wwwdocs: Document OpenMP changes in gcc-10/changes.html

2020-05-05 Thread Gerald Pfeifer
On Tue, 5 May 2020, Jakub Jelinek wrote: > Ok for wwwdocs? > + Version 5.0 of the https://www.openmp.org/specifications/; > +>OpenMP specification is still only partially supported in the C > and C++ > + compilers. GCC 10 release has various newly implemented features (not > +

[committed] wwwdocs: Move processors.wiki.ti.com to https.

2020-05-01 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/readings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/readings.html b/htdocs/readings.html index fde9c13d..0dd27368 100644 --- a/htdocs/readings.html +++ b/htdocs/readings.html @@ -257,7 +257,7 @@ names. pru Manufacturer: Texas

[committed] wwwdocs: Update blackfin documentation link.

2020-05-01 Thread Gerald Pfeifer
(And the winner for the longest URL is ... Analog Devices.) Pushed. Gerald --- htdocs/readings.html | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/readings.html b/htdocs/readings.html index 2d0a4275..fde9c13d 100644 --- a/htdocs/readings.html +++ b/htdocs/readings.html @@ -95,6

[committed] wwwdocs: Convert a link to wg21.link to https.

2020-05-01 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/projects/cxx-status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index 40cc4fd6..89e78c01 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@

RE: [PATCH] wwwdocs: Added mentioning of TX3 chip to the list of the processors

2020-04-30 Thread Gerald Pfeifer
On Thu, 30 Apr 2020, Kyrylo Tkachov wrote: > Ok. Ah, and you also pushed it in Git. (I was just going to do it since Anton does not appear to have an account, and noticed it was a no-op. ;-) Thanks, Gerald

Re: [wwwdocs] Remove form for (un)subscribing from old mailing lists

2020-04-24 Thread Gerald Pfeifer
On Thu, 23 Apr 2020, Jonathan Wakely wrote: > This no longer works, so direct people to the mailman listinfo pages > instead. > > OK to commit to wwwdocs? Yes, thank you! I was wondering whether we could keep something similar to this nice form, but could not come up with a good way. So a

Re: [PATCH] wwwdocs: document my changes for gcc 10

2020-04-17 Thread Gerald Pfeifer
On Thu, 16 Apr 2020, David Malcolm wrote: > Validates. The wording could probably use some work. I did not really spot anything, and rather found your writing very clear. > OK to push to the website repo? Yes, thank you. > +https://cwe.mitre.org/;>CWE weakness identifiers, which Here you

Re: [PATCH] wwwdocs: Slightly improve IPA-SRA description in gcc-10/changes.html

2020-04-14 Thread Gerald Pfeifer
On Tue, 14 Apr 2020, Martin Jambor wrote: > I think that the fact that IPA-SRA can now remove unused return > values deserves a special mention - and I also fixed the proposition > in the name of the pass. > > OK for wwwdocs? Yes, thank you. A small recommendation: > + The

Re: [PATCH] wwwdocs: Deprecate offloading to HSAIL

2020-04-14 Thread Gerald Pfeifer
On Tue, 14 Apr 2020, Martin Jambor wrote: > for reasons described in my earlier email, I'd like to commit the > following to gcc-10/changes.html to mark offloading to HSAIL as > deprecated. > > OK? Yes, thank you. Though given what I saw/understand, you could write "...will likely be removed in

Re: [PATCH v2] Fix use of singleton in optinfo framework

2020-04-11 Thread Gerald Pfeifer
On Tue, 7 Apr 2020, Gustavo Romero via Gcc-patches wrote: > gcc/Changelog: > 2020-04-06 Gustavo Romero > > * dumpfile.c: > (selftest::temp_dump_context::temp_dump_context): Fix ctor. If you approve (David, Jakub, or someone else) I can take care of committing this if you like.

[committed] wwwdocs: Remove extraneous space around tags.

2020-04-10 Thread Gerald Pfeifer
It's generally a good idea, but now that we have been moving more towards our web pages (HTML files) being more self contained including DOCTYPE and common headers as opposed to more pre-processing upon deployment, consistency in the sources has become more important to allow for easier automated

[committed] wwwdocs: Merge tilegx and tilepro entries, remove broken doc link.

2020-04-06 Thread Gerald Pfeifer
Pushed. Walter, I could not find current doc links on mellanox.com; do you have any? Gerald --- htdocs/readings.html | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/htdocs/readings.html b/htdocs/readings.html index da37af6a..2d0a4275 100644 --- a/htdocs/readings.html

[committed] libstdc++: Refer to Git documentation

2020-04-05 Thread Gerald Pfeifer
| 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index c358977dfbb..eb092792229 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2020-04-05 Gerald Pfeifer + + * doc/xml/manual

Re: [committed] wwwdocs: ada: Tweak link to GNAT: The GNU Ada Compiler.

2020-04-05 Thread Gerald Pfeifer
ald commit 69513e9ef655783d2ae68d771ad8bd4eb878839d Author: Gerald Pfeifer Date: Sun Apr 5 23:42:41 2020 +0200 Fix up URL for the GNAT book. diff --git a/htdocs/readings.html b/htdocs/readings.html index 84fc0404..da37af6a 100644 --- a/htdocs/readings.html +++ b/htdocs/readings.html @@ -562,7 +56

[committed] libstdc++: Move "free books" list from fsf.org to gnu.org

2020-04-01 Thread Gerald Pfeifer
xml/manual/appendix_free.xml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index beaf61b9d2b..ed2c4b77ac1 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2020-04-01 Gerald Pfeifer + +

[committed] Move pspace.org to https.

2020-04-01 Thread Gerald Pfeifer
Pushed. --- htdocs/readings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/readings.html b/htdocs/readings.html index 40ad4d62..84fc0404 100644 --- a/htdocs/readings.html +++ b/htdocs/readings.html @@ -27,7 +27,7 @@

[committed] wwwdocs: Follow redirect for Thread Building Blocks on GitHub.

2020-04-01 Thread Gerald Pfeifer
Pushed. --- htdocs/gcc-9/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/gcc-9/changes.html b/htdocs/gcc-9/changes.html index d5469ec4..74c7cde7 100644 --- a/htdocs/gcc-9/changes.html +++ b/htdocs/gcc-9/changes.html @@ -675,7 +675,7 @@ $ g++ typo.cc

Re: [committed] wwwdocs: ada: Tweak link to GNAT: The GNU Ada Compiler.

2020-04-01 Thread Gerald Pfeifer
On Wed, 1 Apr 2020, Gerald Pfeifer wrote: > Nice that AdaCore put in a redirect. I spoke too fast, that was a 404 page. > - https://www2.adacore.com/gap-static/GNAT_Book/html/;>GNAT: > + https://www.adacore.com/gap-static/GNAT_Book/html/;>GNAT: Arnaud, Eric, Pierre-Mar

[committed] wwwdocs: ada: Tweak link to GNAT: The GNU Ada Compiler.

2020-04-01 Thread Gerald Pfeifer
Nice that AdaCore put in a redirect. Pushed. --- htdocs/readings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/readings.html b/htdocs/readings.html index 4101fc4b..40ad4d62 100644 --- a/htdocs/readings.html +++ b/htdocs/readings.html @@ -562,7 +562,7 @@ names.

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

2020-03-30 Thread Gerald Pfeifer
On Mon, 30 Mar 2020, Dragan Mladjenovic wrote: > Thanks. I forgot to mention. I would need someone to commit this for me. I'll take care. Gerald

[committed] wwwdocs: Fix the link to the 2020-03-12 update on GCC 9.

2020-03-26 Thread Gerald Pfeifer
Not sure where the original URL came from, but it does not work, so I looked this up in the mailing list archive and updated it. Pushed. Gerald --- htdocs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/index.html b/htdocs/index.html index

[committed] wwwdocs: Switch link to libgfortran.h from ViewCVS to Git.

2020-03-26 Thread Gerald Pfeifer
This is the second such case in the tree. Thanks to Frank Ch. Eigler for the updated link. Pushed. Gerald --- htdocs/gcc-4.8/changes.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/gcc-4.8/changes.html b/htdocs/gcc-4.8/changes.html index 83f7da6c..60cf4d42

[committed] wwwdocs: Switch link to check_GNU_style.sh from ViewCVS to Git.

2020-03-24 Thread Gerald Pfeifer
Thanks to Frank Ch. Eigler for the updated link. Pushed. Gerald --- htdocs/contribute.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/contribute.html b/htdocs/contribute.html index 052f778e..3d03b9d1 100644 --- a/htdocs/contribute.html +++

Re: subversion status on gcc.gnu.org

2020-03-24 Thread Gerald Pfeifer
On Fri, 20 Mar 2020, Frank Ch. Eigler via Overseers wrote: > Both svn: and ssh+svn: now work for your archeological needs. > Further, URLs such as > > https://gcc.gnu.org/viewcvs?rev=279160=gcc=rev > https://gcc.gnu.org/r123456 > > are mapped to gitweb searches that try to locate the matching >

[committed] wwwdocs: Slightly shorten/simplify our notes on mailing list spam.

2020-03-14 Thread Gerald Pfeifer
09a7a9579b59619ea3f601b821ec8b9dd3fe708e Author: Gerald Pfeifer Date: Sun Mar 8 00:28:23 2020 +0100 Slightly shorten/simplify our notes on mailing list spam. diff --git a/htdocs/spam.html b/htdocs/spam.html index f368ad9a..2196a83b 100644 --- a/htdocs/spam.html +++ b/htdocs/spam.html @@ -15,11 +15,7 @@ wish this would not happen

Re: text/x-* attachments strippe

2020-03-09 Thread Gerald Pfeifer
On Mon, 9 Mar 2020, Thomas König wrote: > I also seem to have missed all discussion on this change (if there was > anything). I do not understand why such a huge change was implemented > that way, and who did this. Perhaos the person(s) responsible could > speak up about this. Let's be careful

Re: List-Id header being stripped

2020-03-09 Thread Gerald Pfeifer
On Mon, 9 Mar 2020, Florian Weimer wrote: > So the difference is > > List-Id: > > vs > > List-Id: Gcc mailing list > > I guess now you need to perform a substring match. Or remove the string. Is that doable? (It does not add value, and "Gcc" is wrong spelling anyway.) Gerald

Re: Ping: [PATCH] wwwdocs: Document support for extended identifiers added to GCC 10

2020-03-07 Thread Gerald Pfeifer
On Tue, 25 Feb 2020, Lewis Hyatt wrote: > Just checking whether the below is OK for gcc 10 changes.html please. Thanks! > https://gcc.gnu.org/ml/gcc-patches/2020-01/msg01667.html Yes, this looks fine to me from a web perspective. Thank you, Gerald

[committed] wwwdocs: Represent mirror admins' addresses more consistently.

2020-03-07 Thread Gerald Pfeifer
Pushed. Gerald snip commit 8a562ce34e441587b87d5e5bc2ebb58f4ce630b9 Author: Gerald Pfeifer Date: Sat Mar 7 21:59:50 2020 +0100 Represent mirror admins' addresses more consistently. diff --git a/htdocs/mirrors.html b/htdocs/mirrors.html index 6813de72..462d7cd7 100644

Re: [PATCH] [COMMITTED] arc: Add ARC entry for gcc-10/changes.html

2020-03-07 Thread Gerald Pfeifer
On Tue, 3 Mar 2020, Claudiu Zissulescu wrote: > Add ARC entry for gcc-10/changes.html What do you think of the following refinement to mark up mov and ior as code? Gerald PS: And thanks for your other feedback, Martin! diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index

Re: [PATCH v2] generate EH info for volatile asm statements (PR93981)

2020-03-07 Thread Gerald Pfeifer
Hi J.W., On Sat, 7 Mar 2020, J.W. Jagersma wrote: >> This should wait for stage 1, IMO. Looks pretty good to me, thanks! > What does stage 1 refer to? I'm sorry, this is my first gcc patch and > I'm still learning how this all works. we have tried to cover this at

Re: gcov: reduce code quality loss by reproducible topn merging [PR92924]

2020-02-27 Thread Gerald Pfeifer
On Thu, 27 Feb 2020, Gerald Pfeifer wrote: >> This (or rather its predecessor?) breaks bootstrap on 32-bit >> i386-unknown-freebsd11.3. >> >> /scratch/tmp/gerald/gcc10-devel-work/gcc-10-20200223/gcc/value-prof.c: In >> function 'void dump_histogram_value(FILE*,

Re: gcov: reduce code quality loss by reproducible topn merging [PR92924]

2020-02-27 Thread Gerald Pfeifer
On Mon, 24 Feb 2020, Gerald Pfeifer wrote: > This (or rather its predecessor?) breaks bootstrap on 32-bit > i386-unknown-freebsd11.3. > > /scratch/tmp/gerald/gcc10-devel-work/gcc-10-20200223/gcc/value-prof.c: In > function 'void dump_histogram_value(FILE*, histogram_value)':

Re: gcov: reduce code quality loss by reproducible topn merging [PR92924]

2020-02-24 Thread Gerald Pfeifer
On Mon, 17 Feb 2020, Martin Liška wrote: > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. This (or rather its predecessor?) breaks bootstrap on 32-bit i386-unknown-freebsd11.3. /scratch/tmp/gerald/gcc10-devel-work/gcc-10-20200223/gcc/value-prof.c: In function 'void

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 |

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