Re: [Patch wwwdocs] gcc-6/changes.html : Document AMD monitorx and mwaitx

2015-07-14 Thread Gerald Pfeifer
On Tue, 14 Jul 2015, Kumar, Venkataramanan wrote: > Please let me know if it is good to commit. This looks good to me. Gerald

Re: [wwwdocs] Mention -Wshift-overflow

2015-07-26 Thread Gerald Pfeifer
Hi Marek, On Tue, 21 Jul 2015, Marek Polacek wrote: > +A new command-line option -Wshift-overflow has been > + added for the C and C++ compilers, which warns about left shift > + overflows. -Wshift-overflow=2 also warns about > + left-shifting 1 into the sign bit. from what I can

Re: [PATCH] PR28901 -Wunused-variable ignores unused const initialised variables

2015-09-17 Thread Gerald Pfeifer
On Sun, 13 Sep 2015, Mark Wielaard wrote: > Slightly adjusted patch attached. Now it is explicit that the warning is > enabled by -Wunused-variable for C, but not C++. There are testcases for > both C and C++ to check the defaults. And the hardcoded override is > removed for C++, so the user could

[wwwdocs] PATCH for Re: Advertisement in the GCC mirrors list, again

2015-09-17 Thread Gerald Pfeifer
On Tue, 15 Sep 2015, niXman wrote: > mirrors.webhostinggeeks.com/gcc/ This is a little disappointing, though I am inclinded to consider it a genuine mistake/migration. Addressed like this. Gerald Index: mirrors.html === RCS file: /

Re: [patch] libstdc++/65142 Check read() result in std::random_device.

2015-09-17 Thread Gerald Pfeifer
y... ...how about he patch below? Bootstraps on i386-unknown-freebsd10.1, no regressions. Gerald 2015-09-17 Gerald Pfeifer * src/c++11/random.cc: Include . Index: libstdc++-v3/src/c++11/random.cc === --- libstdc++-v3/src/c++

Re: [wwwdocs] Buildstat update for 4.8

2015-09-30 Thread Gerald Pfeifer
On Sun, 13 Sep 2015, Tom G. Christensen wrote: > Latest results for 4.8.x > > -tgc > > Testresults for 4.8.5: > i386-pc-solaris2.9 > powerpc64le-unknown-linux-gnu > s390-ibm-linux-gnu (3) > s390x-ibm-linux-gnu (3) > sparc-sun-solaris2.9 > sparc64-sun-solaris2.9 > x86_64-w64-mingw32

Re: [wwwdocs] Buildstat update for 5.x

2015-10-02 Thread Gerald Pfeifer
On Sun, 13 Sep 2015, Tom G. Christensen wrote: > Testresults for 5.2.0: > i686-unknown-linux-gnu > powerpc-unknown-linux-gnu > sparc-sun-solaris2.10 > sparc64-sun-solaris2.10 > x86_64-unknown-linux-gnu (4) > x86_64-w64-mingw32 > > Testresults for 5.1.0: > hppa64-hp-hpux11.00 Thanks,

Re: [wwwdocs] Buildstat update for 4.9

2015-10-04 Thread Gerald Pfeifer
On Sun, 13 Sep 2015, Tom G. Christensen wrote: > Latest results for 4.9.x Thanks, applied. Sorry for the delay - recovering from a harddrive failure. Gerald

Re: [wwwdocs] Update C++ conformance status

2015-10-06 Thread Gerald Pfeifer
On Tue, 6 Oct 2015, Jonathan Wakely wrote: People are being scared off by the experimental status on https://gcc.gnu.org/projects/cxx0x.html e.g. https://gcc.gnu.org/ml/gcc/2015-10/msg00025.html This makes it clear C++11 in 5.1 is no longer experimental. Nice! We also have a "Standard Confo

Re: [wwwdocs] Suggest UBsan in https://gcc.gnu.org/bugs/

2015-10-07 Thread Gerald Pfeifer
On Tue, 6 Oct 2015, Jonathan Wakely wrote: On IRC Markus pointed out that ubsan works in all supported releases, and that some code that gets ubsan errors still shows real gcc bugs, so here's an updated patch. This looks like a nice addition, thank you! Gerald

Re: [DOC PATCH]: Mention that x86-64 now supports stack realignment from word-aligned stack pointer

2015-10-11 Thread Gerald Pfeifer
On Thu, 8 Oct 2015, Uros Bizjak wrote: > Attached patch documents new functionality in gcc-6 release notes. >x86-64 targets now allow stack realignment from word-aligned stack >pointer Something seems to be missing/odd here? "a word-aligned stack pointer" or "word-aligned stack

Re: [PATCH, wwwdocs] Add -march=skylake-avx512 to gcc-6/changes.html.

2015-10-16 Thread Gerald Pfeifer
On Fri, 16 Oct 2015, Kirill Yukhin wrote: > Is it ok to install? Yes, just add a "the" before "following". > This switch was backported to gcc-5. > Is it ok to create a new section `GCC 5.3' and put it there > or I need to wait for actual release? How about if you add it now, and add "(pending)"

Re: [PATCH] PR28901 -Wunused-variable ignores unused const initialised variables

2015-10-23 Thread Gerald Pfeifer
On Thu, 17 Sep 2015, Mark Wielaard wrote: >>> I believe making -Wunused-const-variable part of -Wall is not >>> a good idea. >>> >>> For example, I have a nightly build of Wine with a nightly build >>> of GCC. And my notifaction mail went from twently lines of warning >>> to 6500 -- all coming fro

Re: [PATCH] PR28901 -Wunused-variable ignores unused const initialised variables

2015-10-24 Thread Gerald Pfeifer
On Wed, 7 Oct 2015, Bernd Schmidt wrote: > I think not using -Wall -Werror is the right fix. Of course there is a fair chance (and I'll likely end up proposing this for Wine) is that people will use -Wnounused-variable instead. Which will disable _all_ such warnings, not only those coming from

[wwwdocs] PATCH for Re: GCC Mirror

2015-10-24 Thread Gerald Pfeifer
On Sat, 24 Oct 2015, Scott Haiden wrote: > The US, Saint Louis mirror (http://gcc.petsads.us) seems to host only > ads. I am not sure if this is a mistake on their part or if they're > aware of it or not, but I figured I'd let somebody know just in case. I do hope it's just a mistake and wasn't

Re: [PATCH][wwwdocs] Mention arm target attributes and pragmas in GCC 6 changes

2015-10-26 Thread Gerald Pfeifer
On Mon, 26 Oct 2015, Kyrill Tkachov wrote: Here's a patch to mention the new target attributes for arm, in the same wording as for aarch64. This looks good to me, thanks. Gerald

Re: [wwwdocs] GCC 6 Release Notes for RTEMS

2015-10-31 Thread Gerald Pfeifer
Hi Sebastian, what do you think about the follow-up patch below, on top of your original patch? Gerald Index: gcc-6/changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/changes.html,v retrieving revision 1.38 diff -u -r1.38 chan

Re: [PATCH] Add -fchecking

2015-11-07 Thread Gerald Pfeifer
On Tue, 27 Oct 2015, Richard Biener wrote: > This adds -fchecking as a way to enable internal consistency checks > even in release builds (or disable checking with -fno-checking - up to > a certain extent - with checking enabled). How (much) do we want to advertize this? Gerald

Re: [PATCH 1/9] ENABLE_CHECKING refactoring

2015-11-07 Thread Gerald Pfeifer
On Wed, 21 Oct 2015, Jeff Law wrote: > I might even claim it's already helping. While we're still seeing > syntax errors in the conditionally compiled code, it doesn't feel like > we're seeing it as often as in the past. That's purely anecdotal based > on what I've seen fly by over the last co

Re: [v3 PATCH] LWG 2510, make the default constructors of library tag types explicit.

2015-11-12 Thread Gerald Pfeifer
On Wed, 11 Nov 2015, Jonathan Wakely wrote: Fixed by this patch. Thanks, Jonathan! Unfortunately bootstrap is still broken (on i386-unknown-freebsd11.0 at least): In file included from /scratch/tmp/gerald/gcc-HEAD/libstdc++-v3/src/c++11/thread.cc:27:0: /scratch/tmp/gerald/OBJ-1112-1414/i386

Re: [v3 PATCH] LWG 2510, make the default constructors of library tag types explicit.

2015-11-12 Thread Gerald Pfeifer
On Thu, 12 Nov 2015, Ville Voutilainen wrote: > Note that that's a separate problem that has nothing to do with the > tag-type-explicit-default-ctor patch. On Thu, 12 Nov 2015, Jonathan Wakely wrote: > Different issue. Sorry, I had two different libstdc++ bootstrap failures in the last 24 hours,

Re: gcc-6/changes.html : Document AMD znver1

2015-11-12 Thread Gerald Pfeifer
On Thu, 12 Nov 2015, Stepanyan, Victoria wrote: > This patch adds znver1 description in changes.html: : > Ok for trunk? Thanks, yes, this looks good to me. Gerald

[wwwdocs] isocpp.org now uses https

2015-11-14 Thread Gerald Pfeifer
Applied. Gerald Index: gcc-5/changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v retrieving revision 1.130 diff -u -r1.130 changes.html --- gcc-5/changes.html 10 Nov 2015 10:53:58 - 1.130 +++ gcc-5/chang

[wwwdocs] gcc-4.8/changes.html: adjust AddressSanitizer link

2015-11-14 Thread Gerald Pfeifer
AddressSanitizer has moved from code.google.com to github.com. Committed. Gerald Index: gcc-4.8/changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v retrieving revision 1.134 diff -u -r1.134 changes.html --- gcc

[wwwdocs] Remove dead reference from gcc-4.3/porting_to.html

2015-11-14 Thread Gerald Pfeifer
I tried to find a new URL, but failed. Committed. Gerald Index: gcc-4.3/porting_to.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.3/porting_to.html,v retrieving revision 1.12 diff -u -r1.12 porting_to.html --- gcc-4.3/porting_to.h

[wwwdocs] projects/prefetch.html: change reference to mips.com

2015-11-14 Thread Gerald Pfeifer
...to a textual one (only), since mips.com itself redirects to imgtec.com, which is not what was intended here. Committed. Gerald Index: projects/prefetch.html === RCS file: /cvs/gcc/wwwdocs/htdocs/projects/prefetch.html,v retrievin

[wwwdocs] Update link to AVX-512... docs

2015-11-14 Thread Gerald Pfeifer
Apparently Intel released a new version of this document (and the original address redirects, but it's of course better to directly refer to the new one). Committed. Gerald Index: gcc-5/changes.html === RCS file: /cvs/gcc/wwwdocs/htd

[wwwdocs] Adjust link to exactcode.de in benchmarks/index.html

2015-11-14 Thread Gerald Pfeifer
Committed. Gerald Index: benchmarks/index.html === RCS file: /cvs/gcc/wwwdocs/htdocs/benchmarks/index.html,v retrieving revision 1.32 diff -u -r1.32 index.html --- benchmarks/index.html 29 Jun 2014 12:29:32 - 1.32 +++

[wwwdocs] Remove broken Intel AVX-512 reference from svn.html

2015-11-14 Thread Gerald Pfeifer
Once again, corporate webmaster (not) at work. Committed. (Kirill, if you want to add a new link, absolutely go ahead.) Gerald Index: svn.html === RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v retrieving revision 1.202 diff -u -r1.2

[wwwdocs] Update reference to Go 1

2015-11-14 Thread Gerald Pfeifer
weekly.golang.org/doc/go1 now redirects to golang.org/doc/go1 and this uses https. Committed. Gerald Index: gcc-4.7/changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v retrieving revision 1.141 diff -u -r1.141

[wwwdocs] Switch golang.org to https

2015-11-14 Thread Gerald Pfeifer
Committed. Gerald Index: news.html === RCS file: /cvs/gcc/wwwdocs/htdocs/news.html,v retrieving revision 1.148 diff -u -r1.148 news.html --- news.html 12 Sep 2015 22:19:00 - 1.148 +++ news.html 14 Nov 2015 23:39:04 -

[PATCH,x86,FreeBSD] Update FreeBSD/i386 to i586

2015-11-15 Thread Gerald Pfeifer
. And who is running i486 these days? (And FreeBSD 5 has been out of support for many years; I guess modern versions of GCC won't work there for completely different reasons.) Okay? And okay for GCC 5 after two weeks or so on trunk? Gerald 2015-11-15 Gerald Pfeifer * config

[wwwdocs] Bring release branch and release tags up-to-date in svn.html

2015-11-15 Thread Gerald Pfeifer
Generalize description of GCC branch names and simplify description of GCC release tags. Use more recent examples for both. Committed. Gerald Index: svn.html === RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v retrieving revision 1.20

Re: Broken link

2015-11-15 Thread Gerald Pfeifer
Hi William, On Fri, 2 May 2014, William Leighton Dawson wrote: > http://gcc.gnu.org/ml/gcc-patches/2008-10/msg01096.html > > Gerald indicated a stale link for 'Guide for the use of the Ada > programming language in high integrity systems'. The document is, in > fact, not removed, just moved. It's

Re: [wwwdocs] Update C++ conformance status

2015-11-21 Thread Gerald Pfeifer
On Sat, 21 Nov 2015, Jonathan Wakely wrote: > I forgot to respond to this, and never committed the patch, sorry. > > I've committed the changes to htdocs/projects/cxx0x.html now, but > not the htdocs/bugs/index.html change. I wasn't opposed to the bugs/index.html change, mind. Only wondering a

Re: [PATCH] fix PR65726

2015-11-28 Thread Gerald Pfeifer
On Thu, 26 Nov 2015, Andreas Tobler wrote: the attached patch fixes the build issue from this ticket if bootstrap is disabled. Tested on x86_64-*-linux* and on x86_64-*-freebsd* with gcc and clang. Ok for trunk? And 5.3? Thanks, Andreas 2015-11-26 Andreas Tobler PR libffi/65726

Re: [PATCH][install.texi] Add note against GNAT 4.8 on ARM targets.

2015-12-03 Thread Gerald Pfeifer
On Thu, 3 Dec 2015, Alan Lawrence wrote: >> doc/install.texi: Add note against GNAT 4.8 on ARM targets. This looks fine (provided it builds and looks okay). Just... >> +Building the Ada frontend commonly fails (an infinite loop executing >> @code{xsinfo}) if the host compiler is GNAT 4.8.

Re: [PATCH] Fix warnings from including fdl.texi into gnat-style.texi

2015-12-08 Thread Gerald Pfeifer
Hi Tom, On Tue, 8 Dec 2015, Tom de Vries wrote: >>> Can you approve the fdl part? >> Let's assume I can. Okay. > was the 'Okay' above: > - a figure of speech (as I read it), or > - an actual approval (conditional on the adding of the comment) > ? I should have written this as "Let's assume I can

Re: [DOC, PATCH] Mention --enable-valgrind-annotations in install.texi

2015-12-08 Thread Gerald Pfeifer
On Tue, 8 Dec 2015, Martin Liška wrote: > I would like to add a missing configure option. I saw that Jeff approved while I was mulling over the patch, but still have two questons: 1. Why did you sort this in where you did? (It's not alphabetic.) +Specify that the compiler should interact with v

[committed] wwwdocs: Rework note on spam to be more concise.

2020-08-08 Thread Gerald Pfeifer
In 1998 Jeff created this as a dump from an e-mail (hence all the contents in a environment). Since then we haven't really change any contents, though it's interesting to review the commit log which reflects general changes around our web site (to XHTML, later reducing preprocessing, now HTML 5

Re: [patch] multi-range implementation for value_range (irange)

2020-08-10 Thread Gerald Pfeifer
On Mon, 10 Aug 2020, Aldy Hernandez wrote: > My bad. I thought Gerald had committed the inline fix as well. Oh, and I thought you were going to after my success report. :-) (I did not run into problems because my own tester passed since I still had your patch locally.9 > OK pending tests? > >

[committed] wwwdocs: Update reference to RISC-V ISA Specifications

2020-08-23 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 b960eb8c..978d566c 100644 --- a/htdocs/readings.html +++ b/htdocs/readings.html @@ -263,7 +263,7 @@ names. riscv Manufacturer: Many (o

[committed] wwwdocs: Switch www.validlab.com to https

2020-08-24 Thread Gerald Pfeifer
Pushed. Gerald. --- htdocs/bugs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/bugs/index.html b/htdocs/bugs/index.html index a6631d8a..88fba1b9 100644 --- a/htdocs/bugs/index.html +++ b/htdocs/bugs/index.html @@ -300,7 +300,7 @@ to round to the nearest repr

[committed] doc: Switch valgrind.com to https

2020-08-24 Thread Gerald Pfeifer
Pushed. Jonathan, I found two more references to valgrind.com without https (which lead to a redirect) at http://gcc.gnu.org/onlinedocs/libstdc++/manual/debug.html http://valgrind.org/docs/manual/drd-manual.html http://valgrind.org/docs/manual/hg-manual.html Would you mind having a look, per

Re: [committed] doc: Switch valgrind.com to https

2020-08-28 Thread Gerald Pfeifer
On Tue, 25 Aug 2020, Martin Liška wrote: > I noticed your continual effort to change http:// links to https://. > I've written a simple script that can do that in automatic way. Thanks, Martin! My missions isn't actually changing http:// to https:// where possible, but checking for broken links a

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

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_val

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(FI

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 https://gcc.gnu.org/develop.ht

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

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

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

[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 +++ b/htdocs/contribute.html

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

[committed] wwwdocs: Simplify a bit in c99status.html.

2020-07-07 Thread Gerald Pfeifer
The sourceware.org/ml/libc-hacker links being broken (as a consequence of the sourceware.org upgrade) brought my attention to this bit of c99status.html. This simplifies that section, uses active voice, and removes those three links from twenty years ago. Pushed. Gerald --- htdocs/c99status.h

[committed] wwwdocs: Switch www.doxygen.nl to https.

2020-07-08 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 a08ddcbb..c0377315 100644 --- a/htdocs/codingconventions.html +++ b/htdocs/codingconventions.html @@ -752,7 +752,7 @@ outside th

Re: [wwwdocs PATCH] remove tree-browser page and links

2020-07-09 Thread Gerald Pfeifer
On Thu, 9 Jul 2020, Richard Sandiford wrote: >> I'm trying Tree Browser during debugging, but failed. >> I found that tree-browser.c and tree-browser.def have been >> removed at 2015-07-25. So, to avoid misunderstanding, >> can we remove this tree-browser page too? > Thanks for the patch. Seems li

[committed] wwwdocs: Complete note on -fallow-invalid-boz.

2020-07-09 Thread Gerald Pfeifer
...and move from passive voice to active voice on the way. Pushed. Gerald --- htdocs/gcc-10/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index 4e5f6139..2b773f1d 100644 --- a/htdocs/gcc-10/changes.html +

[committed] wwwdocs: Move www.validlab.com to https.

2020-07-31 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 2488ca9d..f417ed6d 100644 --- a/htdocs/readings.html +++ b/htdocs/readings.html @@ -598,11 +598,11 @@ names. - http://www.validl

[committed] libstdc++: ParallelSTL is now part of oneAPI DPC++ Library

2020-07-31 Thread Gerald Pfeifer
Pushed. (Something was off with the ChangeLog detection I'm afraid. I first got an error message and what ended up in the commit didn't look completely consistent.) Gerald 2020-07-31 Gerald Pfeifer * doc/xml/manual/status_cxx2017.xml: ParallelSTL is now part of

[committed] wwwdocs: Update reference for PCOMMIT instruction deprecation.

2020-08-01 Thread Gerald Pfeifer
For once corporate webmasters who keep their house in order and added proper redirects. Pushed. 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 3713a394..e95aabbe 100644 --- a/htd

[committed] libstdc++: Move www.stroustrup.com to https

2020-08-01 Thread Gerald Pfeifer
Pushed. libstdc++-v3/ChangeLog: 2020-08-02 Gerald Pfeifer * doc/xml/manual/using_exceptions.xml: Move www.stroustrup.com to https. * doc/html/manual/using_exceptions.html: Regenerate. --- libstdc++-v3/doc/html/manual/using_exceptions.html | 2 +- libstdc++-v3/doc/xml

[committed] wwwdocs: Remove reference to dead www.milepost.eu.

2020-08-01 Thread Gerald Pfeifer
--- htdocs/git.html | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/git.html b/htdocs/git.html index f7f87a9d..905ce80e 100644 --- a/htdocs/git.html +++ b/htdocs/git.html @@ -1117,7 +1117,6 @@ merged. milepost-branch This branch is for GCC developments done in the Milepost projec

[committed] wwwdocs: help.github.com is now docs.github.com.

2020-08-01 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/codingconventions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/codingconventions.html b/htdocs/codingconventions.html index c0377315..162e1dda 100644 --- a/htdocs/codingconventions.html +++ b/htdocs/codingconventions.html @@ -145,7 +1

Re: [patch] multi-range implementation for value_range (irange)

2020-08-05 Thread Gerald Pfeifer
Hi Aldy, On Fri, 31 Jul 2020, Aldy Hernandez via Gcc-patches wrote: > Jeff approved this patch off-list. I will re-run tests once again and > commit by Monday. I believe this has broken the bootstrap with clang (specifically FreeBSD clang version 10.0.0): In file included from /scratch/tmp/ger

Re: [patch] multi-range implementation for value_range (irange)

2020-08-05 Thread Gerald Pfeifer
t of a similar situation around gcov three years ago. The patch below similarly uses INCLUDE_VECTOR and "system.h" and restores bootstrap. Tested on i386-unknown-freebsd11.4 which uses clang 10.0.0 as system compiler. Okay? Gerald 2020-08-05 Gerald Pfeifer * ipa-f

[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 edeeb817..d14d432

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

[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

[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 @@ https://en.wikibooks.org/wiki/GNU_C_Compiler

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

2020-04-01 Thread Gerald Pfeifer
/doc/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 + +

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

2020-04-05 Thread Gerald Pfeifer
Gerald 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,

[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

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

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

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] 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 inter-procedural

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

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

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

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

[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

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

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 combina

Re: [Patch] gcc-10/changes.html – mention OpenMP's use_device_addr support

2019-10-09 Thread Gerald Pfeifer
On Wed, 9 Oct 2019, Tobias Burnus wrote: > This mentioned the recently added OpenMP 5 feature "use_device_addr" > which complements the (for Fortran) underspecified "use_device_ptr". The > rest of the message, I have taken and modified from gcc-7/changes.html. Please use instead of and break

Re: [PATCH][wwwdocs] Purge CVS from gccmission.html

2019-10-10 Thread Gerald Pfeifer
On Thu, 10 Oct 2019, Kyrill Tkachov wrote: >> Not sure whether this is supposed to be a living document or just a >> record of what the mission statement was when egcs became GCC. The >> date at the top is still 1999-04-22. > Ah, I hadn't considered that. Good thing I didn't get around to > com

Re: [PATCH][wwwdocs] Purge CVS from gccmission.html

2019-10-15 Thread Gerald Pfeifer
On Mon, 14 Oct 2019, Kyrill Tkachov wrote: >> Surely would be fine with me. > I see, thanks. Here's a proposed patch then. My previous mail was meant to pre-approve your patch. ;-) Yes, this is okay. Thanks, Gerald

[wwwdocs] Improve markup/nicer formatting for GIT instructions.

2019-10-17 Thread Gerald Pfeifer
Committed. My first git push to the new wwwdocs repository ;-) Thank you, Joseph and everyone else who helped! Gerald >From 6df815817051ed1defc13eda2cbadc089da6d646 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Thu, 17 Oct 2019 10:19:42 +0200 Subject: [PATCH] Improve markup/ni

Re: [wwwdocs] Improve markup/nicer formatting for GIT instructions.

2019-10-19 Thread Gerald Pfeifer
And this makes it a bit nicer (and shorter). Committed, too. Gerald diff --git a/htdocs/about.html b/htdocs/about.html index a812a7f9..48918c83 100644 --- a/htdocs/about.html +++ b/htdocs/about.html @@ -51,13 +51,14 @@ a higher chance of being implemented soon. ;-) Using the git repository A

Re: [wwwdocs] Improve markup/nicer formatting for GIT instructions.

2019-10-20 Thread Gerald Pfeifer
On Sat, 19 Oct 2019, Gerald Pfeifer wrote: > And this makes it a bit nicer (and shorter). And this makes the anonymous checkout of wwwdocs simple copy&paste. Commmitted. Gerald diff --git a/htdocs/about.html b/htdocs/about.html index 48918c8..a67e358 100644 --- a/htdocs/about.htm

[wwwdocs] readings.html - tweak polyhedron.com link

2019-10-20 Thread Gerald Pfeifer
Committed. And as a side note, this should be the first commit in the world of wwwdocs GIT that was properly checked by my bot. :-) Gerald commit bf45ac10505f02e59a0dfb13540cc8d7f5a21a68 Author: Gerald Pfeifer Date: Sun Oct 20 17:54:09 2019 +0200 www.polyhedron.com is now

Re: gcc-wwwdocs branch master updated. cdc7bf90357701877546f8bac160d0fb9e20b334

2019-10-20 Thread Gerald Pfeifer
On Wed, 9 Oct 2019, js...@gcc.gnu.org wrote: > +Use "git commit" and "git push origin > +master" to check in the patch. I will admit I made a couple of first commits without reading those details and just used a plain "git push". Is there any problem with that, any drawback? Or could we simpli

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 wit

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

2019-10-20 Thread Gerald Pfeifer
e 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

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