[pushed] wwwdocs: gcc-14: Fix seven typos

2024-05-19 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/gcc-14/changes.html | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index dd3fea8d..6447898e 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -31,7

gcc-wwwdocs branch master updated. c1594fa5dda412c98f3193ca8f993f6fc21e73c1

2024-05-19 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
--- commit c1594fa5dda412c98f3193ca8f993f6fc21e73c1 Author: Gerald Pfeifer Date: Sun May 19 18:13:12 2024 +0200 gcc-14: Fix seven typos diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index dd3fea8d..6447898e 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -31,7 +31,7

Re: [PATCH 0/3] c++: expr-cast - C-style cast conformance [PR77465]

2024-05-19 Thread Gerald Pfeifer
I noticed this patchset did not see any comment, did not get committed, and the PR is still open, so let me loop in Jason and Nathan as C++ maintainers. Ed, looking at the ChangeLog something seems missing: gcc/cp/ChangeLog: * call.c (tourney): (joust):

Re: [PATCH] added myself to maintainers

2024-05-19 Thread Gerald Pfeifer
I don't see it in the tree/ChangeLog/... ? Gerald On Fri, 19 Aug 2022, Ondrej Kubanek via Gcc-patches wrote: > +2022-08-18 Ondrej Kubanek > + > + * MAINTAINERS: add myself. > + > 2022-07-04 Martin Liska > > * MAINTAINERS: fix sorting of names > diff --git a/MAINTAINERS

[pushed] wwwdocs: egcs-1.1: Use 64-bit instead of 64 bit

2024-05-18 Thread Gerald Pfeifer
Another instance I found. With that wwwdocs should be consistent. Pushed. Gerald --- htdocs/egcs-1.1/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/egcs-1.1/index.html b/htdocs/egcs-1.1/index.html index 5db4e342..a62ed3df 100644 ---

gcc-wwwdocs branch master updated. d0ff325b9f7d8e9462cda905c918f110c02c764b

2024-05-18 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
--- commit d0ff325b9f7d8e9462cda905c918f110c02c764b Author: Gerald Pfeifer Date: Sat May 18 11:47:43 2024 +0200 egcs-1.1: Use 64-bit instead of 64 bit diff --git a/htdocs/egcs-1.1/index.html b/htdocs/egcs-1.1/index.html index 5db4e342..a62ed3df 100644 --- a/htdocs/egcs-1.1/index.html +++ b/htdocs/egcs-1.1/index.htm

[pushed] wwwdocs: gcc-4.6: Use 64-bit instead of 64 bit

2024-05-17 Thread Gerald Pfeifer
--- htdocs/gcc-4.6/changes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/gcc-4.6/changes.html b/htdocs/gcc-4.6/changes.html index c96d347f..d1e15af3 100644 --- a/htdocs/gcc-4.6/changes.html +++ b/htdocs/gcc-4.6/changes.html @@ -791,7 +791,7 @@ Several

gcc-wwwdocs branch master updated. a67b6efe485d07bb94d3b1261e73b5fd0014eefb

2024-05-17 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
--- commit a67b6efe485d07bb94d3b1261e73b5fd0014eefb Author: Gerald Pfeifer Date: Fri May 17 23:34:29 2024 +0200 gcc-4.6: Use 64-bit instead of 64 bit diff --git a/htdocs/gcc-4.6/changes.html b/htdocs/gcc-4.6/changes.html index c96d347f..d1e15af3 100644 --- a/htdocs/gcc-4.6/changes.html +++ b/htdocs/gcc-4.6/changes.html

Re: [committed][wwwdocs] gcc-12/changes.html: Document RISC-V changes

2024-05-17 Thread Gerald Pfeifer
On Thu, 28 Apr 2022, Kito Cheng wrote: > --- > htdocs/gcc-12/changes.html | 13 - : > +New ISA extension support for vector and scalar crypto was added, > only > + support architecture testing marco and -march= > parsing. I realized I'm not sure I understand what the second

[pushed] wwwdocs: gcc-12: Fix typo

2024-05-17 Thread Gerald Pfeifer
--- htdocs/gcc-12/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index 8a0347e3..0cfa12eb 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -903,7 +903,7 @@ function Multiply (S1,

gcc-wwwdocs branch master updated. 8d8905c36f17aac7a6af5926009fa7688bf03b6d

2024-05-17 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
--- commit 8d8905c36f17aac7a6af5926009fa7688bf03b6d Author: Gerald Pfeifer Date: Fri May 17 23:26:59 2024 +0200 gcc-12: Fix typo diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index 8a0347e3..0cfa12eb 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -903,7 +903,7 @

[pushed] wwwdocs: cxx-dr-status: Replace by

2024-05-13 Thread Gerald Pfeifer
The validator warns about as deprecated; use instead. Pushed. Gerald --- htdocs/projects/cxx-dr-status.html | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/htdocs/projects/cxx-dr-status.html b/htdocs/projects/cxx-dr-status.html index c70cdf21..e29d2407

gcc-wwwdocs branch master updated. de51d0fe7b7f29ce6037224f33a3d82281aac88e

2024-05-13 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
--- commit de51d0fe7b7f29ce6037224f33a3d82281aac88e Author: Gerald Pfeifer Date: Mon May 13 22:33:17 2024 +0100 cxx-dr-status: Replace by diff --git a/htdocs/projects/cxx-dr-status.html b/htdocs/projects/cxx-dr-status.html index c70cdf21..e29d2407 100644 --- a/htdocs/projects/cxx-dr-status.html +++ b/htdocs/proje

[gcc r14-10198] doc: Describe limitations re Ada, D, and Go on FreeBSD

2024-05-12 Thread Gerald Pfeifer via Gcc-cvs
https://gcc.gnu.org/g:80ccc90be4aee9f87f468e04c5b97d6b9583ae7e commit r14-10198-g80ccc90be4aee9f87f468e04c5b97d6b9583ae7e Author: Gerald Pfeifer Date: Sun May 12 15:31:33 2024 +0200 doc: Describe limitations re Ada, D, and Go on FreeBSD gcc: PR target/69374

[gcc r14-10197] doc: FreeBSD no longer has a GNU toolchain in base

2024-05-12 Thread Gerald Pfeifer via Gcc-cvs
https://gcc.gnu.org/g:609f9699cd376dbb903d9a6761bdb1165831f796 commit r14-10197-g609f9699cd376dbb903d9a6761bdb1165831f796 Author: Gerald Pfeifer Date: Sun May 12 15:30:18 2024 +0200 doc: FreeBSD no longer has a GNU toolchain in base gcc: PR target/69374 PR

[gcc r14-10196] doc: Remove old details on libunwind for ia64-*-hpux*

2024-05-12 Thread Gerald Pfeifer via Gcc-cvs
https://gcc.gnu.org/g:7939f8823e20c8faed6ce5ac4614c558344a265f commit r14-10196-g7939f8823e20c8faed6ce5ac4614c558344a265f Author: Gerald Pfeifer Date: Sun May 12 15:28:27 2024 +0200 doc: Remove old details on libunwind for ia64-*-hpux* gcc: PR target/69374

[gcc r14-10195] doc: Remove references to FreeBSD 7 and older

2024-05-12 Thread Gerald Pfeifer via Gcc-cvs
https://gcc.gnu.org/g:cf43da54f876c4b965feaa5f499483b5f16ed269 commit r14-10195-gcf43da54f876c4b965feaa5f499483b5f16ed269 Author: Gerald Pfeifer Date: Sun Apr 28 14:59:14 2024 +0200 doc: Remove references to FreeBSD 7 and older FreeBSD 7 has been end of life for years and current

[pushed] wwwdocs: gcc-9: Various editorial changes

2024-05-09 Thread Gerald Pfeifer
Something I had on a disk for a bit; note how this includes a case of going from "link-time" to "link time" (used as a noun). Pushed. Gerald --- htdocs/gcc-9/changes.html | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git

gcc-wwwdocs branch master updated. 40cca6168d9bb98450b213de6126b536d244f490

2024-05-09 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
--- commit 40cca6168d9bb98450b213de6126b536d244f490 Author: Gerald Pfeifer Date: Thu May 9 08:23:46 2024 +0200 gcc-9: Various editorial changes diff --git a/htdocs/gcc-9/changes.html b/htdocs/gcc-9/changes.html index 89c20985..47d2f2a2 100644 --- a/htdocs/gcc-9/changes.html +++ b/htdocs/gcc-9/changes.html @@ -221,7 +22

[pushed] wwwdocs: gcc-11: Use 64-bit instead of 64 bit

2024-05-09 Thread Gerald Pfeifer
After yesterday's changes I did some grep-ing and found three more cases, this time in the GCC 11 pages. Pushed. Gerald --- htdocs/gcc-11/changes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index

gcc-wwwdocs branch master updated. b0f7297602476b09073d13d12782d817a0115367

2024-05-09 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
--- commit b0f7297602476b09073d13d12782d817a0115367 Author: Gerald Pfeifer Date: Thu May 9 08:16:57 2024 +0200 gcc-11: Use 64-bit instead of 64 bit diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index a00637c6..b4ecf3c0 100644 --- a/htdocs/gcc-11/changes.html +++ b/htdocs/gcc-11/changes.html

[pushed] wwwdocs: gcc-12: 512-bit instead of 512 bit

2024-05-08 Thread Gerald Pfeifer
Same as for GCC 13, as I just noticed. Pushed. Gerald --- htdocs/gcc-12/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index b4e29d72..8a0347e3 100644 --- a/htdocs/gcc-12/changes.html +++

gcc-wwwdocs branch master updated. 10f71cf2e68da0589c15d52adf1177feb959861b

2024-05-08 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
--- commit 10f71cf2e68da0589c15d52adf1177feb959861b Author: Gerald Pfeifer Date: Wed May 8 15:21:51 2024 +0200 gcc-12: 512-bit instead of 512 bit diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index b4e29d72..8a0347e3 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -1149

[pushed] wwwdocs: gcc-13: 512-bit instead of 512 bit

2024-05-08 Thread Gerald Pfeifer
A detail I missed last year. My bad. Fixed thusly and pushed. Gerald --- htdocs/gcc-13/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index 15a309d6..e324b782 100644 --- a/htdocs/gcc-13/changes.html +++

gcc-wwwdocs branch master updated. dbdd66a53d9159a70b5c92d81cc62552aba129ad

2024-05-08 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
--- commit dbdd66a53d9159a70b5c92d81cc62552aba129ad Author: Gerald Pfeifer Date: Wed May 8 15:16:45 2024 +0200 gcc-13: 512-bit instead of 512 bit diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index 15a309d6..e324b782 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -60

Re: [wwwdocs] Add Cauldron2024

2024-05-07 Thread Gerald Pfeifer
On Tue, 7 May 2024, Jan Hubicka wrote: > this adds Cauldron2024 to main page. OK? Of course! :-) No need to ask. (And thanks for organizing! Sadly, once again exactly a weekend I cannot join due to family obligations. :-( ) Gerald

[pushed] wwwdocs: gcc-14/porting_to: Improve markup.

2024-05-05 Thread Gerald Pfeifer
The key change is putting "GCC target" in ... . Pushed. Gerald --- htdocs/gcc-14/porting_to.html | 16 +++- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/htdocs/gcc-14/porting_to.html b/htdocs/gcc-14/porting_to.html index 13772080..db27f122 100644 ---

gcc-wwwdocs branch master updated. b018ddd6e4b85c37ea3129b567c1f67717a40132

2024-05-05 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
--- commit b018ddd6e4b85c37ea3129b567c1f67717a40132 Author: Gerald Pfeifer Date: Sun May 5 23:35:48 2024 +0200 gcc-14/porting_to: Improve markup. diff --git a/htdocs/gcc-14/porting_to.html b/htdocs/gcc-14/porting_to.html index 13772080..db27f122 100644 --- a/htdocs/gcc-14/porting_to.html +++ b/htdocs/gcc-14/porti

Re: [wwwdocs] Porting-to-14: Mention new pragma GCC Target behavior

2024-05-03 Thread Gerald Pfeifer
On Thu, 2 May 2024, Martin Jambor wrote: > Thanks for your suggestions, this is what I am going to commit in a > moment. Thanks! > diff --git a/htdocs/gcc-14/porting_to.html b/htdocs/gcc-14/porting_to.html > > +Pragma GCC target now affects preprocessor > symbols A small detail I missed:

[pushed] wwwdocs: gcc-14: Close as such, not

2024-05-03 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/gcc-14/porting_to.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/gcc-14/porting_to.html b/htdocs/gcc-14/porting_to.html index a20d82c2..13772080 100644 --- a/htdocs/gcc-14/porting_to.html +++ b/htdocs/gcc-14/porting_to.html @@ -514,7

gcc-wwwdocs branch master updated. 081ae01843bf8ed25ab7135123ab21d817db8fa9

2024-05-03 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
--- commit 081ae01843bf8ed25ab7135123ab21d817db8fa9 Author: Gerald Pfeifer Date: Sat May 4 01:29:35 2024 +0200 gcc-14: Close as such, not diff --git a/htdocs/gcc-14/porting_to.html b/htdocs/gcc-14/porting_to.html index a20d82c2..13772080 100644 --- a/htdocs/gcc-14/porting_to.html +++ b/htdocs/gcc-14/porting_to.html

Re: [wwwdocs] Add znver5 to GCC 14 changes

2024-05-03 Thread Gerald Pfeifer
Hi Martin, On Thu, 2 May 2024, Martin Jambor wrote: > + GCC now supports AMD CPUs based on the znver5 core via > +-march=znver5. Based on ISA extensions enabled on > +a znver4 core, the switch further enables the AVXVNNI, MOVDIRI, > +MOVDIR64B, AVX512VP2INTERSECT, and PREFETCHI ISA

[pushed] doc: Describe limitations re Ada, D, and Go on FreeBSD

2024-05-01 Thread Gerald Pfeifer
This should address the majority of issues left from Rainer's report https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112959 . I pushed this for now. Rainer, thank you very much for your report and all the details. I am sorry our documentation was not up-to-date. It would be great could you have

[gcc r15-96] doc: Describe limitations re Ada, D, and Go on FreeBSD

2024-05-01 Thread Gerald Pfeifer via Gcc-cvs
https://gcc.gnu.org/g:ff98aab108a6a4e50a831e7cfc011c2131f8d19c commit r15-96-gff98aab108a6a4e50a831e7cfc011c2131f8d19c Author: Gerald Pfeifer Date: Thu May 2 00:45:52 2024 +0200 doc: Describe limitations re Ada, D, and Go on FreeBSD gcc: PR target/69374 PR

[pushed] doc: FreeBSD no longer has a GNU toolchain in base

2024-05-01 Thread Gerald Pfeifer
The recent thread on building on FreeBSD made me release there's quite some cruft to remove (and a note to add) regarding that. Pushed (and more to come). Gerald gcc: PR target/69374 PR target/112959 * doc/install.texi (Specific) <*-*-freebsd*>: No longer refer

[gcc r15-90] doc: FreeBSD no longer has a GNU toolchain in base

2024-05-01 Thread Gerald Pfeifer via Gcc-cvs
https://gcc.gnu.org/g:0695aba3e987f4bb06c95f29ff90a8a3234e1507 commit r15-90-g0695aba3e987f4bb06c95f29ff90a8a3234e1507 Author: Gerald Pfeifer Date: Wed May 1 16:23:08 2024 +0200 doc: FreeBSD no longer has a GNU toolchain in base gcc: PR target/69374 PR

Re: [wwwdocs] Porting-to-14: Mention new pragma GCC Target behavior

2024-05-01 Thread Gerald Pfeifer
On Tue, 30 Apr 2024, Martin Jambor wrote: > +Pragma GCC Target now affects preprocessor > symbols Note the id: should be "gcc-target-pragma", though I even suggest to simplify and say "target-pragma". > +The behavior of pragma GCC Target and specifically how it affects ISA Seconding Jakub's

Re: [PATCH] wwwdocs: Add note to changes.html for __has_{feature,extension}

2024-05-01 Thread Gerald Pfeifer
On Fri, 26 Apr 2024, Marek Polacek wrote: > Thanks, I think you can go ahead with this. Agreed, thanks. Alex, if you agree, how about simplifying +This is primarily intended to aid the portability of code written +against Clang. to +This is aids the portability of code

[pushed] doc: Remove old details on libunwind for ia64-*-hpux*

2024-05-01 Thread Gerald Pfeifer
Pushed. Gerald gcc: PR target/69374 * doc/install.texi (Specific) : Remove details on libunwind for GCC 3.4 and earlier. --- gcc/doc/install.texi | 6 -- 1 file changed, 6 deletions(-) diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index

[gcc r15-89] doc: Remove old details on libunwind for ia64-*-hpux*

2024-05-01 Thread Gerald Pfeifer via Gcc-cvs
https://gcc.gnu.org/g:81f7965e63028c1289ae3b1836750da74b01bc4a commit r15-89-g81f7965e63028c1289ae3b1836750da74b01bc4a Author: Gerald Pfeifer Date: Wed May 1 11:18:19 2024 +0200 doc: Remove old details on libunwind for ia64-*-hpux* gcc: PR target/69374

[gcc r15-24] doc: Remove references to FreeBSD 7 and older

2024-04-28 Thread Gerald Pfeifer via Gcc-cvs
https://gcc.gnu.org/g:507f3ce34c55e78b23eeaf57bc4d927a1f25f8fb commit r15-24-g507f3ce34c55e78b23eeaf57bc4d927a1f25f8fb Author: Gerald Pfeifer Date: Sun Apr 28 14:59:14 2024 +0200 doc: Remove references to FreeBSD 7 and older FreeBSD 7 has been end of life for years and current

[pushed] doc: Update David Binderman's entry in contrib.texi

2024-04-28 Thread Gerald Pfeifer
gcc/ChangeLog: * doc/contrib.texi: Update David Binderman's entry. Pushed. Gerald --- gcc/doc/contrib.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/doc/contrib.texi b/gcc/doc/contrib.texi index 2a15fd05883..32e89d6df25 100644 ---

[gcc r15-23] doc: Update David Binderman's entry in contrib.texi

2024-04-28 Thread Gerald Pfeifer via Gcc-cvs
https://gcc.gnu.org/g:62177c91213bd06c75b3ea6cdf052d550db2bf6b commit r15-23-g62177c91213bd06c75b3ea6cdf052d550db2bf6b Author: Gerald Pfeifer Date: Sun Apr 28 13:40:53 2024 +0200 doc: Update David Binderman's entry in contrib.texi gcc/ChangeLog: * doc

Re: GCC testing on FreeBSD

2024-04-28 Thread Gerald Pfeifer
Hi Jonathan, On Fri, 26 Apr 2024, Jonathan Wakely wrote: > How are you testing on FreeBSD? > > When I build GCC trunk on FreeBSD 14.0 and try to run the libstdc++ > testsuite it fails due to lots of these errors: > > Excess errors: > /usr/local/bin/ld: /tmp//ccev946q.o: relocation R_X86_64_32

Re: [wwwdocs] gcc-14: Mention that some warnings are now errors

2024-04-14 Thread Gerald Pfeifer
Hi Sebastian, On Sat, 13 Apr 2024, Sebastian Huber wrote: > + The following warnings are now errors (see also > +Porting to GCC 14): > + > + -Werror=declaration-missing-parameter-type > + -Werror=implicit-function-declaration > + -Werror=implicit-int > +

Re: [pushed] c++/modules: make bits_in/out move-constructible

2024-04-14 Thread Gerald Pfeifer
On Sat, 13 Apr 2024, Patrick Palka wrote: > Pushed as obvious after verifying C++11 bootstrap is restored. Thank you, Patrick! x86_64-unknown-freebsd13.2 is back to bootstrap again as well (with clang version 16.0.6). Gerald

Re: [gcc-wwwdocs PATCH] Uncomment MCore part title

2024-04-12 Thread Gerald Pfeifer
On Fri, 12 Apr 2024, Haochen Jiang wrote: > Uncomment that and commit as obvious. Thank you! Gerald

[pushed] wwwdocs: readings: Move shared-ptr.com to https

2024-03-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 e4e68909..ee77d969 100644 --- a/htdocs/readings.html +++ b/htdocs/readings.html @@ -283,7 +283,7 @@ names. Manufacturer: Renesas,

gcc-wwwdocs branch master updated. 45268b51ac5fc2833179f3d949765f7de050f259

2024-03-23 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
--- commit 45268b51ac5fc2833179f3d949765f7de050f259 Author: Gerald Pfeifer Date: Sat Mar 23 23:06:34 2024 +0100 readings: Move shared-ptr.com to https diff --git a/htdocs/readings.html b/htdocs/readings.html index e4e68909..ee77d969 100644 --- a/htdocs/readings.html +++ b/htdocs/readings.html @@ -283,7 +283,

[pushed] wwwdocs: index: Avoid redirect for FOSDEM 2024 link

2024-03-23 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 90f2a838..909cae75 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -55,7 +55,7 @@ mission statement. News

gcc-wwwdocs branch master updated. e3cb19380191f624956a2dd5fd06538cca2eb2d4

2024-03-23 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
--- commit e3cb19380191f624956a2dd5fd06538cca2eb2d4 Author: Gerald Pfeifer Date: Sat Mar 23 23:03:07 2024 +0100 index: Avoid redirect for FOSDEM 2024 link diff --git a/htdocs/index.html b/htdocs/index.html index 90f2a838..909cae75 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -55,7 +55,7 @@ mission statem

Re: [PATCH wwwdocs] gcc-14: Some very common historic Autoconf probes that no longer work

2024-03-10 Thread Gerald Pfeifer
On Sat, 17 Feb 2024, Florian Weimer wrote: > + > +Older Autoconf versions (for example, Autoconf 2.13) generate core > +probes that are incompatible with C99. These include the basic > +compiler functionality check: : : Yes, thank you! Gerald PS: Feel free to copy me on wwwdocs patches.

Re: [COMMITTED htdocs] robots.txt: Disallow various wiki actions

2024-03-01 Thread Gerald Pfeifer
On Fri, 1 Mar 2024, Mark Wielaard wrote: > It is fine for robots to crawl the wiki pages, but they should perform > actions, generate huge diffs, search/highlight pages or generate > calendars. s/should/should not/ :-) I see your patch does exactly that - thank you! Gerald

Re: [wwwdocs] gcc-14/changes.html + projects/gomp/: OpenMP + OpenACC update

2024-02-27 Thread Gerald Pfeifer
On Tue, 27 Feb 2024, Tobias Burnus wrote: > Minor update for older and more recent changes. > supported for stack variables in C and Fortran, including the OpenMP 5.1 > - align modifier. For Fortran, OpenMP allocators can now be > + align modifier. In C and C++, the map clause >

Re: [PATCH wwwdocs] CSS: Color markup for /

2024-02-17 Thread Gerald Pfeifer
On Sat, 17 Feb 2024, Florian Weimer wrote: > In addition to underlines and strikethroughs. This makes it easier to > spot the differences in example code changes. Looks like a good idea! Thanks, Gerald

Re: [PATCH] Notes on the warnings-as-errors change in GCC 14

2024-02-16 Thread Gerald Pfeifer
On Thu, 15 Feb 2024, Florian Weimer wrote: >>> +GCC no longer casts all pointer types to all other pointer types. >> >> Do you mean it no longer does so implicitly, or not at all? That is, >> there are now cases where even an explicit cast such as >> >> foo_p = (foo_type*) bar_p >> >> no longer

Re: [PATCH] Notes on the warnings-as-errors change in GCC 14

2024-02-15 Thread Gerald Pfeifer
On Thu, 15 Feb 2024, Florian Weimer wrote: >> Naive questions: Can definitions really be prototypes (in C)? > Yes, I think so: definitions can be declarations, and function > prototypes are declarations. The standard uses the phrase “function > definition that does not include a function

[pushed] libstdc++: C++ item p2442 is version 1 only

2024-02-13 Thread Gerald Pfeifer
Following a mail exchange with Jonathan back in December; finally implementing what we discussed/he confirmed. Gerald libstdc++-v3: * doc/xml/manual/status_cxx2023.xml: Fix C++ item p2442 to be version 1. * doc/html/manual/status.html: Regenerate. ---

[pushed] wwwdocs: index: Update link to FOSDEM announcement

2024-02-13 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 ed505637..032cc4b6 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -55,7 +55,7 @@ mission statement. News

[pushed] install: Update gettext link

2024-02-13 Thread Gerald Pfeifer
This follows a web server redirect. Gerald gcc: * doc/install.texi (Prerequisites): Update gettext link. --- gcc/doc/install.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index c7794439107..173233096d1 100644

[pushed] wwwdocs: gcc-14: Fix typo in AVR section

2024-02-13 Thread Gerald Pfeifer
Note that is not part of current HTML standards; can we simply remove it? Gerald --- htdocs/gcc-14/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index 6ac7c8b1..92bd0a7b 100644 ---

[pushed] wwwdocs: gcc-14: Fix markup in avr section.

2024-02-13 Thread Gerald Pfeifer
In addition, I believe it might be good to rephrase that sentence. Do you mean "the linker will not pull in that code from ... any more"? Gerald --- htdocs/gcc-14/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/gcc-14/changes.html

Re: [PATCH] Notes on the warnings-as-errors change in GCC 14

2024-02-10 Thread Gerald Pfeifer
Hi Florian, that's been quite a bit. Thank you for putting this together so comprehensively and thoughtfully, with examples and background! Note many of my points are suggestions or questions, especially if phrased as questions or using maybe or similar, so for your consideration. On Fri, 2

Re: [PATCH] Notes on the warnings-as-errors change in GCC 14

2024-02-09 Thread Gerald Pfeifer
On Fri, 2 Feb 2024, Florian Weimer wrote: > +Certain warnings are now errors That's quite a nice description, thank you, Florian! > +The initial ISO C standard and its 1999 revision removed support for May I suggest to wrap paragraphs in ...? Not strictly necessary any more, now that we

Re: [committed][gcc-wwwdocs] Add blurb about bitfield signedness on mcore

2024-02-07 Thread Gerald Pfeifer
On Tue, 19 Dec 2023, Jeff Law wrote: > Pushed to the trunk. Is this minor follow-up okay, adding a full stop and shortening a bit? Gerald diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index 6d917535..dbc77493 100644 --- a/htdocs/gcc-14/changes.html +++

Re: [wwwdocs] tweak for sourceware account request alias

2024-02-07 Thread Gerald Pfeifer
On Thu, 11 Jan 2024, Frank Ch. Eigler wrote: > diff --git a/htdocs/gitwrite.html b/htdocs/gitwrite.html : > -overse...@gcc.gnu.org to add access to the GCC repository. > +admin-reque...@sourceware.org to add access to the GCC > repository. Thanks, Frank. I just pushed this. (Sorry, I had

Re: [PATCH] Document refactoring of the option -fcf-protection=x.

2024-01-11 Thread Gerald Pfeifer
follow-up below. Note that it's -fcf-protection not -fcf-protection i.e., closes . Gerald commit f834612fa014a65bd0a0380d2167d9ee05626a64 Author: Gerald Pfeifer Date: Fri Jan 12 13:54:52 2024 +0800 gcc-14: Fix markup around -fcf-protection diff --git a/htdocs/gcc-14/changes.html b/

Re: [PATCH RFC] codingconventions: add lambda guidelines

2024-01-11 Thread Gerald Pfeifer
On Thu, 11 Jan 2024, Jason Merrill wrote: > Now in patch form! It appears quite clear to me. (At first I thought we need to escape the '&' in "[&] (tree arg)" as "", but checking with validator.w3.org apparently not so in this specific context.) Gerald

Re: [PATCH,doc] install: Drop hppa*-hp-hpux10, remove old notes on hppa*-hp-hpux11

2023-12-18 Thread Gerald Pfeifer
On Sun, 17 Dec 2023, John David Anglin wrote: > The sentence about 64-bit libffi for hpux also can be removed. I ported > it a few years ago. Thanks! I made this change on top and pushed the resulting changeset. >> (I believe it would be great if you could have a look at that part of the >>

[PATCH,doc] install: Drop hppa*-hp-hpux10, remove old notes on hppa*-hp-hpux11

2023-12-16 Thread Gerald Pfeifer
Hi Dave, based on our earlier e-mail, I understand we don't support hppa*-hp-hpux10 any longer, so let's remove them from the installation docs. On the way remove references to GCC 2.95 and 3.0 from hppa*-hp-hpux11. Okay? (I believe it would be great if you could have a look at that part of

Re: [PATCH] install: Streamline the hppa*-hp-hpux* section

2023-12-16 Thread Gerald Pfeifer
gas (not gas/binutils) and being explicit around the flavor of ld to use, and pushed it. Any further comments or suggestions, let me know. Gerald commit da70c5b17123b7c81155ef03fb4591b71a681344 Author: Gerald Pfeifer Date: Sun Dec 17 15:13:39 2023 +0800 install: Streamline the hppa*-hp-h

[PATCH] install: Streamline the hppa*-hp-hpux* section

2023-12-16 Thread Gerald Pfeifer
rom 52149282c3a77ccda6385f06f36323c71b26491a Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sun, 17 Dec 2023 09:33:40 +0800 Subject: [PATCH] install: Streamline the hppa*-hp-hpux* section gcc: PR target/69374 * doc/install.texi (Specific) : Remove a note on GCC 4.3. Remove details on how the

[pushed] doc: Remove references to buildstat.html

2023-12-16 Thread Gerald Pfeifer
After addressing the references to the stale information Thomas pointed out on our web pages, this addresses our documentation. (I can't believe we still had a reference to SuSE, more than twenty years after the name changed to SUSE.) Gerald gcc: PR other/69374 *

[pushed] wwwdocs: projects/cli: Update ECMA reference

2023-12-15 Thread Gerald Pfeifer
Gerald --- htdocs/projects/cli.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/projects/cli.html b/htdocs/projects/cli.html index 394832b6..47ddb362 100644 --- a/htdocs/projects/cli.html +++ b/htdocs/projects/cli.html @@ -460,7 +460,7 @@ allowing the user to

[pushed] doc: Update nvptx-tools Github link

2023-12-15 Thread Gerald Pfeifer
I pushed this obvious change. Gerald gcc: * doc/install.texi (Specific) : Update nvptx-tools Github link. --- gcc/doc/install.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index c1128d9274c..fffad700af7

Re: [gcc-wwwdocs PATCH] gcc-13/14: Mention recent update for x86_64 backend

2023-12-12 Thread Gerald Pfeifer
On Fri, 8 Dec 2023, Haochen Jiang wrote: > +++ b/htdocs/gcc-13/changes.html > +Based on ISA extensions enabled on Alder Lake, the switch further enables > +the AVX-IFMA, AVX-VNNI-INT8, AVX-NE-CONVERT, CMPccXADD, ENQCMD and UINTR > +ISA extensions. Personally I would alphabetically

RE: [PATCH] [gcc-wwwdocs]gcc-13/14: Mention Intel new ISA and march support

2023-12-12 Thread Gerald Pfeifer
On Mon, 27 Nov 2023, Jiang, Haochen wrote: >> How about changing this to use "and", as in >> "The switch enables the AMX-FP16, PREFETCHI ISA extensions." >> ? > Ok for me. Done and pushed thusly. Gerald commit 617a25d7d89a9cce121e85b693eed1ee3f94354

[pushed] wwwdocs: benchmarks: Remove http://annwm.lbl.gov/bench/

2023-12-01 Thread Gerald Pfeifer
This has been unreachable for months (at least). If any of you is aware of some other link to add to https://gcc.gnu.org/benchmarks/ please let me know. Gerald --- htdocs/benchmarks/index.html | 7 --- 1 file changed, 7 deletions(-) diff --git a/htdocs/benchmarks/index.html

[pushed] wwwdocs: conduct: Change further creativecommons.org links to https

2023-12-01 Thread Gerald Pfeifer
This feels a bit lick whack-a-mole to me, though I am hopefull to now have caught and covered all cases where your CoC pages link to addresses that permanently redirect. Famous last words. :-) (The redirect work, avoiding them primarily helps us to find "odd" cases. The extra turnaround should

Re: [wwwdocs][patch][OpenACC] gcc-14/changes.html: OpenACC - mention support for first 2.7 features

2023-11-26 Thread Gerald Pfeifer
On Fri, 24 Nov 2023, Tobias Burnus wrote: > Comments before I commit it? + https://gcc.gnu.org/wiki/OpenACC;>OpenACC +OpenACC 2.7: The self clause was added to be used on + compute constructs and the default clause for data + constructs. + + Where does that come from? I'm

[pushed] wwwdocs: reading: Update the MicroBlaze section

2023-11-25 Thread Gerald Pfeifer
MicroBlaze is now with AMD, spelt MicroBlaze not MicroBlace, and the docs have a new address. --- htdocs/readings.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/readings.html b/htdocs/readings.html index 2e320945..e4e68909 100644 --- a/htdocs/readings.html

[pushed] wwwdocs: gcc-13: Refer to GCC (instead of gcc)

2023-11-25 Thread Gerald Pfeifer
Refer to the overall project as GCC. Pushed. Gerald --- htdocs/gcc-13/porting_to.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/gcc-13/porting_to.html b/htdocs/gcc-13/porting_to.html index db0bf2fa..c727d66f 100644 --- a/htdocs/gcc-13/porting_to.html +++

Re: c: tree: target: C2x (...) function prototypes and va_start relaxation

2023-11-25 Thread Gerald Pfeifer
On Fri, 21 Oct 2022, Joseph Myers wrote: > C2x allows function prototypes to be given as (...), a prototype > meaning a variable-argument function with no named arguments. I noticed this did not make it into gcc-13/changes.html ? Was that intentional? Gerald

[pushed] doc: Complete and sort the list of front ends

2023-11-25 Thread Gerald Pfeifer
gcc: PR other/69374 * doc/install.texi (Downloading the source): Sort the list of front ends and add D, Go, and Modula-2. --- gcc/doc/install.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index

[pushed] doc: Remove obsolete notes on GCC 4.x on FreeBSD

2023-11-25 Thread Gerald Pfeifer
FreeBSD 6 and 7 have been end of life for years as have been GCC 4.x releases, so no point in detailing specifics of changes around those. gcc: PR target/69374 * doc/install.texi (Specific) <*-*-freebsd*>: Remove older contents referencing GCC 4.x. ---

Re: [PATCH] [gcc-wwwdocs]gcc-13/14: Mention Intel new ISA and march support

2023-11-25 Thread Gerald Pfeifer
On Mon, 17 Jul 2023, Haochen Jiang via Gcc-patches wrote: >GCC now supports the Intel CPU named Granite Rapids through > -march=graniterapids. > +The switch enables the AMX-FP16, PREFETCHI ISA extensions. Do I understand correclty that it enables AMX-FP16 and PREFETCHI? How about

Re: [patch][GCN] install.texi: Update GCN entry - @uref and LLVM version remark

2023-11-25 Thread Gerald Pfeifer
On Fri, 24 Nov 2023, Tobias Burnus wrote: > Stumbled over this. Same here. :-) > Comments? Thank you for fixing this. Gerald

[pushed] doc: Update ISO C++ reference

2023-11-25 Thread Gerald Pfeifer
http->https it is, once again. Gerald gcc: * doc/standards.texi (Standards): Update ISO C++ reference. --- gcc/doc/standards.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/standards.texi b/gcc/doc/standards.texi index 6eebb9426f3..4b18fa91289 100644

[pushed] wwwdocs: readings: Update OpenPOWER link

2023-11-25 Thread Gerald Pfeifer
This is the original patch and a follow-up to fix an embarrassing markup mistake. Gerald commit 17418f262b17680a07a4493631aa0743b5fe9780 Author: Gerald Pfeifer Date: Fri Nov 24 09:33:26 2023 +0100 readings: Update OpenPOWER link The original link now redirects to a very

Re: [wwwdocs][patch][OpenMP] gcc-14/changes.html + projects/gomp/: OpenMP update

2023-11-24 Thread Gerald Pfeifer
On Fri, 24 Nov 2023, Tobias Burnus wrote: > While I expect more changes, I want to cleanup my stashed changes. Good approach! + The destory now optionally accepts the depend object as + argument. Is "depend object" a well known technical term in that context? And is it "the depend

Re: [wwwdocs][patch][GCN] gcc-14/changes.html: GCN - Mention improvements due to VGPR register use

2023-11-24 Thread Gerald Pfeifer
On Fri, 24 Nov 2023, Tobias Burnus wrote: > As in a set of benchmarks, an geometric-mean improvement of 9% (noise to > 25%) was found, I think we should mention this improvement proudly. Definitely! > Comments? The ", hence," broke my reading flow; maybe simply omit it? Either way, okay.

Re: [pushed] wwwdocs: *: Remove unused buildstat pages

2023-11-23 Thread Gerald Pfeifer
On Mon, 20 Nov 2023, Thomas Schwinge wrote: >> For GCC 9 to GCC 13 the per-release series buildstat pages have not >> been populated at all, so remove them and reference from the respective >> main release pages. > ACK; I had recently run into such an empty page, and wanted to suggest > the same.

[pushed] wwwdocs: conduct: Use licensebuttons.net

2023-11-23 Thread Gerald Pfeifer
i.creativecommons.org now has a permanent redirect for the images we use to licensebuttons.net, so follow that. Pushed. Gerald --- htdocs/conduct-faq.html | 3 ++- htdocs/conduct-report.html | 3 ++- htdocs/conduct-response.html | 3 ++- htdocs/conduct.html | 3 ++- 4 files

[pushed] wwwdocs: faq: Refer to gcc-testresults instead of buildstat.html

2023-11-22 Thread Gerald Pfeifer
This is the last obsolete reference to buildstat.html shared by Thomas and per my own `grep -r`. Pushed. Gerald --- htdocs/faq.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/faq.html b/htdocs/faq.html index 203661dc..5c713a70 100644 --- a/htdocs/faq.html

[pushed] wwwdocs: branching: No longer refer to buildstat.html

2023-11-22 Thread Gerald Pfeifer
Thomas spotted this (among others) not being necessary any longer and kindly reported it. Pushed. --- htdocs/branching.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/htdocs/branching.html b/htdocs/branching.html index 0d48dce1..23ff92e8 100644 --- a/htdocs/branching.html +++

[pushed] wwwdocs: releasing: No longer refer to buildstat.html

2023-11-22 Thread Gerald Pfeifer
That's the counterpart to the branching.html change I just made, also reported by Thomas. Pushed. Gerald --- htdocs/releasing.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/htdocs/releasing.html b/htdocs/releasing.html index 1cd56f72..c7365e64 100644 --- a/htdocs/releasing.html +++

Re: [committed] libstdc++: Minor update to installation docs

2023-11-01 Thread Gerald Pfeifer
On Mon, 18 Sep 2023, Jonathan Wakely via Gcc-patches wrote: > @@ -103,8 +103,10 @@ ln -s libiconv-1.16 libiconv > > If GCC 3.1.0 or later on is being used on GNU/Linux, an attempt > will be made to use "C" library functionality necessary for > - C++ named locale

Re: [PATCH htdocs v3] bugs: Mention -D_GLIBCXX_ASSERTIONS and -D_GLIBCXX_DEBUG

2023-10-26 Thread Gerald Pfeifer
On Thu, 26 Oct 2023, Sam James wrote: > These options both enabled more checking within the C++ standard library > and can expose errors in submitted code. This is a good addition, thank you! I was going to approve/push, but it's probably better for Jonathan to give the final okay. Just one

Re: [PATCH] wwwdocs: gcc-14: mark amdgcn fiji deprecated

2023-10-22 Thread Gerald Pfeifer
Hi Andrew, On Fri, 20 Oct 2023, Andrew Stubbs wrote: >> Additionally, I wonder whether "Fiji" should be changed to "Fiji >> (gfx803)" in the first line and whether the  "," should be removed in >> "The ... configuration ... , and no longer includes". > Fair enough, how's this version? (I like

[pushed] wwwdocs: buildstat: Don't reference buildstats we no longer carry

2023-10-15 Thread Gerald Pfeifer
Having just removed the buildstats pages for GCC 9 to GCC 13 also drop references from this main buildstats overview. Pushed. Gerald --- htdocs/buildstat.html | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/htdocs/buildstat.html b/htdocs/buildstat.html index

  1   2   3   4   5   6   7   8   9   10   >