[committed, wwwdocs] gcc-15: Fiji gfx803 device support removed

2024-09-02 Thread Andrew Stubbs
--- htdocs/gcc-15/changes.html | 7 +++ 1 file changed, 7 insertions(+) diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html index edce138e..7c372688 100644 --- a/htdocs/gcc-15/changes.html +++ b/htdocs/gcc-15/changes.html @@ -123,6 +123,13 @@ a work-in-progress. +AMD Ra

RE: [gcc-wwwdocs PATCH] gcc-15: Mention recent update for x86_64 backend

2024-08-28 Thread Jiang, Haochen
> -Original Message- > From: Gerald Pfeifer > Sent: Thursday, August 29, 2024 3:20 AM > > On Wed, 28 Aug 2024, Haochen Jiang wrote: > > Sorry for the disturb since I mis-typoed gcc-patches to gcc-patchs, > > resend the patch. > > No worries. > > > This patch will add documentation for r

Re: [gcc-wwwdocs PATCH] gcc-15: Mention recent update for x86_64 backend

2024-08-28 Thread Gerald Pfeifer
On Wed, 28 Aug 2024, Haochen Jiang wrote: > Sorry for the disturb since I mis-typoed gcc-patches to gcc-patchs, > resend the patch. No worries. > This patch will add documentation for recent update in x86-64 backend. Thank you! > + Xeon Phi CPUs support (a.k.a. Knight Landing and Knight Mill)

[committed][wwwdocs] Document libstdc++ changes in GCC 15

2024-08-28 Thread Jonathan Wakely
Pushed to wwwdocs. --- htdocs/gcc-15/changes.html | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html index d0d6d147..91c020dd 100644 --- a/htdocs/gcc-15/changes.html +++ b/htdocs/gcc-15/changes.html

[gcc-wwwdocs PATCH] gcc-15: Mention recent update for x86_64 backend

2024-08-27 Thread Haochen Jiang
Hi all, Sorry for the disturb since I mis-typoed gcc-patches to gcc-patchs, resend the patch. This patch will add documentation for recent update in x86-64 backend. Ok for wwwdocs trunk? Thx, Haochen --- Mention AVX10.2 support and Xeon Phi removal in GCC 15. --- htdocs/gcc-15/changes.html

[wwwdocs,PATCH] readings: Add ANSI C89 (was: C89 question: Do we need to accept -Wint-conversion warnings)

2024-08-23 Thread Gerald Pfeifer
[ gcc@ -> gcc-patches@ ] On Tue, 10 Oct 2023, Joseph Myers wrote: > Implicit conversions between pointers and integers are not valid C89. > > ANSI C89, as adopted as FIPS PUB 160, is available from NIST: > https://nvlpubs.nist.gov/nistpubs/Legacy/FIPS/fipspub160.pdf Thanks, Joseph. I added this

[pushed] wwwdocs: gcc-14: Make a link relative

2024-08-22 Thread Gerald Pfeifer
Pushed. 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 aa1d97a8..e0d856cc 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -163,7 +163,7 @@ You may a

Re: [wwwdocs v2] gcc-15: Mention c++ header dependency changes () in porting_to.html

2024-08-21 Thread Filip Kastl
On Wed 2024-08-21 09:50:39, Jonathan Wakely wrote: > On Wed, 21 Aug 2024 at 09:48, Filip Kastl wrote: > > > > Hi, > > > > this is the second version of my patch. See version 1 here: > > > > https://gcc.gnu.org/pipermail/gcc-patches/2024-August/659584.html > > > > Changes made: > > - Removed plura

Re: [wwwdocs v2] gcc-15: Mention c++ header dependency changes () in porting_to.html

2024-08-21 Thread Jonathan Wakely
On Wed, 21 Aug 2024 at 09:48, Filip Kastl wrote: > > Hi, > > this is the second version of my patch. See version 1 here: > > https://gcc.gnu.org/pipermail/gcc-patches/2024-August/659584.html > > Changes made: > - Removed plural when referring to the single changed header. From the two > versio

[wwwdocs v2] gcc-15: Mention c++ header dependency changes () in porting_to.html

2024-08-21 Thread Filip Kastl
Hi, this is the second version of my patch. See version 1 here: https://gcc.gnu.org/pipermail/gcc-patches/2024-August/659584.html Changes made: - Removed plural when referring to the single changed header. From the two versions of the text I considered I chose the one with less changes as

Re: [wwwdocs] gcc-15: Mention c++ header dependency changes () in porting_to.html

2024-08-20 Thread Jonathan Wakely
On Wed, 7 Aug 2024 at 08:09, Filip Kastl wrote: > > On Tue 2024-08-06 17:00:24, Gerald Pfeifer wrote: > > > + > > > +The following headers are used less widely in libstdc++ and may need to I like Gerald's suggestion to change this to "within libstdc++" as that is more precise about that change.

Re: [PATCH,c++,wwwdocs] bugs: Remove old "export" non-bug

2024-08-20 Thread Jonathan Wakely
On Mon, 5 Aug 2024 at 19:36, Gerald Pfeifer wrote: > > On Mon, 22 Jul 2024, Jonathan Wakely wrote: > >> We have been carrying this note on the "original" export feature for ages, > >> and I believe it's not actually a FAQ, if it ever was. > >> > >> Jonathan moved this down when adding a note on AD

[pushed] wwwdocs: gcc-12: Editorial changes to the D section

2024-08-20 Thread Gerald Pfeifer
I pushed these three changes to the D section in the GCC 12 release notes. (The C in GDC already stands for compiler, so GDC compiler is redundant.) Gerald --- htdocs/gcc-12/changes.html | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/htdocs/gcc-12/changes.html b/

Re: [wwwdocs] porting_to: Two-stage overload resolution for implicit move removed

2024-08-19 Thread Marek Polacek
On Mon, Aug 19, 2024 at 10:34:20PM +0100, Jonathan Wakely wrote: > On Mon, 19 Aug 2024 at 21:51, Gerald Pfeifer wrote: > > > > On Wed, 12 Oct 2022, Marek Polacek via Gcc-patches wrote: > > > + > > > +The two overload resolutions approach was complicated and quirky, so > > > users > > > +should tr

Re: [wwwdocs] porting_to: Two-stage overload resolution for implicit move removed

2024-08-19 Thread Jonathan Wakely
On Mon, 19 Aug 2024 at 22:34, Jonathan Wakely wrote: > > On Mon, 19 Aug 2024 at 21:51, Gerald Pfeifer wrote: > > > > On Wed, 12 Oct 2022, Marek Polacek via Gcc-patches wrote: > > > + > > > +The two overload resolutions approach was complicated and quirky, so > > > users > > > +should transition

Re: [wwwdocs] porting_to: Two-stage overload resolution for implicit move removed

2024-08-19 Thread Jonathan Wakely
On Mon, 19 Aug 2024 at 21:51, Gerald Pfeifer wrote: > > On Wed, 12 Oct 2022, Marek Polacek via Gcc-patches wrote: > > + > > +The two overload resolutions approach was complicated and quirky, so users > > +should transition to the newer model. This change means that code that > > +previously didn'

Re: [wwwdocs] porting_to: Two-stage overload resolution for implicit move removed

2024-08-19 Thread Marek Polacek
On Mon, Aug 19, 2024 at 10:51:28PM +0200, Gerald Pfeifer wrote: > On Wed, 12 Oct 2022, Marek Polacek via Gcc-patches wrote: > > + > > +The two overload resolutions approach was complicated and quirky, so users > > +should transition to the newer model. This change means that code that > > +previou

Re: [wwwdocs] porting_to: Two-stage overload resolution for implicit move removed

2024-08-19 Thread Gerald Pfeifer
On Wed, 12 Oct 2022, Marek Polacek via Gcc-patches wrote: > + > +The two overload resolutions approach was complicated and quirky, so users > +should transition to the newer model. This change means that code that > +previously didn't compile in C++17 will now compile, for example: I looked at th

[pushed] wwwdocs: projects: Remove parser-related simple project(s)

2024-08-18 Thread Gerald Pfeifer
Christopher pointed out these did not appear applicable any longer. >From what I found I agree, so removed this from the beginner projects list. Pushed. Gerald --- htdocs/projects/beginner.html | 37 --- 1 file changed, 37 deletions(-) diff --git a/htdocs/proje

Re: [pushed] wwwdocs: gcc-15: Mark an AVR instruction up as

2024-08-17 Thread Georg-Johann Lay
Am 17.08.24 um 15:43 schrieb Gerald Pfeifer: All this patch does (modulo reformatting) is put SEI in a environment. However, looking at this I've got a question: How about "imposing a function name" which is listed as a difference of noblock versus others? This (the specific name) is not actual

[pushed] wwwdocs: gcc-15: Mark an AVR instruction up as

2024-08-17 Thread Gerald Pfeifer
All this patch does (modulo reformatting) is put SEI in a environment. However, looking at this I've got a question: How about "imposing a function name" which is listed as a difference of noblock versus others? This (the specific name) is not actually documented anywhere? Is that an omission,

[pushed] wwwdocs: doc: Tweak link to gm2 list archive

2024-08-17 Thread Gerald Pfeifer
Without the trailing slash we incur a "301 Moved Permanently". gcc: * doc/gm2.texi (Community): Tweak link to gm2 list archive. --- gcc/doc/gm2.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/gm2.texi b/gcc/doc/gm2.texi index bfc8dc71f23..40668f7f8c4 10064

[pushed] wwwdocs: news: Avoid (obsolete) link for Blackfin

2024-08-15 Thread Gerald Pfeifer
This has started to redirect and an enormous URL, and being end of life for half a decade now... Pushed. Gerald --- htdocs/news.html | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/htdocs/news.html b/htdocs/news.html index c8271e0a..cef5ee80 100644 --- a/htdocs/news.ht

Re: [wwwdocs] Re: [COMMITTED] gcc-14: Add Ada changes

2024-08-12 Thread Marc Poulhiès
Gerald Pfeifer writes: > On Fri, 26 Apr 2024, Marc Poulhiès wrote: >> Co-authored-by: Fernando Oleo Blanco >> Co-authored-by: Piotr Trojanek >> Signed-off-by: Marc Poulhiès >> --- >> htdocs/gcc-14/changes.html | 67 +- > > This is really great how thoroughly

[pushed] wwwdocs: news: Remove obsolete G95 link

2024-08-10 Thread Gerald Pfeifer
Neither that link nor another one the page it points to (which is in Japanese now) has remotely current status (nor dates including years). --- htdocs/news.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/htdocs/news.html b/htdocs/news.html index a8850dd4..c8271e0a 10064

[wwwdocs] Re: [COMMITTED] gcc-14: Add Ada changes

2024-08-10 Thread Gerald Pfeifer
On Fri, 26 Apr 2024, Marc Poulhiès wrote: > Co-authored-by: Fernando Oleo Blanco > Co-authored-by: Piotr Trojanek > Signed-off-by: Marc Poulhiès > --- > htdocs/gcc-14/changes.html | 67 +- This is really great how thoroughly you documented all these changes -

[pushed] wwwdocs: gcc-14: Use runtime instead of run-time

2024-08-10 Thread Gerald Pfeifer
Per codingconventions.html as a noun we use "runtime" as opposed to "run-time". Pushed. 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 62a279b1..aa1d97a8 100644 --- a/htdocs

[pushed] wwwdocs: readings: Update MicroBlaze blaze

2024-08-10 Thread Gerald Pfeifer
Pushed. Gerald This is now under amd.com instead of xilinx.com. --- htdocs/readings.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/readings.html b/htdocs/readings.html index f0d44d6f..1f1dbae3 100644 --- a/htdocs/readings.html +++ b/htdocs/readings.html @@ -1

Re: [wwwdocs] gcc-15: Mention c++ header dependency changes () in porting_to.html

2024-08-07 Thread Filip Kastl
On Tue 2024-08-06 17:00:24, Gerald Pfeifer wrote: > > + > > +The following headers are used less widely in libstdc++ and may need to > > +be included explicitly when compiling with GCC 15: > > + > > + > > + (for std::int8_t, std::int32_t etc.) > > + > > The text reads "headers", alas th

Re: [wwwdocs] gcc-15: Mention c++ header dependency changes () in porting_to.html

2024-08-06 Thread Gerald Pfeifer
On Tue, 6 Aug 2024, Filip Kastl wrote: > So I thought I might create the GCC 15 porting_to.html page and add an > entry about this (I just copied the entry from GCC 14 porting_to.html). Nice. > Ha! As I'm writing this I noticed that actually Jonathan predicted this > and suggested a correspond

[wwwdocs] gcc-15: Mention c++ header dependency changes () in porting_to.html

2024-08-06 Thread Filip Kastl
Hi, I recently had to add '#include ' to a program to compile it with the latest trunk GCC due to https://gcc.gnu.org/pipermail/gcc-patches/2024-August/659176.html So I thought I might create the GCC 15 porting_to.html page and add an entry about this (I just copied the entry from GCC 14 porting

[pushed] wwwdocs: gcc-3.4: Switch GNU Classpath link to https

2024-08-05 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/gcc-3.4/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/gcc-3.4/changes.html b/htdocs/gcc-3.4/changes.html index 76b4ce87..64042080 100644 --- a/htdocs/gcc-3.4/changes.html +++ b/htdocs/gcc-3.4/changes.html @@ -735,7 +735,7 @@ and

[pushed] wwwdocs: news: Switch MMIX links to https

2024-08-05 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/news.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/news.html b/htdocs/news.html index bb04a682..a8850dd4 100644 --- a/htdocs/news.html +++ b/htdocs/news.html @@ -1228,7 +1228,7 @@ GCC 3.0.3 has been released. November 3, 2001 Hans-Pe

Re: [PATCH,c++,wwwdocs] bugs: Remove old "export" non-bug

2024-08-05 Thread Gerald Pfeifer
On Mon, 22 Jul 2024, Jonathan Wakely wrote: >> We have been carrying this note on the "original" export feature for ages, >> and I believe it's not actually a FAQ, if it ever was. >> >> Jonathan moved this down when adding a note on ADL last fall. >> >> I now propose to drop it. > Sounds good to me

[pushed] wwwdocs: news: Adjust link to 2015 ACM Software System Award

2024-08-05 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/news.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/news.html b/htdocs/news.html index 6fac4ea5..bb04a682 100644 --- a/htdocs/news.html +++ b/htdocs/news.html @@ -196,7 +196,7 @@ [2016-06-03] wwwdocs: -http://awards.acm.org

[pushed] wwwdocs: gcc-15: Mark up static_assert as

2024-08-04 Thread Gerald Pfeifer
A minor markup change. Pushed. Gerald --- htdocs/gcc-15/changes.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html index 2fd7aa90..bfd98496 100644 --- a/htdocs/gcc-15/changes.html +++ b/htdocs/gcc-15/changes.htm

[pushed] wwwdocs: gcc-14: Tweak a word around GNAT Storage Models

2024-08-04 Thread Gerald Pfeifer
"Performances" would be the choice in case of theater performances or the like; the generic, uncountable "performance" seems more appropriate here. Pushed. Gerald When not countable, use performance instead of performances. --- htdocs/gcc-14/changes.html | 2 +- 1 file changed, 1 insertion(+)

Re: [wwwdocs] OpenMP: gcc-15/changes.html - minor update / projects/gomp - link to TR13

2024-08-01 Thread Gerald Pfeifer
On Thu, 1 Aug 2024, Tobias Burnus wrote: > Comments, thoughts, remarks before I commit it? Looks good to me. And nice you start documenting things early (as usual I should say). Gerald

Re: [wwwdocs] OpenMP: gcc-15/changes.html - minor update / projects/gomp - link to TR13

2024-08-01 Thread Jakub Jelinek
On Thu, Aug 01, 2024 at 08:36:59PM +0200, Tobias Burnus wrote: > First, OpenMP TR13 has just been released. Hence, link it from our project > page. > > For the GCC 15 page, I suggest to add ompx_gnu_pinned_mem_alloc (but one can > argue about that) and the nvptx I/O support. We could also talk abo

[wwwdocs] OpenMP: gcc-15/changes.html - minor update / projects/gomp - link to TR13

2024-08-01 Thread Tobias Burnus
First, OpenMP TR13 has just been released. Hence, link it from our project page. For the GCC 15 page, I suggest to add ompx_gnu_pinned_mem_alloc (but one can argue about that) and the nvptx I/O support. We could also talk about nvptx + constructor support here. Comments, thoughts, remarks be

[patch,wwwdocs,avr,applied] Mention recent additions to the avr backend

2024-07-29 Thread Georg-Johann Lay
Applied the patch below Johann -- diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html index 3b3a6c0b..aa8d7609 100644 --- a/htdocs/gcc-15/changes.html +++ b/htdocs/gcc-15/changes.html @@ -99,7 +99,27 @@ a work-in-progress. - +AVR + + + Support has been added for the signal

Re: [wwwdocs] Add aarch64 11.5.0 caveat

2024-07-23 Thread Richard Earnshaw (lists)
e. As TARGET_CPU_generic is now 64, when config.gcc doesn't set TARGET_CPU_DEFAULT, we end up with TARGET_CPU_DEFAULT (64 | (AARCH64_CPU_DEFAULT_FLAGS << 6)) which is treated as I think TARGET_CPU_cortexa34 | ((AARCH64_CPU_DEFAULT_FLAGS | AARCH64_FL_SIMD) << 6)) Ok for wwwdocs? OK, but ple

Re: [wwwdocs] Add aarch64 11.5.0 caveat

2024-07-23 Thread Richard Biener
T_CPU_generic is now 64, when config.gcc doesn't set > TARGET_CPU_DEFAULT, we end up with TARGET_CPU_DEFAULT > (64 | (AARCH64_CPU_DEFAULT_FLAGS << 6)) > which is treated as I think > TARGET_CPU_cortexa34 | ((AARCH64_CPU_DEFAULT_FLAGS | AARCH64_FL_SIMD) << 6)) > Ok for wwwd

[wwwdocs] Add aarch64 11.5.0 caveat

2024-07-23 Thread Jakub Jelinek
nd up with TARGET_CPU_DEFAULT (64 | (AARCH64_CPU_DEFAULT_FLAGS << 6)) which is treated as I think TARGET_CPU_cortexa34 | ((AARCH64_CPU_DEFAULT_FLAGS | AARCH64_FL_SIMD) << 6)) Ok for wwwdocs? diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index e010cd08..26189772 1006

Re: [PATCH,c++,wwwdocs] bugs: Remove old "export" non-bug

2024-07-22 Thread Jonathan Wakely
On Mon, 22 Jul 2024 at 07:51, Gerald Pfeifer wrote: > > We have been carrying this note on the "original" export feature for ages, > and I believe it's not actually a FAQ, if it ever was. > > Jonathan moved this down when adding a note on ADL last fall. > > I now propose to drop it. > > Thoughts?

[PATCH,c++,wwwdocs] bugs: Remove old "export" non-bug

2024-07-21 Thread Gerald Pfeifer
We have been carrying this note on the "original" export feature for ages, and I believe it's not actually a FAQ, if it ever was. Jonathan moved this down when adding a note on ADL last fall. I now propose to drop it. Thoughts? Gerald diff --git a/htdocs/bugs/index.html b/htdocs/bugs/index.

[pushed] wwwdocs: gcc-*: Tweak links to testing instructions to use https

2024-07-14 Thread Gerald Pfeifer
Business as usual; pushed. Gerald --- htdocs/gcc-5/buildstat.html | 2 +- htdocs/gcc-6/buildstat.html | 2 +- htdocs/gcc-7/buildstat.html | 2 +- htdocs/gcc-8/buildstat.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/gcc-5/buildstat.html b/htdocs/gcc-5/buildsta

[pushed] wwwdocs: gcc-3.*: Remove download links for MTL from 20 years ago

2024-07-13 Thread Gerald Pfeifer
The entire osl.iu.edu site has gone away without direct replacement. --- htdocs/gcc-3.1/criteria.html | 3 +-- htdocs/gcc-3.3/criteria.html | 3 +-- htdocs/gcc-3.4/criteria.html | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/htdocs/gcc-3.1/criteria.html b/htdocs/gcc-3.1/cr

[pushed] wwwdocs: news: Update links to Craig Burley's notes on g77

2024-07-13 Thread Gerald Pfeifer
The new site does not offer https, so staying with http. Pushed. Gerald On the way remove a mailto: link to offer g77 help from 1999. --- htdocs/news.html | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/htdocs/news.html b/htdocs/news.html index 5e782349..6fac4ea5 1

[pushed] wwwdocs: news: Update Google Summer of Code 2014 project link

2024-07-11 Thread Gerald Pfeifer
/htdocs/news.html +++ b/htdocs/news.html @@ -328,7 +328,7 @@ GCC Google Summer of Code 2014 [2014-02-24] wwwdocs: GCC has been accepted as a -http://www.google-melange.com/gsoc/org2/google/gsoc2014/gcc";>Google Summer of Code 2014 project. +https://www.google-melange.com

[pushed] wwwdocs: gcc-3.*: Drop FTP links to kernel tarballs

2024-07-11 Thread Gerald Pfeifer
Most browsers these days do not support FTP any longer, and while kernel.org offers downloads via other means, realistically, who is going to download 2.4.0 or 2.4.18 kernels anyways? --- htdocs/gcc-3.0/criteria.html | 4 +--- htdocs/gcc-3.1/criteria.html | 4 +--- htdocs/gcc-3.3/criteria.html | 4

Re: [PATCH][wwwdocs] changes.html changes for AArch64 for GCC 14.1

2024-07-08 Thread Gerald Pfeifer
On Mon, 8 Jul 2024, Kyrylo Tkachov wrote: >> How about the following simplification around generic-armv8-a and >> generic-armv8-a? I believe this version is easier to consume. > Yeah, that does look smoother. > Ok. Thanks! Pushed, thanks. Gerald

Re: [PATCH][wwwdocs] changes.html changes for AArch64 for GCC 14.1

2024-07-08 Thread Kyrylo Tkachov
Hi Gerald, > On 7 Jul 2024, at 19:26, Gerald Pfeifer wrote: > > External email: Use caution opening links or attachments > > > On Tue, 2 Apr 2024, Kyrylo Tkachov wrote: >> Here's a writeup of the AArch64 changes to highlight in GCC 14.1. If >> there's something you'd like to highlight feel fre

[pushed] wwwdocs: readings: Update Edsger W. Dijkstra's home page

2024-07-07 Thread Gerald Pfeifer
--- htdocs/readings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/readings.html b/htdocs/readings.html index ae1b52bb..f0d44d6f 100644 --- a/htdocs/readings.html +++ b/htdocs/readings.html @@ -469,7 +469,7 @@ names. Historical material - for your enjoyment.

[pushed] wwwdocs: news: Standardize OpenMP references

2024-07-07 Thread Gerald Pfeifer
@@ standards. The code was contributed by Fran??ois-Xavier Coudert of CNRS. -OpenMP v4.0 +OpenMP 4.0 [2014-06-30] wwwdocs: An implementation of the http://www.openmp.org/specifications/";>OpenMP v4.0 +href="https://www.openmp.org/specifications/";>Ope

[pushed] wwwdocs: gcc-14: Use hyphen in compile-time

2024-07-07 Thread Gerald Pfeifer
--- 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 9a1b0c8a..29958fd5 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -621,7 +621,7 @@ You may also want to chec

Re: [PATCH][wwwdocs] changes.html changes for AArch64 for GCC 14.1

2024-07-07 Thread Gerald Pfeifer
On Tue, 2 Apr 2024, Kyrylo Tkachov wrote: > Here's a writeup of the AArch64 changes to highlight in GCC 14.1. If > there's something you'd like to highlight feel free to comment or add a > patch yourself. I don't expect the list to be exhaustive. > > It's been a busy release for AArch64! Indeed

[pushed] wwwdocs: gcc-3.0: Use testing/testing-lapack.html

2024-07-06 Thread Gerald Pfeifer
testing/testing-lapack.html appears newer and a generic page, which allows us to retire the mostly redundant gcc-3.0/lapack-guide.html . (Still essentially obsolete information, at least only half of it now.) Gerald --- htdocs/gcc-3.0/criteria.html | 4 +- htdocs/gcc-3.0/lapack-guide.html

Re: [wwwdocs] [PATCH 0/4] Fix various typos

2024-07-05 Thread Gerald Pfeifer
Hi Pokechu22, On Tue, 22 Mar 2022, Pokechu22 via Gcc-patches wrote: > While working on a separate patch, I found several typos on the website. > I have only looked within the htdocs directory, not its subdirectories. thanks for those patches, and sorry they fell through the cracks originally. I'

[pushed] wwwdocs: contribute: Uppercase spelling of Bugzilla

2024-07-05 Thread Gerald Pfeifer
your patch relates a bug in the compiler for which there is an existing PR number the bug number should be stated. Use the -short-form variant [PRn] wwwdocs: without the bugzilla +short-form variant [PRn] wwwdocs: without the Bugzilla component identifier and with no space between &#x

[pushed] wwwdocs: *: Normalize links to the www.gnu.org main page

2024-07-04 Thread Gerald Pfeifer
No need for a trailing slash, and switch to https. --- htdocs/gcc-3.0/index.html | 2 +- htdocs/gcc-3.1/index.html | 4 ++-- htdocs/gccmission.html| 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/gcc-3.0/index.html b/htdocs/gcc-3.0/index.html index a1f454e0..7d396

[pushed] wwwdocs: news: Remove some last links to our previous /java sub-site

2024-07-04 Thread Gerald Pfeifer
On the way fix the spelling of SUSE in one case. Pushed. Gerald --- htdocs/news.html | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/htdocs/news.html b/htdocs/news.html index e78abfc3..4a104520 100644 --- a/htdocs/news.html +++ b/htdocs/news.html @@ -10,8 +10,7

[pushed] wwwdocs: gcc-12: Tweak RISC-V default ISA announcement

2024-07-04 Thread Gerald Pfeifer
"bump" instead of "bumped" triggered by attention, and while I was there already I tweaked the whole entry. Pushed. Gerald --- htdocs/gcc-12/changes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index bf332c8

[committed] wwwdocs: Add Summer 2024 C++26 papers

2024-07-02 Thread Jakub Jelinek
Hi! I've committed the following patch as obvious to wwwdocs. diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index 4401c87e..65c120a3 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -184,6 +184,31 @@

[wwwdocs, committed] git: Move current devel/omp/gcc branch to 14

2024-06-28 Thread Paul-Antoine Arras
Committed as debf3885965604c81541a549d531ec450f498058 https://gcc.gnu.org/git.html#general -- PAcommit debf3885965604c81541a549d531ec450f498058 Author: Paul-Antoine Arras Date: Fri Jun 28 12:08:57 2024 +0200 git: Move current devel/omp/gcc branch to 14 diff --git htdocs/git.html htdocs/gi

[pushed] wwwdocs: news: Tweak MPFR link

2024-06-22 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/news.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/news.html b/htdocs/news.html index 471b31b7..e78abfc3 100644 --- a/htdocs/news.html +++ b/htdocs/news.html @@ -798,7 +798,7 @@ annual report for 2008 January 6, 2007 Kaveh Ghazi has

[pushed] wwwdocs: contribute: Add a missing parenthesis

2024-06-22 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/contribute.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/contribute.html b/htdocs/contribute.html index 7d85d885..24f8d30b 100644 --- a/htdocs/contribute.html +++ b/htdocs/contribute.html @@ -270,7 +270,7 @@ characters. The classifier

[pushed] wwwdocs: backends: Fix markup with overly long block

2024-06-22 Thread Gerald Pfeifer
An environment is in parallel to a environment and cannot be nested in the latter; in HTML 5 an instance of the former automatically ends the latter. Pushed. Gerald --- htdocs/backends.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/backends.html b/htdocs/ba

Re: [wwwdocs] [PATCH 4/4] contribute: Fix various typos

2024-06-21 Thread Gerald Pfeifer
On Tue, 22 Mar 2022, Pokechu22 via Gcc-patches wrote: > --- > htdocs/contribute.html | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) Sorry this fell through the cracks on our end. I'll shortly push a change to add the missing closing parenthesis. All other changes have been inde

[pushed] wwwdocs: news: Unify hsafoundation.com URLs

2024-06-21 Thread Gerald Pfeifer
Language) front end added [2017-02-01] wwwdocs: - http://hsafoundation.com";> Heterogeneous Systems + https://hsafoundation.com";>Heterogeneous Systems Architecture 1.0 BRIG (HSAIL) front end was added to GCC, enabling HSAIL finalization for gcc-supported

Re: [wwwdocs] [PATCH 1/4] branch-closing: Fix various typos

2024-06-21 Thread Gerald Pfeifer
On Tue, 22 Mar 2022, Pokechu22 via Gcc-patches wrote: > --- a/htdocs/branch-closing.html > +++ b/htdocs/branch-closing.html > @@ -54,7 +54,7 @@ is listed in "Known to work" or "Known to fail" as > applicable. > If the bug is a regression that is not fixed on all subsequent > release branches and

Re: [wwwdocs] simtest-howto.html: Remove cc0 mentions

2024-06-20 Thread Richard Biener
On Thu, Jun 20, 2024 at 1:32 PM Georg-Johann Lay wrote: > > cc0 has been removed long ago, removed mentions. OK > Johann > > diff --git a/htdocs/simtest-howto.html b/htdocs/simtest-howto.html > index ea69c9ed..f18a78f6 100644 > --- a/htdocs/simtest-howto.html > +++ b/htdocs/simtest-howto.html >

[wwwdocs] simtest-howto.html: Remove cc0 mentions

2024-06-20 Thread Georg-Johann Lay
cc0 has been removed long ago, removed mentions. Johann diff --git a/htdocs/simtest-howto.html b/htdocs/simtest-howto.html index ea69c9ed..f18a78f6 100644 --- a/htdocs/simtest-howto.html +++ b/htdocs/simtest-howto.html @@ -164,13 +164,7 @@ to exercise the just-built gcc on every test-suite in t

[wwwdocs] simtest-howto.html: Add test instructions for avr.

2024-06-20 Thread Georg-Johann Lay
Added the following hint on testing for target avr. Johann -- diff --git a/htdocs/simtest-howto.html b/htdocs/simtest-howto.html index 3afbdb0b..ea69c9ed 100644 --- a/htdocs/simtest-howto.html +++ b/htdocs/simtest-howto.html @@ -304,5 +304,22 @@ to exercise the just-built gcc on every test-sui

[pushed] wwwdocs: gcc-3.0: Avoid duplicate link to LAPACK

2024-06-18 Thread Gerald Pfeifer
There is already one such link pretty directly above, so avoid the second one. --- htdocs/gcc-3.0/criteria.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/gcc-3.0/criteria.html b/htdocs/gcc-3.0/criteria.html index 97be2e30..3e679d28 100644 --- a/htdocs/gcc-3.0/cri

[pushed] wwwdocs: codingrationale: Fix spelling

2024-06-18 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/codingrationale.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/codingrationale.html b/htdocs/codingrationale.html index c51c9da4..5e3d6b88 100644 --- a/htdocs/codingrationale.html +++ b/htdocs/codingrationale.html @@ -18,7 +18,7 @@ I

Re: [wwwdocs] [PATCH 3/4] codingrationale: Fix various typos

2024-06-18 Thread Gerald Pfeifer
On Tue, 22 Mar 2022, Pokechu22 via Gcc-patches wrote: > htdocs/codingrationale.html | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Thank you for this, and sorry for us missing it originally. > -working set size, compile time, and debuggablity. > +working set size, compile time, and

Re: [wwwdocs,pushed] backends.html - Update weblinks to AVR simulators

2024-06-18 Thread Georg-Johann Lay
Am 18.06.24 um 00:06 schrieb Gerald Pfeifer: On Sat, 15 Jun 2024, Georg-Johann Lay wrote: Applied this one: Cool. +SimulAVR at https://www.nongnu.org/simulavr"; This one gives a http response of "301 Moved Permanently" redirecting to https://www.nongnu.org/simulavr/ . I'll fix this

Re: [wwwdocs] [PATCH 2/4] codingconventions: Fix various typos

2024-06-18 Thread Gerald Pfeifer
On Tue, 22 Mar 2022, Pokechu22 via Gcc-patches wrote: > htdocs/codingconventions.html | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Thank you for this patch, and apologies it fell through the cracks. Applying your patch I found that I independently had discovered and fixed the f

[pushed] wwwdocs: backends: Adjust SimulAVR link

2024-06-17 Thread Gerald Pfeifer
The original link gives a "301 Moved Permanently", easily fixed by appending a slash. Pushed. Gerald --- htdocs/backends.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/backends.html b/htdocs/backends.html index 1f7c85d7..d86783a6 100644 --- a/htdocs/backend

Re: [wwwdocs,pushed] backends.html - Update weblinks to AVR simulators

2024-06-17 Thread Gerald Pfeifer
On Sat, 15 Jun 2024, Georg-Johann Lay wrote: > Applied this one: Cool. > +SimulAVR at https://www.nongnu.org/simulavr"; This one gives a http response of "301 Moved Permanently" redirecting to https://www.nongnu.org/simulavr/ . I'll fix this in a minute. On a related note, though, can we u

[pushed] wwwdocs: readings: Drop 1750a section

2024-06-16 Thread Gerald Pfeifer
We dropped support for 1750a back in 2002. Pushed. Gerald --- htdocs/readings.html | 6 -- 1 file changed, 6 deletions(-) diff --git a/htdocs/readings.html b/htdocs/readings.html index 0f6032c2..784a3bd7 100644 --- a/htdocs/readings.html +++ b/htdocs/readings.html @@ -632,12 +632,6 @@ Below

[pushed] wwwdocs: news: Update link to our ACM SIGPLAN award

2024-06-16 Thread Gerald Pfeifer
.html index 7d793add..4a6c2ab3 100644 --- a/htdocs/news.html +++ b/htdocs/news.html @@ -314,7 +314,7 @@ [2014-06-12] wwwdocs: -http://www.sigplan.org/Awards/Software/#2014";>ACM SIGPLAN Programming Languages Software Award +https://www.sigplan.org/Aw

[wwwdocs,pushed] backends.html - Update weblinks to AVR simulators

2024-06-15 Thread Georg-Johann Lay
Applied this one: backends.html - Update weblinks to AVR simulators. diff --git a/htdocs/backends.html b/htdocs/backends.html index bdaf29ad..1f7c85d7 100644 --- a/htdocs/backends.html +++ b/htdocs/backends.html @@ -120,9 +120,19 @@ visium | B g t s xtensa | C

[pushed] wwwdocs: news: Drop links to old OpenMP standard PDFs

2024-06-15 Thread Gerald Pfeifer
@@ -239,8 +239,7 @@ OpenMP 4.0 offloading support in GCC [2015-01-14] wwwdocs: - http://www.openmp.org/wp-content/uploads/OpenMP4.0.0.pdf";> - OpenMP 4.0 https://gcc.gnu.org/gcc-5/changes.html#offload";> + OpenMP 4.0 https://gcc.gnu.org/gcc-5/chan

[pushed] wwwdocs: gcc-11: Fix grammar - template alias parameters

2024-06-14 Thread Gerald Pfeifer
Elsewhere, for example in the D documentation, template is used in singular, too. Pushed. Gerald --- htdocs/gcc-11/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index b4ecf3c0..3737af5b 100644 --- a/htdoc

[pushed] wwwdocs: news: Remove reference to /java

2024-06-12 Thread Gerald Pfeifer
This is a left-over that redirects to our main page; we removed all our Java material years ago. --- htdocs/news.html | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/news.html b/htdocs/news.html index de92bdf6..4a24a4ad 100644 --- a/htdocs/news.html +++ b/htdocs/news.html @@ -1799,7 +179

[pushed] wwwdocs: news: Use https for our Wiki

2024-06-10 Thread Gerald Pfeifer
[2013-09-08] wwwdocs: -The http://gcc.gnu.org/wiki/vtv";>vtable verification +The https://gcc.gnu.org/wiki/vtv";>vtable verification branch has been merged into trunk. This work was contributed by Caroline Tice, Luis Lozano and Geoff Pike of Google, and Benjamin K

Re: [wwwdocs] gcc-15/changes.html + projects/gomp: update for new OpenMP features

2024-06-08 Thread Tobias Burnus
Hi Gerald, Gerald Pfeifer wrote: Looks like a janitorial task to fix the absolute links, possibly excluding those with /git, /onlinedocs, /wiki – or assuming that the main page is GCC.gnu.org, relying on the redirects. It's on my list. A first quick check indicates there isn't much to do, thoug

[pushed] wwwdocs: *: Refer to /onlinedocs fully qualified via gcc.gnu.org

2024-06-08 Thread Gerald Pfeifer
Thanks for Tobias for pointing these two out. Pushed. Gerald --- htdocs/gcc-14/porting_to.html | 2 +- htdocs/gcc-5/changes.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/gcc-14/porting_to.html b/htdocs/gcc-14/porting_to.html index ef02e071..3de15d02 1006

Re: [wwwdocs] gcc-15/changes.html + projects/gomp: update for new OpenMP features

2024-06-08 Thread Gerald Pfeifer
gt; > https://www.gnu.org/software/gcc/releases.html We only need to use absolutely links for material only available on gcc.gnu.org such as Bugzilla, the Wiki, or /onlinedocs. Everyone directly unter wwwdocs/htdocs can be relative. > GNU.org does not have the documentation, but going to > h

[pushed] wwwdocs: gcc-12: Break up markup of list of AArch64 options

2024-06-08 Thread Gerald Pfeifer
When showing a list of options marked up as code, each individual option should be marked up, not the entire list and he commas as part of that. Pushed. Gerald --- htdocs/gcc-12/changes.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/gcc-12/changes.html b/htdoc

[pushed] wwwdocs: news: Update links re GCC Runtime Library Exception

2024-06-08 Thread Gerald Pfeifer
Note this is more than just http->https. Pushed. Gerald --- htdocs/news.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/news.html b/htdocs/news.html index aeac6935..5f652d90 100644 --- a/htdocs/news.html +++ b/htdocs/news.html @@ -678,13 +678,13 @@ platforms

[pushed] wwwdocs: simtest-howto: Use https to link to our install docs

2024-06-07 Thread Gerald Pfeifer
--- htdocs/simtest-howto.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/simtest-howto.html b/htdocs/simtest-howto.html index d9c027fd..3afbdb0b 100644 --- a/htdocs/simtest-howto.html +++ b/htdocs/simtest-howto.html @@ -115,7 +115,7 @@ cd gcc && find . -print | cp

Re: [wwwdocs] gcc-15/changes.html + projects/gomp: update for new OpenMP features

2024-06-06 Thread Tobias Burnus
Hi Gerald, Gerald Pfeifer wrote: +++ b/htdocs/gcc-15/changes.html + + https://gcc.gnu.org/projects/gomp/";>OpenMP Can you please make this a relative link, i.e. "../projects/gomp/"? Good point. I thought such links should be absolute because of (www.)GNU.org, i.e. https://www.gnu.org/soft

Re: [wwwdocs] gcc-15/changes.html + projects/gomp: update for new OpenMP features

2024-06-06 Thread Gerald Pfeifer
On Thu, 6 Jun 2024, Tobias Burnus wrote: > GCC 15 now supports unified-shared memory and the tile/unroll constructs > in OpenMP. > > Updates https://gcc.gnu.org/gcc-15/changes.html > and https://gcc.gnu.org/projects/gomp/ Nice! > Comments? --- a/htdocs/gcc-15/changes.html +++ b/htdocs/gcc-15/c

[wwwdocs] gcc-15/changes.html + projects/gomp: update for new OpenMP features

2024-06-06 Thread Tobias Burnus
GCC 15 now supports unified-shared memory and the tile/unroll constructs in OpenMP. Updates https://gcc.gnu.org/gcc-15/changes.html and https://gcc.gnu.org/projects/gomp/ Comments? Tobias gcc-15/changes.html + projects/gomp: update for new OpenMP features GCC 15 now supports unified-shared mem

Re: [wwwdocs][patch] gcc-15/changes.html: Fortran - mention F2023 logical-kind additions

2024-06-05 Thread Gerald Pfeifer
On Tue, 28 May 2024, Tobias Burnus wrote: > Let's make https://gcc.gnu.org/gcc-15/changes.html a bit more useful … Always a good idea. :-) > Thus, document selected_logical_kind and the ISO_FORTRAN_ENV additions. > > Comments or suggestions before I commit it? Looks good to me, thanks. Gerald

Re: [wwwdocs] gcc-15/changes.html (nvptx): Constructors are now supported

2024-06-05 Thread Gerald Pfeifer
Hi Tobias, On Mon, 3 Jun 2024, Tobias Burnus wrote: > Comments or fine as is? +NVPTX + + + GCC's nvptx target now supports constructors and destructors; I'd make this a full stop/distinct sentence and ... + for this, a recent version of nvptx-tools is https://gcc.gnu.org/install/specific.

*ping* – Re: [wwwdocs] gcc-15/changes.html (nvptx): Constructors are now supported

2024-06-05 Thread Tobias Burnus
Regarding https://gcc.gnu.org/pipermail/gcc-patches/2024-June/653417.html , are there any … Tobias Burnus wrote: Comments or fine as is? Tobias

  1   2   3   4   5   6   7   8   9   10   >