[patch, wwwdocs, committed] Fix option name in gcc15/changes.html

2025-05-03 Thread Thomas Koenig
Hello world, I just committed the following patch after noticing that an option name was wrong in the gcc15/changes.html file. diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html index d851a744..b442b8d9 100644 --- a/htdocs/gcc-15/changes.html +++ b/htdocs/gcc-15/changes.html @@

[patch, wwwdocs, committed] Fix link to unsigned integers

2024-11-28 Thread Thomas Koenig
Hello world, a change in the section heading of the documentation broke a link in gcc-15/changes.html, fixed with this patch. Best regards Thomas Author: Thomas Koenig Date: Fri Nov 29 07:19:36 2024 +0100 Correct link to unsigned integers for Fortran. * htdocs/gcc-

[PATCH wwwdocs COMMITTED] gcc-14: Fix unintentional error in -Wimplicit-int example

2024-02-19 Thread Florian Weimer
diff --git a/htdocs/gcc-14/porting_to.html b/htdocs/gcc-14/porting_to.html index bbbaa25a..901a1653 100644 --- a/htdocs/gcc-14/porting_to.html +++ b/htdocs/gcc-14/porting_to.html @@ -92,7 +92,7 @@ below). In the example below, the type of s should be write_string (fd, s) { -write (1,

[PATCH][wwwdocs][committed] Extend changes.html entries for arm and aarch64

2023-02-23 Thread Kyrylo Tkachov via Gcc-patches
Hi all, Here's a patch that fleshes out the changes.html entries for arm and aarch64. I did a quick scan through appropriately filtered git logs and wrote up stuff that I think is user-visible, but please shout if you know of things that should be highlighted as there's been much great work done

[patch, wwwdocs, committed] Update mail links and dates for GCC 12 and GCC 13 status

2022-05-01 Thread Thomas Koenig via Gcc-patches
Hi, I just pushed the attached patch to update the mail links and dates for GCC 12 and GCC 13, as simple and obvious. Regards Thomasdiff --git a/htdocs/index.html b/htdocs/index.html index 199181b1..e1bb584e 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -172,7 +172,7 @@ Mor

[patch, wwwdocs, committed] Fix broken link in gcc-12/changes.html

2022-04-30 Thread Thomas Koenig via Gcc-patches
Hi, after noticing an error in the gcc12 changes.html file, I fixed it as obvious and simple with the attached patch. Best regards Thomas Sun May 1 00:05:10 2022 +0200 Added equals sign to fix broken link in RISC-V section. * gcc-12/changes.html: Fixed broken link. dif

Re: [Patch,wwwdocs,committed] OpenACC + AMD GCN entry for gcc-10/changes.html

2020-02-24 Thread Tobias Burnus
… and fixing the syntax error (duplicated ). Tobias commit 8c721971af041d5df125d83df5a5b2d1390d77ac Author: Tobias Burnus Date: Mon Feb 24 11:28:31 2020 +0100 htdocs/gcc-10/changes.html – fix syntax diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index 83b1f071..53d

[Patch,wwwdocs,committed] OpenACC + AMD GCN entry for gcc-10/changes.html

2020-02-24 Thread Tobias Burnus
Hi all, I have committed a quip for OpenACC and AMD GCN. Comments and suggestions are welcome. Thanks for Andrew and Sandra for comments on an early draft. Tobias PS: The linked OpenACC wiki page is unfortunately not yet fully up to date… commit 8c9fba2f83ef9bdace2fb6288f555c78949adfb6 Auth

Re: [patch, wwwdocs, committed]

2017-12-03 Thread Gerald Pfeifer
On Fri, 6 Oct 2017, Thomas Koenig wrote: > I just committed the change below. Gerald's bot had no > complaints, so I guess this must be OK :-) Yes, and generally when it comes to the web pages, better change than sorry (of missing something). :-) Well, don't break the main page I guess, but, rea

[patch, wwwdocs, committed]

2017-10-06 Thread Thomas Koenig
Hi, I just committed the change below. Gerald's bot had no complaints, so I guess this must be OK :-) 75a76,78 > The main version of libfortran has been changed to 5. > > 87a91,95 > > When an actual argument contains too few errors for a dummy argument, > an error is now i

Re: [PATCH, wwwdocs, committed] Update gcc-7/changes.html for LRA

2017-01-31 Thread Segher Boessenkool
On Sat, Jan 28, 2017 at 10:51:34PM +0100, Gerald Pfeifer wrote: > On Mon, 19 Sep 2016, Segher Boessenkool wrote: > > Index: htdocs/gcc-7/changes.html > > === > > + GCC now uses LRA by default for new targets. > > > + The PowerPC por

Re: [PATCH, wwwdocs, committed] Update gcc-7/changes.html for LRA

2017-01-28 Thread Gerald Pfeifer
On Mon, 19 Sep 2016, Segher Boessenkool wrote: > I'm committing the following for changes-7.html Thanks! > Index: htdocs/gcc-7/changes.html > === > + GCC now uses LRA by default for new targets. > + The PowerPC port now uses LRA b

Re: [PATCH, wwwdocs, committed] Update gcc-7/changes.html for LRA

2016-09-19 Thread Segher Boessenkool
On Mon, Sep 19, 2016 at 01:49:57PM -0400, Eric Gallager wrote: > Perhaps add a link to the wiki page you created about the transition > to LRA, for easy access? Like this. Thanks for the suggestion, committed. Segher Index: htdocs/gcc-7/changes.html ===

Re: [PATCH, wwwdocs, committed] Update gcc-7/changes.html for LRA

2016-09-19 Thread Eric Gallager
On 9/19/16, Segher Boessenkool wrote: > Hi! > > I'm committing the following for changes-7.html (and actually ran the > w3c validator thing this time ;-) ) > > > Segher > > > Index: htdocs/gcc-7/changes.html > === > RCS file: /cvs/gcc

[PATCH, wwwdocs, committed] Update gcc-7/changes.html for LRA

2016-09-19 Thread Segher Boessenkool
Hi! I'm committing the following for changes-7.html (and actually ran the w3c validator thing this time ;-) ) Segher Index: htdocs/gcc-7/changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/changes.html,v retrieving revision 1

[PATCH][wwwdocs][committed] Fix typo and tws in changes.html

2016-02-24 Thread Kyrill Tkachov
Hi all, I'm committing this patch as obvious to fix a typo and a TWS occurrence in changes.html. Thanks, Kyrill Index: htdocs/gcc-6/changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/changes.html,v retrieving revision 1.61 di

Re: [patch, wwwdocs, committed] Document -Winteger-division for Fortran

2015-07-01 Thread Steve Kargl
On Wed, Jul 01, 2015 at 11:39:09PM +0200, Gerald Pfeifer wrote: > On Wed, 1 Jul 2015, Thomas Koenig wrote: > > I just committed the following patch to the WWW docs. > > Thanks. In the description, are the integers constants truncated > or (the result of) the division? > The result is truncated.

Re: [patch, wwwdocs, committed] Document -Winteger-division for Fortran

2015-07-01 Thread Gerald Pfeifer
On Wed, 1 Jul 2015, Thomas Koenig wrote: > I just committed the following patch to the WWW docs. Thanks. In the description, are the integers constants truncated or (the result of) the division? > An error was reported by Gerald's script, but that seems to have > been spurious. At least, there

[patch, wwwdocs, committed] Document -Winteger-division for Fortran

2015-07-01 Thread Thomas Koenig
Hello world, I just committed the following patch to the WWW docs. An error was reported by Gerald's script, but that seems to have been spurious. At least, there was no error on revalidation. Regards Thomas 2015-07-01 Thomas Koenig * gcc-6/changes.html: Document -Win

[Patch, wwwdocs, committed] was: Re: TYPO - http://gcc.gnu.org/gcc-4.8/changes.html

2013-03-25 Thread Tobias Burnus
John Franklin wrote: "cpmpilation" probably meant "compilation" Thanks for the report. I have fixed it with the attached patch. Tobias Index: gcc-4.8/changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v retri

[patch, wwwdocs, committed] Fortran changes for 4.8

2012-10-21 Thread Thomas Koenig
Hello world, I have committed the attached patch as obvious after checking with "tidy". Best regards Thomas 2012-10-21 Thomas Koenig * gcc-4.8/changes.html: Document that -Wc-binding-type is enabled by -Wall. Document that -Wcompare-reals is enabled by -Wex

[Patch, wwwdocs, committed] index.html: Update 4.6 Status Report link to 4.6.3 announcement

2012-03-01 Thread Tobias Burnus
Index: index.html === RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v retrieving revision 1.837 diff -u -r1.837 index.html --- index.html 1 Mar 2012 14:40:13 - 1.837 +++ index.html 1 Mar 2012 18:41:39 - @@ -130,7 +130,7 @@

[Patch, wwwdocs, committed] gcc-4.7/changes.html#Fortran: Add polymorphic arrays

2011-12-12 Thread Tobias Burnus
I have committed attached patch for http://gcc.gnu.org/gcc-4.7/changes.html#fortran Tobias Index: changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v retrieving revision 1.67 diff -u -p -r1.67 changes.html ---

Re: [Patch, wwwdocs, committed] Update Fortran section in gcc-4.7/changes.html

2011-11-27 Thread Tobias Burnus
Gerald Pfeifer wrote: On Wed, 16 Nov 2011, Tobias Burnus wrote: I have committed the following patch for http://gcc.gnu.org/gcc-4.7/changes.html#fortran How about the following minor editorial change on top? Well spotted. Thanks for the patch! Tobias - Generic interface name which have th

Re: [Patch, wwwdocs, committed] Update Fortran section in gcc-4.7/changes.html

2011-11-26 Thread Gerald Pfeifer
On Wed, 16 Nov 2011, Tobias Burnus wrote: I have committed the following patch for http://gcc.gnu.org/gcc-4.7/changes.html#fortran How about the following minor editorial change on top? Gerald Index: changes.html === RCS file: /c

[Patch, wwwdocs, committed] Update Fortran section in gcc-4.7/changes.html

2011-11-16 Thread Tobias Burnus
I have committed the following patch for http://gcc.gnu.org/gcc-4.7/changes.html#fortran Changes - Link F2003/F2008 sections to the wiki which gives the implementation status - Update backtrace information (Janne's changes from http://gcc.gnu.org/wiki/GFortran#GCC4.7) - Mention the just commi

[Patch, wwwdocs, committed] gcc-4.7/changes.html: TR -> TS

2011-10-17 Thread Tobias Burnus
This patch changes Technical Report 29113 to Technical Specification 29113 as ISO/SC22 decided that the TR29113 draft should be submitted as TS; it reflects the recently committed patch to gfortran itself. [1] Tobias [1] http://gcc.gnu.org/ml/fortran/2011-10/msg00088.html Index: changes.html =