[PATCH,WWWDOCS] htdocs: add an Atom feed for GCC news

2022-12-23 Thread Jose E. Marchesi via Gcc-patches
This patch adds an Atom feed for GCC news, which can then be easily aggregated in other sites, such as the GNU planet (https://planet.gnu.org). The feed lives in a file news.xml, and this patch initializes it with the latest entry in News as an example. --- htdocs/index.html | 9 - htdoc

[PATCH,WWWDOCS] htdocs: news: GCC BPF in Compiler Explorer

2022-12-23 Thread Jose E. Marchesi via Gcc-patches
This patch adds an entry to the News section in index.html, announcing the availability of a nightly build of bpf-unknown-none-gcc. --- htdocs/index.html | 6 ++ 1 file changed, 6 insertions(+) diff --git a/htdocs/index.html b/htdocs/index.html index 655b7373..e91fadf1 100644 --- a/htdocs/ind

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

2022-12-06 Thread Jakub Jelinek via Gcc-patches
On Tue, Dec 06, 2022 at 10:32:40AM +0100, Tobias Burnus wrote: > + omp_get_mapped_ptr API routines. The assume and assumes assume and assumes please > + directives, the begin/end declare target syntax in C/C++ > + and device-specific ICV settings with environment variables are now

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

2022-12-06 Thread Tobias Burnus
On 06.12.22 10:15, Jakub Jelinek wrote: On Tue, Dec 06, 2022 at 09:59:17AM +0100, Tobias Burnus wrote: This patch updates the OpenMP implementation status, based on libgomp.texi. For the release notes, it also moves 'non-rectangular loop nests' up as that's a 5.0 not a 5.1 feature. And in line w

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

2022-12-06 Thread Jakub Jelinek via Gcc-patches
On Tue, Dec 06, 2022 at 09:59:17AM +0100, Tobias Burnus wrote: > This patch updates the OpenMP implementation status, based on libgomp.texi. > For the release notes, it also moves 'non-rectangular loop nests' up as that's > a 5.0 not a 5.1 feature. > And in line with libgomp.texi, it adds to projec

[wwwdocs] gcc-13/changes.html + projects/gomp: OpenMP GCC 13 update

2022-12-06 Thread Tobias Burnus
This patch updates the OpenMP implementation status, based on libgomp.texi. For the release notes, it also moves 'non-rectangular loop nests' up as that's a 5.0 not a 5.1 feature. And in line with libgomp.texi, it adds to projects/gomp/ the items for TR11, a OpenMP 6.0 preview. (Hence, the id="omp

Re: *PING* - [wwwdocs] projects/gomp: TR11 + GCC13 update

2022-11-23 Thread Jakub Jelinek via Gcc-patches
On Wed, Nov 23, 2022 at 10:34:39AM +0100, Tobias Burnus wrote: > On 11.11.22 16:13, Tobias Burnus wrote: > > This patch adds TR11 to the history of OpenMP releases – and it does > > an update of the implementation status. > > > > OK? LGTM, thanks. Jakub

*PING* - [wwwdocs] projects/gomp: TR11 + GCC13 update

2022-11-23 Thread Tobias Burnus
On 11.11.22 16:13, Tobias Burnus wrote: This patch adds TR11 to the history of OpenMP releases – and it does an update of the implementation status. OK? Tobias PS: The implementation-status changes were lying around in that file for a while. I think both the GCC 13 release notes and this file

RE: [wwwdocs] gcc-13: Mention Intel new ISA and march support.

2022-11-15 Thread Jiang, Haochen via Gcc-patches
gcc.gnu.org > Subject: Re: [wwwdocs] gcc-13: Mention Intel new ISA and march support. > > On Thu, 10 Nov 2022, Haochen Jiang via Gcc-patches wrote: > > + New ISA extension support for Intel AVX-IFMA was added to GCC. > > Here and in the other cases I'd skip "to GC

[committed] wwwdocs: gcc-13: Add release notes for more C23 features

2022-11-14 Thread Joseph Myers
diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index 41d07e57..d033628b 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -112,9 +112,41 @@ a work-in-progress. https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3042.htm";>N3042,

[wwwdocs] cxx-status: Add C++23 papers from the Nov 2022 Kona WG21 plenary

2022-11-14 Thread Marek Polacek via Gcc-patches
Pushed. commit b97d1aba41d95ae9220fe08a991738a58a716212 Author: Marek Polacek Date: Mon Nov 14 13:49:21 2022 -0500 cxx-status: Add C++23 papers from the Nov 2022 Kona WG21 plenary diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index 8650f3cd..3454cfc9 10064

Re: [wwwdocs] gcc-13: Mention Intel new ISA and march support.

2022-11-14 Thread Gerald Pfeifer
On Thu, 10 Nov 2022, Haochen Jiang via Gcc-patches wrote: > + New ISA extension support for Intel AVX-IFMA was added to GCC. Here and in the other cases I'd skip "to GCC". This is clear from the context (this being the GCC release notes :-) and makes it shorter. Gerald

Re: [wwwdocs] gcc-13: Mention Intel new ISA and march support.

2022-11-13 Thread Hongtao Liu via Gcc-patches
On Thu, Nov 10, 2022 at 2:04 PM Haochen Jiang via Gcc-patches wrote: > > Hi all, > > This patch aims to mention newly added Intel ISA and march support. > > Ok for trunk? Ok. > > BRs, > Haochen > > --- > htdocs/gcc-13/changes.html | 50 ++ > 1 file changed, 50

[wwwdocs] projects/gomp: TR11 + GCC13 update

2022-11-11 Thread Tobias Burnus via Gcc-patches
This patch adds TR11 to the history of OpenMP releases – and it does an update of the implementation status. OK? Tobias PS: The implementation-status changes were lying around in that file for a while. I think both the GCC 13 release notes and this file needs some update for more recent chan

Re: [wwwdocs] Add httpd redirects for texinfo trunk docs and for each release series

2022-11-10 Thread Jonathan Wakely via Gcc-patches
patterns|wi-arith.*)\.html$' for i in cppinternals/*.html ; do test -f ../$i && echo $i ; done | grep -E '^cppinternals/([[:upper:]].*)\.html$' I haven't added redirects for other sub-dirs such as gccgo, gfortran, libgomp etc. so if somebody cares about those, they shoul

[committed] wwwdocs: readings: Remove linux-c6x.org

2022-11-10 Thread Gerald Pfeifer
I pushed this now. Is this an indication we should deprecate the port, Bernd, or would you like to re-add a link at a later point? Gerald linux-c6x.org has been dead for at two-and-a-half months and a web search did not reveal a good alternate site. --- htdocs/readings.html | 1 - 1 file chan

[committed] wwwdocs: gcc-4.8: Switch www.open-std.org to https

2022-11-10 Thread Gerald Pfeifer
Yes Range-based for - http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2009/n2930.html";>N2930 + https://www.open-std.org/JTC1/SC22/WG21/docs/papers/2009/n2930.html";>N2930 Yes Explicit virtual overrides - http://www.ope

[committed] wwwdocs: c99status: Switch www.open-std.org to https

2022-11-10 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/c99status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/c99status.html b/htdocs/c99status.html index 615394f4..85adb158 100644 --- a/htdocs/c99status.html +++ b/htdocs/c99status.html @@ -19,7 +19,7 @@ Annexes F and G). The following tab

[wwwdocs] gcc-13: Mention Intel new ISA and march support.

2022-11-09 Thread Haochen Jiang via Gcc-patches
Hi all, This patch aims to mention newly added Intel ISA and march support. Ok for trunk? BRs, Haochen --- htdocs/gcc-13/changes.html | 50 ++ 1 file changed, 50 insertions(+) diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index bd11cb

Re: [committed] wwwdocs: codingconventions: Properly link to flake8

2022-11-09 Thread Martin Liška
On 11/1/22 13:01, Gerald Pfeifer wrote: > Nearly all hrefs= on our site are https:// or http://, and that's the case > pretty much across the web. Still the protocol needs to be provided for > links to work. Makes sense, thanks! Martin > > Pushed. > > Gerald > > > Web links need to be pref

[wwwdocs] Add httpd redirects for texinfo trunk docs and for each release series

2022-11-09 Thread Jonathan Wakely via Gcc-patches
v|profopt-Testing|real-RTL-SSA-insns|shift-patterns|wi-arith.*)\.html$' for i in cppinternals/*.html ; do test -f ../$i && echo $i ; done | grep -E '^cppinternals/([[:upper:]].*)\.html$' I haven't added redirects for other sub-dirs such as gccgo, gfortran, libgomp etc.

[committed] wwwdocs: gcc-4.8: Move three links from http to https

2022-11-05 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/gcc-4.8/changes.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/gcc-4.8/changes.html b/htdocs/gcc-4.8/changes.html index 39557435..cb30a5e9 100644 --- a/htdocs/gcc-4.8/changes.html +++ b/htdocs/gcc-4.8/changes.html @@ -258,7 +258,7 @

[committed] wwwdocs: codingrationale: Switch www.open-std.org links to https

2022-11-05 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/codingrationale.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/codingrationale.html b/htdocs/codingrationale.html index 900f6c53..6cc76885 100644 --- a/htdocs/codingrationale.html +++ b/htdocs/codingrationale.html @@ -197,11 +197,11 @

Re: [wwwdocs] [GCC13] Mention Intel __bf16 support in AVX512BF16 intrinsics.

2022-11-03 Thread Hongtao Liu via Gcc-patches
On Thu, Nov 3, 2022 at 2:53 PM Kong, Lingling wrote: > > > > > diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html > > > > index 7c6bfa6e..cd0282f1 100644 > > > > --- a/htdocs/gcc-13/changes.html > > > > +++ b/htdocs/gcc-13/changes.html > > > > @@ -230,6 +230,8 @@ a work-in-progre

RE: [wwwdocs] [GCC13] Mention Intel __bf16 support in AVX512BF16 intrinsics.

2022-11-02 Thread Kong, Lingling via Gcc-patches
> > > diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html > > > index 7c6bfa6e..cd0282f1 100644 > > > --- a/htdocs/gcc-13/changes.html > > > +++ b/htdocs/gcc-13/changes.html > > > @@ -230,6 +230,8 @@ a work-in-progress. > > >For both C and C++ the __bf16 type is supported on >

Re: [wwwdocs] gcc-13: riscv: Document the Zawrs support

2022-11-02 Thread Philipp Tomsich
Applied to gcc-wwwdocs/master. Thanks! Philipp. On Wed, 2 Nov 2022 at 17:12, Kito Cheng wrote: > > LGTM, thanks! > > On Wed, Nov 2, 2022 at 7:59 AM Christoph Muellner > wrote: > > > > From: Christoph Müllner > > > > This patch documents the new RISC

Re: [wwwdocs] gcc-13: riscv: Document the Zawrs support

2022-11-02 Thread Kito Cheng
LGTM, thanks! On Wed, Nov 2, 2022 at 7:59 AM Christoph Muellner wrote: > > From: Christoph Müllner > > This patch documents the new RISC-V Zawrs support. > > Signed-off-by: Christoph Müllner > --- > htdocs/gcc-13/changes.html | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff

[wwwdocs] gcc-13: riscv: Document the Zawrs support

2022-11-02 Thread Christoph Muellner
From: Christoph Müllner This patch documents the new RISC-V Zawrs support. Signed-off-by: Christoph Müllner --- htdocs/gcc-13/changes.html | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index 7c6bfa6e..5e6e054b 10

RE: [wwwdocs] [GCC13] Mention Intel __bf16 support in AVX512BF16 intrinsics.

2022-11-01 Thread Kong, Lingling via Gcc-patches
> > diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html > > index 7c6bfa6e..cd0282f1 100644 > > --- a/htdocs/gcc-13/changes.html > > +++ b/htdocs/gcc-13/changes.html > > @@ -230,6 +230,8 @@ a work-in-progress. > >For both C and C++ the __bf16 type is supported on > >x86

[committed] wwwdocs: readings: Switch sourceforge.net sub-sites to https

2022-11-01 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/readings.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/readings.html b/htdocs/readings.html index 5622bcc3..df89bc9c 100644 --- a/htdocs/readings.html +++ b/htdocs/readings.html @@ -34,7 +34,7 @@ http://ftp.axis.se/pub/users/hp/

[committed] wwwdocs: gcc-4.4: Switch www.open-std.org to https

2022-11-01 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/gcc-4.4/changes.html | 2 +- htdocs/gcc-4.4/cxx0x_status.html | 116 +++ 2 files changed, 59 insertions(+), 59 deletions(-) diff --git a/htdocs/gcc-4.4/changes.html b/htdocs/gcc-4.4/changes.html index 748787e7..40a6f0c8 100644 --- a/ht

[committed] wwwdocs: codingconventions: Properly link to flake8

2022-11-01 Thread Gerald Pfeifer
Nearly all hrefs= on our site are https:// or http://, and that's the case pretty much across the web. Still the protocol needs to be provided for links to work. Pushed. Gerald Web links need to be prefixed by https:// or http://. --- htdocs/codingconventions.html | 2 +- 1 file changed, 1 i

[committed] wwwdocs: *: Remove extraneous whitespaces around headings

2022-11-01 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/faq.html| 2 +- htdocs/gcc-2.95/regress.html | 2 +- htdocs/gcc-3.1/gcj-status.html | 6 +++--- htdocs/gcc-3.3/gcj-status.html | 2 +- htdocs/gcc-8/changes.html | 2 +- htdocs/gcc-9/changes.html | 2 +- 6 files changed, 8 insertions(+), 8 dele

[committed] wwwdocs: codingconventions: Move two links to https

2022-11-01 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/codingconventions.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/codingconventions.html b/htdocs/codingconventions.html index f88ef019..f5e22983 100644 --- a/htdocs/codingconventions.html +++ b/htdocs/codingconventions.html @@ -737,7

[committed] wwwdocs: readings: Remove

2022-11-01 Thread Gerald Pfeifer
Google has not been using that forever and there are indications search engines even use it as one indication for spam sites. Pushed. Gerald --- htdocs/readings.html | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/readings.html b/htdocs/readings.html index 01ccd55d..5622bcc3 100644 ---

[committed] wwwdocs: projects/tree-ssa: Adjust mark up

2022-11-01 Thread Gerald Pfeifer
Remove extraneous whitespace around heading and adjust level. Pushed. Gerald --- htdocs/projects/tree-ssa/tree-browser.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/projects/tree-ssa/tree-browser.html b/htdocs/projects/tree-ssa/tree-browser.html index 23f46e92

Re: [wwwdocs] [GCC13] Mention Intel __bf16 support in AVX512BF16 intrinsics.

2022-10-31 Thread Hongtao Liu via Gcc-patches
On Tue, Nov 1, 2022 at 9:21 AM Kong, Lingling via Gcc-patches wrote: > > Hi > > The patch is for mention Intel __bf16 support in AVX512BF16 intrinsics. > Ok for master ? > > Thanks, > Lingling > > --- > htdocs/gcc-13/changes.html | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/htdocs/g

[wwwdocs] [GCC13] Mention Intel __bf16 support in AVX512BF16 intrinsics.

2022-10-31 Thread Kong, Lingling via Gcc-patches
Hi The patch is for mention Intel __bf16 support in AVX512BF16 intrinsics. Ok for master ? Thanks, Lingling --- htdocs/gcc-13/changes.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index 7c6bfa6e..cd0282f1 100644 --- a/htdocs/

[committed] wwwdocs: projects: Remove extra slash at end of

2022-10-29 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/projects/cxx0x.html | 2 +- htdocs/projects/cxx1y.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/projects/cxx0x.html b/htdocs/projects/cxx0x.html index 89112d01..49cfcc98 100644 --- a/htdocs/projects/cxx0x.html +++ b/htdocs/projects/c

[committed] wwwdocs: gcc-4.3: Switch www.open-std.org to https

2022-10-29 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/gcc-4.3/cxx0x_status.html | 102 +++ htdocs/gcc-4.3/porting_to.html | 2 +- 2 files changed, 52 insertions(+), 52 deletions(-) diff --git a/htdocs/gcc-4.3/cxx0x_status.html b/htdocs/gcc-4.3/cxx0x_status.html index d4680370..de1de274 10064

[committed] wwwdocs: testing: Switch www.netlib.org to https

2022-10-29 Thread Gerald Pfeifer
Not sure anyone is (still) using these instructions? Still, as long as we have them, adjust the links. Pushed. Gerald --- htdocs/testing/testing-lapack.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/testing/testing-lapack.html b/htdocs/testing/testing-lapac

[committed] wwwdocs: gcc-10: Update two developer.arm.com links

2022-10-29 Thread Gerald Pfeifer
Pushed. --- htdocs/gcc-10/changes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index 79de28f7..2bad8ea3 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -850,14 +850,14 @@ typedef sv

[committed] wwwdocs: frontends: Adjust Sourceforge links to https

2022-10-29 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/frontends.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/frontends.html b/htdocs/frontends.html index 8f156e96..8e38838a 100644 --- a/htdocs/frontends.html +++ b/htdocs/frontends.html @@ -37,7 +37,7 @@ a declarative logic/functional l

[committed] wwwdocs: readings: Update Go-related links to new site

2022-10-29 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/readings.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/htdocs/readings.html b/htdocs/readings.html index f0327e39..01ccd55d 100644 --- a/htdocs/readings.html +++ b/htdocs/readings.html @@ -553,9 +553,8 @@ names. Go information -https

[committed] wwwdocs: bugs: Switch www.open-std.org to https

2022-10-29 Thread Gerald Pfeifer
: [dcl.init.ref] wwwdocs:/5, bullet 2, sub-bullet 1, and [class.temporary] wwwdocs:/2. Starting with GCC 4.3.0, GCC no longer gives an error for this -case. This change is based on -the http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#391";>intent +case. This change is based on th

[committed] wwwdocs: contribute: Remove

2022-10-29 Thread Gerald Pfeifer
Google has not been using that forever and there are indications search engines even use it as one indication for spam sites. Pushed. Gerald --- htdocs/contribute.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/htdocs/contribute.html b/htdocs/contribute.html index 02843580..7c1ae323 100

[committed] wwwdocs: style: Remove link to validator.w3.org in footer

2022-10-26 Thread Gerald Pfeifer
Martin reported that the link to validator.w3.org we had on every page (hidden in the footer) is not working any more. This used to be a nice feature, where following that link "hidden" in a full stop would validate the respective page. Alas due to abuse by marketing tools and increased focus on p

[committed] wwwdocs: contribute: Remove

2022-10-25 Thread Gerald Pfeifer
The contents of this "description" meta tag really just duplicates the title of the page and does not contribute to search engine optimzation or otherwise, so simply drop it. Pushed. Gerald --- htdocs/contribute.html | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/contribute.html b/ht

[committed] wwwdocs: search: Remove trailing slashes on tags

2022-10-24 Thread Gerald Pfeifer
ssion - + ...-prs - + ...-announce - + ...-cvs-wwwdocs - + fortran @@ -1605,15 +1605,15 @@ Mailing lists, including those for the old egcs project. Ticking a box is like - + libstdc++ - + ...-cvs - + ...-prs @@ -1907,19 +1907,19 @@ Mailing lists, including

[committed] wwwdocs: index: Rotate news from 2018-08 to 2020-12

2022-10-22 Thread Gerald Pfeifer
100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -103,74 +103,6 @@ mission statement. [2021-04-08] wwwdocs: -GCC 10.2 released -[2020-07-23] wwwdocs: - - -https://gcc.gnu.org/wiki/linuxplumbers2020";>GNU Tools @ Linux Plumbers Conference 2020 -[2020-07-17]

Re: [wwwdocs] Document zero width bit-field passing ABI changes in gcc-12/changes.html [PR104796]

2022-10-22 Thread Gerald Pfeifer
On Wed, 30 Mar 2022, Jakub Jelinek via Gcc-patches wrote: > Thanks, changed and committed. This (commit 3be1a28f58d6063258407b0751e8fb55df4749c8) introduced a new which is deprecated HTML. Below is the straightforward adjustment I just pushed. Gerald commit 95e5070662283453db934dee37203ce9db6

[committed] wwwdocs: style: Simplify handling of containers

2022-10-21 Thread Gerald Pfeifer
This is the change actually triggering most of my changes the last week. With that most of our web pages - the main page is still WIP - should now pass validator.w3.org again: Lose the trailing slash in which we needed to validate (most pages) as XHTML. With that we no longer need to differenti

[committed] wwwdocs: *: Use instead of

2022-10-20 Thread Gerald Pfeifer
moves '/8' from a '[Regression x/y/z] wwwdocs:' summary line. Moreover, a new comment is added. diff --git a/htdocs/contribute.html b/htdocs/contribute.html index 6796f708..5963d985 100644 --- a/htdocs/contribute.html +++ b/htdocs/contribute.html @@ -185,7 +185,7 @@ coding conv

[committed] wwwdocs: *: Omit trailing slash for tags

2022-10-20 Thread Gerald Pfeifer
HTML 5 now recommends against trailing slashes on void elements, so it is instead of . --- htdocs/index.html | 2 +- htdocs/news/egcs-vcg.html | 2 +- htdocs/news/gcse.html | 2 +- htdocs/projects/gupc.html | 2 +- htdocs/projects/tree-ssa/index

[committed] wwwdocs: codingconventions: Fix two typos

2022-10-19 Thread Gerald Pfeifer
I looked for some typos to test whether updating individual pages now works smoothly again after my mass update a few days ago ran into a problem on the server side and left the system in "twilight zone". Pushed. Gerald --- htdocs/codingconventions.html | 4 ++-- 1 file changed, 2 insertions(+

Re: [ping] [wwwdocs] Add reference to pp_format to Coding Conventions

2022-10-18 Thread Jakub Jelinek via Gcc-patches
On Tue, Oct 18, 2022 at 12:15:08PM +0100, Jonathan Wakely via Gcc-patches wrote: > ping... > > On 21/09/22 10:39 +0100, Jonathan Wakely wrote: > > Finding the docs for the GCC-specific diagnostic formats isn't easy. > > This might help. > > > > OK f

[ping] [wwwdocs] Add reference to pp_format to Coding Conventions

2022-10-18 Thread Jonathan Wakely via Gcc-patches
ping... On 21/09/22 10:39 +0100, Jonathan Wakely wrote: Finding the docs for the GCC-specific diagnostic formats isn't easy. This might help. OK for wwwdocs? -- >8 -- htdocs/codingconventions.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[committed] wwwdocs: *: Consistently format around

2022-10-13 Thread Gerald Pfeifer
Working on some simplification for all/most pages, I noticed between versions 4.1 and 8 our release criteria pages consistently did not have on a page of its own. That's not a problem per se, consistency is just immensely helpful if we want to do mass changes across our pages, so this is a prequ

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

2022-10-12 Thread Marek Polacek via Gcc-patches
On Wed, Oct 12, 2022 at 11:38:01PM +0100, Jonathan Wakely wrote: > On Wed, 12 Oct 2022 at 23:24, Marek Polacek wrote: > > > > On Wed, Oct 12, 2022 at 09:50:36PM +0100, Jonathan Wakely wrote: > > > On Wed, 12 Oct 2022 at 20:39, Marek Polacek wrote: > > > > > > > > As I promised in > > > >

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

2022-10-12 Thread Jonathan Wakely via Gcc-patches
On Wed, 12 Oct 2022 at 23:24, Marek Polacek wrote: > > On Wed, Oct 12, 2022 at 09:50:36PM +0100, Jonathan Wakely wrote: > > On Wed, 12 Oct 2022 at 20:39, Marek Polacek wrote: > > > > > > As I promised in > > > , > > > I'd like to

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

2022-10-12 Thread Marek Polacek via Gcc-patches
On Wed, Oct 12, 2022 at 09:50:36PM +0100, Jonathan Wakely wrote: > On Wed, 12 Oct 2022 at 20:39, Marek Polacek wrote: > > > > As I promised in > > , > > I'd like to update our GCC 13 porting_to.html with the following note. > > >

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

2022-10-12 Thread Jonathan Wakely via Gcc-patches
On Wed, 12 Oct 2022 at 20:39, Marek Polacek wrote: > > As I promised in > , > I'd like to update our GCC 13 porting_to.html with the following note. > > Does this look OK to commit? Thanks, > > diff --git a/htdocs/gcc-13/porting_

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

2022-10-12 Thread Marek Polacek via Gcc-patches
As I promised in , I'd like to update our GCC 13 porting_to.html with the following note. Does this look OK to commit? Thanks, diff --git a/htdocs/gcc-13/porting_to.html b/htdocs/gcc-13/porting_to.html index 84a00f21..243ed29d 1

Re: [wwwdocs][patch] gcc-13/changes.html: Add nvptx's --with-arch

2022-09-28 Thread Gerald Pfeifer
Hi Tobias, On Wed, 28 Sep 2022, Tobias Burnus wrote: > The attached patch documents the new nvptx configure flag > --with-arch=sm_... > > Comments? OK? where it reads + https://gcc.gnu.org/install/specific.html#nvptx-x-none";> + --with-arch= flag; if not specified, GCC defaults to +

[wwwdocs][patch] gcc-13/changes.html: Add nvptx's --with-arch

2022-09-28 Thread Tobias Burnus
The attached patch documents the new nvptx configure flag --with-arch=sm_... Comments? OK? Tobias - Siemens Electronic Design Automation GmbH; Anschrift: Arnulfstraße 201, 80634 München; Gesellschaft mit beschränkter Haftung; Geschäftsführer: Thomas Heurung, Frank Thürauf; Si

[wwwdocs] Add reference to pp_format to Coding Conventions

2022-09-21 Thread Jonathan Wakely via Gcc-patches
Finding the docs for the GCC-specific diagnostic formats isn't easy. This might help. OK for wwwdocs? --- htdocs/codingconventions.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/codingconventions.html b/htdocs/codingconventions.html index e4d30510..f1d

[wwwdocs] Add C++23 library additions to GCC 13 release notes

2022-09-21 Thread Jonathan Wakely via Gcc-patches
Pushed to wwwdocs. --- htdocs/gcc-13/changes.html | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index 390193ca..a7d88038 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html

[wwwdocs] Fix typo in description of tainted_args attribute

2022-09-09 Thread Jonathan Wakely via Gcc-patches
Pushed to wwwdocs. --- 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 c6dae27a..2cb5a654 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -988,7 +988,7

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

2022-09-08 Thread Jakub Jelinek via Gcc-patches
On Fri, Sep 02, 2022 at 09:37:57AM +0200, Tobias Burnus wrote: > Update the OpenMP status for features that were added in the last months. > > Comments/suggestions? Okay to commit? > > Tobias > - > Siemens Electronic Design Automation GmbH; Anschrift: Arnulfstraße 201, 80634 > Mü

[wwwdocs] gcc-13/changes.html + projects/gomp/: OpenMP update

2022-09-02 Thread Tobias Burnus
Update the OpenMP status for features that were added in the last months. Comments/suggestions? Okay to commit? Tobias - Siemens Electronic Design Automation GmbH; Anschrift: Arnulfstraße 201, 80634 München; Gesellschaft mit beschränkter Haftung; Geschäftsführer: Thomas Heurung

[wwwdocs] Re: unreachable intro to gcc page linked to on readings page

2022-09-01 Thread Jonathan Wakely via Gcc-patches
> > > Gerald? > > I searched around a bit myself (since indeed the original and printed > versions seem to be gone) and landed at > >https://archive.org/details/B-001-002-835 > > as well. I probably would have gone for that, though the > web.archive.org/web link y

Re: [PATCH] wwwdocs: Add D language changes and caveats to gcc-12/changes.html

2022-08-19 Thread Gerald Pfeifer
On Wed, 17 Aug 2022, Iain Buclaw wrote: > This patch belatedly adds the new features and changes to the D > front-end during the GCC 12 development cycle, as well as a bullet in > the caveat section for D's new bootstrapping requirements. Nice! > +D: > +Building and bootstrapping GDC, t

[wwwdocs] [GCC13] Mention Intel __bf16 support.

2022-08-18 Thread Kong, Lingling via Gcc-patches
Hi The patch is for mention Intel __bf16 support in gcc13. Ok for master ? Thanks, Lingling htdocs/gcc-13/changes.html | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index 57bd8724..7d98329c 100644 --- a/htdocs/g

Re: [PATCH] wwwdocs: Add D language changes and caveats to gcc-12/changes.html

2022-08-18 Thread Richard Biener via Gcc-patches
On Wed, Aug 17, 2022 at 7:24 PM Iain Buclaw via Gcc-patches wrote: > > Hi, > > This patch belatedly adds the new features and changes to the D > front-end during the GCC 12 development cycle, as well as a bullet in > the caveat section for D's new bootstrapping requirements. > > If nothing stands

[PATCH] wwwdocs: Add D language changes and caveats to gcc-12/changes.html

2022-08-17 Thread Iain Buclaw via Gcc-patches
Hi, This patch belatedly adds the new features and changes to the D front-end during the GCC 12 development cycle, as well as a bullet in the caveat section for D's new bootstrapping requirements. If nothing stands out being really wrong, I'll go ahead and commit it by end of week. OK? Regards,

[wwwdocs] Add C++23 papers approved by WG21 at the July plenary

2022-08-16 Thread Marek Polacek via Gcc-patches
We have a lot of new papers to implement. I've also opened PRs for them. Pushed. commit c6f8ab1adad76d2b43f6cbdacd84202131ae1e5c Author: Marek Polacek Date: Tue Aug 16 13:39:34 2022 -0400 cxx-status: Add C++23 papers approved by WG21 at the July plenary diff --git a/htdocs/projects/cxx-

[wwwdocs] Update C++ DR table from Core Language Issue TOC, Revision 109

2022-08-16 Thread Marek Polacek via Gcc-patches
A lot of updates this time. Pushed. commit 0a423169f0abf14b765493d7b11b790d847494e8 Author: Marek Polacek Date: Tue Aug 16 11:32:24 2022 -0400 cxx-dr-status: Update from C++ Core Language Issue TOC, Revision 109 diff --git a/htdocs/projects/cxx-dr-status.html b/htdocs/projects/cxx-dr-st

Re: [committed] wwwdocs: cxx-status: Move www.open-std.org to https

2022-07-31 Thread Jonathan Wakely via Gcc-patches
" On Sat, 30 Jul 2022 at 22:28, Gerald Pfeifer wrote: > > This is a trivial change which fixes several dozen links. > > Marek, Jason, Jonathan - I noticed that (in other places) we have both > links to www.open-std.org and open-std.org, both of which seem to work. > > What is the preferred spelli

[committed] wwwdocs: cxx-status: Move www.open-std.org to https

2022-07-30 Thread Gerald Pfeifer
Allow typename in a template template parameter - http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4051.html";>N4051 + https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4051.html";>N4051 5 [[fallthrough] wwwdocs:]

Re: [PATCH][wwwdocs] gcc-13: Add loongarch '-mexplicit-relocs' support

2022-07-28 Thread Lulu Cheng
在 2022/7/28 下午6:41, Xi Ruoyao 写道: On Thu, 2022-07-28 at 10:59 +0800, Lulu Cheng wrote: The ASM_PREFERRED_EH_DATA_FORMAT macro before and after modification is as follows:  #define ASM_PREFERRED_EH_DATA_FORMAT(CODE, GLOBAL) \  -  (((GLOBAL) ? DW_EH_PE_indirect : 0) | DW_EH_PE_absptr)  +  (

Re: [PATCH][wwwdocs] gcc-13: Add loongarch '-mexplicit-relocs' support

2022-07-28 Thread Xi Ruoyao via Gcc-patches
On Thu, 2022-07-28 at 10:59 +0800, Lulu Cheng wrote: > > The ASM_PREFERRED_EH_DATA_FORMAT macro before and after modification > > is > as follows: >  #define ASM_PREFERRED_EH_DATA_FORMAT(CODE, GLOBAL) \ >  -  (((GLOBAL) ? DW_EH_PE_indirect : 0) | DW_EH_PE_absptr) >  +  (((GLOBAL) ? DW_EH_PE_indire

Re: [PATCH][wwwdocs] gcc-13: Add loongarch '-mexplicit-relocs' support

2022-07-27 Thread Lulu Cheng
在 2022/7/26 下午8:01, Xi Ruoyao 写道: On Tue, 2022-07-26 at 19:42 +0800, Lulu Cheng wrote: 在 2022/7/26 下午5:44, Xi Ruoyao 写道: Should we indicate that our .eh_frame section format has changed? I don't really understand C++ exception handling, so: does the change breaks something? For example, if

Re: [PATCH][wwwdocs] gcc-13: Add loongarch '-mexplicit-relocs' support

2022-07-26 Thread Lulu Cheng
在 2022/7/26 下午8:01, Xi Ruoyao 写道: On Tue, 2022-07-26 at 19:42 +0800, Lulu Cheng wrote: 在 2022/7/26 下午5:44, Xi Ruoyao 写道: +  whether the la.* macro instructions will be generated when +  loading symbolic addresses. +  This feature requires binutils version 2.40 or later. If you want to use th

Re: [PATCH][wwwdocs] gcc-13: Add loongarch '-mexplicit-relocs' support

2022-07-26 Thread Lulu Cheng
在 2022/7/26 下午7:32, Gerald Pfeifer 写道: On Tue, 26 Jul 2022, Lulu Cheng wrote: +LoongArch + + The option -mexplicit-relocs has been added, this indicates + whether the la.* macro instructions will be generated when + loading symbolic addresses. How about making this "...has been added. It i

Re: [PATCH][wwwdocs] gcc-13: Add loongarch '-mexplicit-relocs' support

2022-07-26 Thread Xi Ruoyao via Gcc-patches
On Tue, 2022-07-26 at 19:42 +0800, Lulu Cheng wrote: > 在 2022/7/26 下午5:44, Xi Ruoyao 写道: > > > > > +  whether the la.* macro instructions will be generated when > > > +  loading symbolic addresses. > > > +  This feature requires binutils version 2.40 or later. If you want to > > > use the > > >

Re: [PATCH][wwwdocs] gcc-13: Add loongarch '-mexplicit-relocs' support

2022-07-26 Thread Lulu Cheng
在 2022/7/26 下午5:44, Xi Ruoyao 写道: +  whether the la.* macro instructions will be generated when +  loading symbolic addresses. +  This feature requires binutils version 2.40 or later. If you want to use the +  older version of bintuils, add compiler parameters +  -mno-explicit-relocs at compi

Re: [PATCH][wwwdocs] gcc-13: Add loongarch '-mexplicit-relocs' support

2022-07-26 Thread Gerald Pfeifer
On Tue, 26 Jul 2022, Lulu Cheng wrote: > +LoongArch > + > + The option -mexplicit-relocs has been added, this > indicates > + whether the la.* macro instructions will be generated when > + loading symbolic addresses. How about making this "...has been added. It indicates..." or, if you prefer

Re: [PATCH][wwwdocs] gcc-13: Add loongarch '-mexplicit-relocs' support

2022-07-26 Thread Xi Ruoyao via Gcc-patches
+Xuerui (his English is much better than mine). On Tue, 2022-07-26 at 15:21 +0800, Lulu Cheng wrote: > Hi, >   Recently we added split symbol support, changed in r13-1834. >   It is ok for wwwdocs? > +LoongArch > + > +  The option -mexplicit-relocs has been added, this indica

[PATCH][wwwdocs] gcc-13: Add loongarch '-mexplicit-relocs' support

2022-07-26 Thread Lulu Cheng
Hi, Recently we added split symbol support, changed in r13-1834. It is ok for wwwdocs? Thanks! Lulu Cheng --- htdocs/gcc-13/changes.html | 21 + 1 file changed, 21 insertions(+) diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index 57bd8724

[committed][wwwdocs] Add notes about and header dependencies

2022-07-05 Thread Jonathan Wakely via Gcc-patches
I backported a change to the header which meant it no longer includes , which broke some (incorrect) packages. This updates the GCC 12 docs to mention it. Pushed to wwwdocs. -- >8 -- Also fix missing closing tag for . --- htdocs/gcc-12/porting_to.html | 8 1 file changed

Re: [PATCH][wwwdocs] gcc-12/changes.html: document LoongArch -m{no-,}check-zero-division default change for 12.2

2022-07-05 Thread Gerald Pfeifer
On Mon, 4 Jul 2022, Xi Ruoyao wrote: > Document a behavior change in r12-8546. Ok for wwwdocs? Thanks also for including the GCC 12.2 bug query as part of this. :) Gerald

Re: [PATCH][wwwdocs] gcc-12/changes.html: document LoongArch -m{no-,}check-zero-division default change for 12.2

2022-07-04 Thread Richard Biener via Gcc-patches
On Mon, Jul 4, 2022 at 9:12 AM Xi Ruoyao wrote: > > Document a behavior change in r12-8546. Ok for wwwdocs? OK. > --- > htdocs/gcc-12/changes.html | 26 ++ > 1 file changed, 26 insertions(+) > > diff --git a/htdocs/gcc-12/changes.html b/htdoc

[PATCH][wwwdocs] gcc-12/changes.html: document LoongArch -m{no-,}check-zero-division default change for 12.2

2022-07-04 Thread Xi Ruoyao via Gcc-patches
Document a behavior change in r12-8546. Ok for wwwdocs? --- htdocs/gcc-12/changes.html | 26 ++ 1 file changed, 26 insertions(+) diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index ae03c3c6..ef957204 100644 --- a/htdocs/gcc-12/changes.html +++ b

[committed] wwwdocs: Document devel/omp/gcc-12

2022-06-29 Thread Kwok Cheung Yeung
Hello The devel/omp/gcc-12 branch has been pushed to the git repo as the development branch for new OpenMP, OpenACC and offloading functionality, based on the GCC 12 branch. The git doc page has been modified to point to the new branch as the active OMP development branch, while the previous

Re: [PATCH][wwwdocs] gcc-13: m2link branch

2022-06-21 Thread Gaius Mulley via Gcc-patches
Gerald Pfeifer writes: > Hi Gaius, > > On Tue, 21 Jun 2022, Gaius Mulley wrote: >> here is a proposed entry describing a new branch m2link containing the >> new scaffold development for modula-2. As the description says it is >> expected that this branch be short lived - terminating once signifi

Re: [PATCH][wwwdocs] gcc-13: m2link branch

2022-06-21 Thread Gerald Pfeifer
Hi Gaius, On Tue, 21 Jun 2022, Gaius Mulley wrote: > here is a proposed entry describing a new branch m2link containing the > new scaffold development for modula-2. As the description says it is > expected that this branch be short lived - terminating once significant > regression tests pass, th

[PATCH][wwwdocs] gcc-13: m2link branch

2022-06-21 Thread Gaius Mulley via Gcc-patches
Hi, here is a proposed entry describing a new branch m2link containing the new scaffold development for modula-2. As the description says it is expected that this branch be short lived - terminating once significant regression tests pass, regards, Gaius diff --git a/htdocs/git.html b/htdocs/

Re: [PATCH][wwwdocs] gcc-13: add arm star-mc1 cpu

2022-06-17 Thread Chung-Ju Wu via Gcc-patches
the patch for gcc-wwwdocs repository. Looks good to me (from the wwwdocs side), thank you! Gerald Hi Gerald, Thanks for the approval! Committed as: fbc3a3692fa2bc85cd252d114f801da202f3ed35 Hi Kyrylo, If there requires any other adjustment on description, just let me know and I will make

Re: [PATCH][wwwdocs] gcc-13: add arm star-mc1 cpu

2022-06-16 Thread Gerald Pfeifer
On Thu, 16 Jun 2022, Chung-Ju Wu wrote: > Recently we added arm star-mc1 cpu support to upstream: > https://gcc.gnu.org/pipermail/gcc-patches/2022-June/596379.html > > It would be great if we can describe it on gcc-13 changes.html as well. > Attached is the patch for gcc-www

[PATCH][wwwdocs] gcc-13: add arm star-mc1 cpu

2022-06-15 Thread Chung-Ju Wu via Gcc-patches
Hi, Recently we added arm star-mc1 cpu support to upstream: https://gcc.gnu.org/pipermail/gcc-patches/2022-June/596379.html It would be great if we can describe it on gcc-13 changes.html as well. Attached is the patch for gcc-wwwdocs repository. Is it OK? Regards, jasonwucjFrom

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