On Sun, 1 Oct 2023, Kito Cheng wrote:
> Committed to trunk, thanks Feng :)
Hmm, my nightly FreeBSD 12 tester now fails as follows:
nawk -f /scratch/tmp/gerald/GCC-HEAD/gcc/opt-functions.awk \
-f /scratch/tmp/gerald/GCC-HEAD/gcc/opt-read.awk \
-f /scratch/tmp/gerald/GCC-HEAD/gcc/opth-gen
On Mon, 2 Oct 2023, Kito Cheng wrote:
> Thanks for reporting this issue, I just realized multidimensional
> arrays are gawk extensions, could you try the attached patch to see if
> it can resolve the issue?
Yes, with that patch applied the build proceeds far beyond that point
(still running).
Tha
On Tue, 19 Sep 2023, Mark Wielaard wrote:
>> Although there were some positive responses (on list and on irc) it is
>> sometimes hard to know if there really is consensus for these kind of
>> infrastructure tweaks. But I believe there is at least no sustained
>> opposition to changing the gcc-patch
On the way break overly long lines.
Pushed.
Gerald
---
htdocs/conduct-faq.html | 3 ++-
htdocs/conduct-report.html | 3 ++-
htdocs/conduct-response.html | 3 ++-
htdocs/conduct.html | 3 ++-
4 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/htdocs/conduct-faq.html b/
Browers are starting to complain about http links, and the server
actually redirects.
On the way break really long lines.
Pushed.
Gerald
---
htdocs/conduct-faq.html | 4 +++-
htdocs/conduct-report.html | 4 +++-
htdocs/conduct-response.html | 4 +++-
htdocs/conduct.html | 4 +++-
Of course GCC 9 is not exactly fresh, though since I found this in a local
tree still worth pushing.
Pushed.
Gerald
---
htdocs/gcc-9/porting_to.html | 31 ---
1 file changed, 16 insertions(+), 15 deletions(-)
diff --git a/htdocs/gcc-9/porting_to.html b/htdocs/gcc-9/
[ Release managers, heads-up for when you branch future releases! ]
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.
Pushed.
Gerald
---
htdocs/gcc-10/buildstat.html | 27 ---
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 cb27a979.
On Fri, 29 Jun 2018, Kyrill Tkachov wrote:
> This patch adds support for the Arm Cortex-A76 processor in changes.html
> for GCC 9. It enables the AArch64 section of the page and adds the news
> blob there. It also adds an entry to the already-existing arm entry.
Thank you, Kyrill.
Should I als
On Fri, 13 Jul 2018, H.J. Lu wrote:
> I will do the same for GCC8 backport.
Can you please add a note to gcc-8/changes.html? This seems big
enough to warrant a note in a part for GCC 8.2.
(At gcc-7/changes.html you can see how to go about this for minor
releases.)
Gerald
I noticed that http://gcc-melt.org now redirects to
http://www.gcc-melt.org which looks like a default,
and empty, Wordpress installation.
I went ahead and applied the patch below.
Basile, should we generally remove this reference to GCC MELT?
Gerald
Index: extensions.html
=
Applied.
Gerald
Index: gcc-4.3/changes.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.3/changes.html,v
retrieving revision 1.133
diff -u -r1.133 changes.html
--- gcc-4.3/changes.html2 Jun 2018 21:16:16 - 1.133
+++
Applied.
Gerald
Index: readings.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v
retrieving revision 1.294
diff -u -r1.294 readings.html
--- readings.html 2 Jun 2018 21:16:10 - 1.294
+++ readings.html
Applied.
Gerald
Index: gcc-4.7/changes.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v
retrieving revision 1.148
diff -u -r1.148 changes.html
--- gcc-4.7/changes.html2 Jun 2018 21:16:17 - 1.148
+++
On Sat, 14 Jul 2018, H.J. Lu wrote:
> Like this?
Yes, this looks fine.
Thanks!
Gerald
On Wed, 18 Jul 2018, Richard Sandiford wrote:
> I've created a new git branch for developing the SVE ACLE (i.e.
> intrinsics) implementation. Is the branches entry below OK to commit?
Yes, thanks you!
(Perhaps ChangeLogs instead of changelogs, but I leave this to you.)
> Although the branch
On Thu, 19 Jul 2018, Jan Hubicka wrote:
> since we now mention the problem with Intel tuning, I tought we also may
> mention the LTO link-time issue that was fixed. It was mentioned by
> several folks at the phoronix forum. (Basicaly sometimes the partition
> size has overlfown which made parti
On Sat, 21 Jul 2018, Gerald Pfeifer wrote:
> Thanks, Jan, this looks fine to me.
Oops, I missed closing an ; just followed up on your
commit to fix that.
Gerald
Index: changes.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gc
On Wed, 18 Jul 2018, Martin Sebor wrote:
> I'm seeing lots of warnings for this file:
>
> /ssd/src/gcc/svn/gcc/align.h:53:32: warning: extended initializer lists only
> available with -std=c++11 or -std=gnu++11
With clang version 3.4 (system compiler on FreeBSD 10.x) this is
even a hard error and
> depending on whether a basic block is reachable.
This adds a bit more. Applied.
(This section still needs a bit more love, ideally by a native
speaker.)
Gerald
2018-07-22 Gerald Pfeifer
* doc/gcov.texi (Invoking Gcov): Editorial
On Sun, 22 Jul 2018, Gerald Pfeifer wrote:
> With clang version 3.4 (system compiler on FreeBSD 10.x) this is
> even a hard error and GCC failed to build. So thanks for fixing
> this, Martin!
Unfortunately it appears there was another bootstrap failure hidden
behind that one:
In file
...and avoid a few that weren't referenced.
This is the next step in cleaning up and simplifying our pages for
a transition to the (simpler) HTML 5.
Applied; and below a follow-up patch since a few idosyncracies
escaped my own verification.
Gerald
Index: projects/ast-optimizer.html
Hi Sandra,
On Sun, 29 Jul 2018, Sandra Loosemore wrote:
> Gerald, do we have a policy on when to rotate the News items on the main
> GCC web page to the "Older news" page? Joseph asked me to post a patch
> for adding a news item for the proposed new C-SKY port, but the items
> that are there n
---
htdocs/gcc-4.5/changes.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/htdocs/gcc-4.5/changes.html b/htdocs/gcc-4.5/changes.html
index 2e8f56a7..3d645bb3 100644
--- a/htdocs/gcc-4.5/changes.html
+++ b/htdocs/gcc-4.5/changes.html
@@ -18,7 +18,7 @@
GCC now r
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
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
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 spelling of that site? With or without www? (The
latter would be shorter
On Fri, 16 Jun 2023, Tobias Burnus wrote:
> Thomas recently improved the offload experience by avoiding to use, e.g.
>
> gfortran -O3 -fopenmp qcd.f90 -lblas -foffload-options="-lgfortran -lm"
>
> as libm and libgfortran now automatically get linked as 'gfortran' links
> -lgfortran and -lm on t
List items can only appear in lists. :-)
This fixes up
commit b38079855ead7f7e358d17bc06642d031de5e29b
Author: Marek Polacek
Date: Thu Jun 22 14:44:43 2023 -0400
C++26 P2752R3 - Static storage for braced initializers implemented
Gerald
---
htdocs/gcc-14/changes.html | 2 ++
1 fil
On Tue, 20 Jun 2023, Jason Merrill via Gcc-patches wrote:
> As announced on gcc@.
Here is a minor follow-up that I just pushed.
Gerald
>From f87deaa12cccb4b7398a8ec3b306cb4185aae012 Mon Sep 17 00:00:00 2001
From: Gerald Pfeifer
Date: Fri, 30 Jun 2023 14:59:27 +0200
Subject: [PATCH] c
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 the
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 que
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 support
Pushed.
Gerald
libstdc++-v3/ChangeLog:
* doc/xml/manual/policy_data_structures_biblio.xml: Adjust
"The Component Object Model" reference.
* doc/html/manual/policy_data_structures.html: Regenerate.
---
libstdc++-v3/doc/html/manual/policy_data_structures.html | 4 ++-
I *think* I now consistently got www.open-std.org covered throughout the
entire tree.
Pushed.
Gerald
libstdc++-v3/ChangeLog:
* doc/xml/manual/status_cxx2017.xml: Update an open-std.org link
to www.open-std.org and https.
* doc/html/manual/status.html: Regenerate.
---
li
On Mon, 30 Jan 2023, Gerald Pfeifer wrote:
> On Sun, 31 Jul 2022, Jonathan Wakely wrote:
>> https://www.open-std.org/ says "The site www.open-std.org is holding a
>> number of web pages for groups producing open standards:" but I don't
>> think it really matte
Pushed.
Gerald
---
htdocs/news/profiledriven.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/htdocs/news/profiledriven.html b/htdocs/news/profiledriven.html
index 82febc6d..3acacb78 100644
--- a/htdocs/news/profiledriven.html
+++ b/htdocs/news/profiledriven.html
@@ -276,7
On Mon, 24 Sep 2018, Martin Liška wrote:
> As mentioned in the PR we miss defaults for quite some param option.
> I agreed with Richi that easiest way how to fix that would be to remove
> that from documentation and use rather --help=param. It's done in the
> patch.
And here is a little follow-up
I
did not try.
I pushed the little patch below.
Gerald
commit b74309c36e59105ef0d8e0d91a85a5bfa884e175
Author: Gerald Pfeifer
Date: Fri Feb 17 02:19:19 2023 +0100
Tweak the link to upstream FTensor.
diff --git a/htdocs/testing/testing-ftensor.html
b/htdocs/testing/testing-ftensor.html
Pushed.
Gerald
gcc/ChangeLog:
* doc/invoke.texi (AVR Options): Update link to AVR-LibC.
---
gcc/doc/invoke.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index a5ea86f68c9..078d29d5313 100644
--- a/gcc/doc/invoke.texi
Pushed.
Gerald
---
htdocs/readings.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/htdocs/readings.html b/htdocs/readings.html
index d3e443ad..27f42d3d 100644
--- a/htdocs/readings.html
+++ b/htdocs/readings.html
@@ -117,7 +117,7 @@ names.
Manufacturer: Axis Communica
Famous last words - somehow these escaped my net last week.
Pushed.
Gerald
libstdc++-v3/ChangeLog:
* doc/xml/faq.xml: Switch two links to www.open-std.org to https.
* doc/html/faq.html: Regenerate.
---
libstdc++-v3/doc/html/faq.html | 4 ++--
libstdc++-v3/doc/xml/faq.xml | 4
That was a bit too much in terms of additions things. :-)
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 32403579..fd4062e6 100644
--- a/htdocs/gcc-12/changes.html
+++
On Sat, 18 Feb 2023, NightStrike wrote:
> Missing a comma after "in addition" and "features". For the latter, "x that
> y" > no comma. "X, which y" > comma. For the former, it's required to
> separate the prepositional phrase from the subject.
Thanks, and good point. I'll take care of all "In addi
Nick has not been able to update his blog for a while and confirmed
we should remove this link.
Pushed.
Gerald (who is missing those nice updates)
---
htdocs/index.html | 1 -
1 file changed, 1 deletion(-)
diff --git a/htdocs/index.html b/htdocs/index.html
index 80730c06..3d0f8700 100644
---
As promised yesterday, this not only improves the one case that
triggered NightStrike's note, but all cases I found in wwwdocs.
Pushed.
Gerald
--
wwwdocs: *: Add a comma after "In addition" when used as transition
On the way reduce one use and simplify a sentence.
---
htdocs/gcc-12/changes.ht
This is on top of what Qing nicely added back in 2018 - backlog on my
disk.
Pushed.
Gerald
---
htdocs/gcc-9/changes.html | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/htdocs/gcc-9/changes.html b/htdocs/gcc-9/changes.html
index 7dfae89c..89c20985 100644
--- a/htdocs
On Wed, 22 Feb 2023, Tobias Burnus wrote:
> Comments? Suggestions?
OpenMP update for gcc-13/changes.html + projects/gomp/
--- a/htdocs/gcc-13/changes.html
+++ b/htdocs/gcc-13/changes.html
+ Reverse offload is now supported with nvptx and AMD GCN devices.
Would it make sense to sort AMD GCN
Hi Arsen,
On Fri, 27 Jan 2023, Arsen Arsenović via Gcc-patches wrote:
> gcc/d/ChangeLog:
>
> * implement-d.texi: Reorder index entries around @items.
>
> gcc/ChangeLog:
>
> * doc/cfg.texi: Reorder index entries around @items.
> * doc/cpp.texi: Ditto.
> * doc/cppenv.texi:
Just noticed this by chance:
How does this patch constitute a functional change (that matches the
ChangeLog)? It looks it only adds an empty line to the source code?
Gerald
On Tue, 21 Feb 2023, arthur.co...@embecosm.com wrote:
> From: Arthur Cohen
>
> gcc/rust/ChangeLog:
>
> * ast/rus
On Fri, 27 Jan 2023, Arsen Arsenović via Gcc-patches wrote:
> Some patches from this patchset appear to have been dropped due to size
> limits. I neglected to compress them last night. Here they are again:
I pushed 2/8 after spot checking the huge patch.
Just 2 out of 970 hunks FAILED (for gcc/
On Tue, 21 Feb 2023, Arsen Arsenović wrote:
> Ping. Like last time, I rebased the series.
Thank you!
> The first two times around, I did not notice there's dedicated
> maintainers for the documentation component, and so, I am adding Gerald,
> Joseph and Sandra to CC this time. Apologies for the
On Thu, 23 Feb 2023, Arsen Arsenović wrote:
> This change is a generalization of r13-6292-gddf6fe375d9110.
:
> gcc/d/ChangeLog:
>
> * implement-d.texi: Reorder index entries around @items.
>
> gcc/ChangeLog:
>
> * doc/cfg.texi: Reorder index entries around @items.
> * doc/cpp.t
On Fri, 27 Jan 2023, Arsen Arsenović via Gcc-patches wrote:
> htdocs/texinfo-manuals.css | 129 +
Thank you - I pushed this.
+/* Texinfo documentation stylesheet.
+ Inspired by the Gnulib manual, 2023-01-26.
+
+ Arsen Arsenović
Can we rephrase this a bit?
On Thu, 23 Feb 2023, Tobias Burnus wrote:
> PS: I also removed a stray , but admittedly only after the
> commit. I found it by manually running those through the w3 validator
> site. However, I did not see an automatic email, either it takes longer
> or does it no longer run? It did in the past!
Y
This came up in a conversation with Jan. (We already have a link a bit
earlier on that page.)
Pushed.
Gerald
---
htdocs/testing/index.html | 6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/htdocs/testing/index.html b/htdocs/testing/index.html
index bd6219ab..012ac287 100
On Thu, 2 Mar 2023, Jakub Jelinek wrote:
> +
> +#include
Oops, in HTML we need to spell "<" as "<" and ">" as "> - otherwise
the above would be seen as a tag by the name of stdlib.h. ;-)
I pushed the follow-up patch below.
Gerald
commit 93
e to changes re line breaks.)
Gerald
commit 5a75fbda8c3c647b2ef659ffe67a031ee957abe6
Author: Gerald Pfeifer
Date: Fri Mar 3 23:41:36 2023 +0100
gcc-13: Use instead of
diff --git a/htdocs/gcc-13/porting_to.html b/htdocs/gcc-13/porting_to.html
index 953e1453..733bb254 100644
--- a/h
d newly in GCC 13, plus a small note for C family
> about assume attribute.
Nice!
There was a small markup issue -- unclosed -- which I fixed
thusly.
Gerald
commit ec6f12dc7c229ba1662706c14083e6f3a78e2760
Author: Gerald Pfeifer
Date: Fri Mar 3 23:53:21 2023 +0100
gcc-13: Properly c
On Thu, 2 Mar 2023, Jakub Jelinek wrote:
> + A new statement attribute for C++23 href="https://wg21.link/p1774r8";>P1774R8 Portable
> + assumptions support also in C or older C++:
This reads a bit odd to me: is there a comma missing after P1774R8?
And maybe a colon before? Or something like
Hi Gaius,
apologies, I thought you had pushed the updated patch and only now
realized it's not in yet.
Please look into the few bits below and then go ahead and push.
On Mon, 6 Feb 2023, Gaius Mulley wrote:
> * htdocs/frontends.html: An update to say the front end is now in
> the de
Pushed in alignment with the list in our coding conventions.
Gerald
---
htdocs/gcc-13/porting_to.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/htdocs/gcc-13/porting_to.html b/htdocs/gcc-13/porting_to.html
index 733bb254..170da096 100644
--- a/htdocs/gcc-13/porting_to.
On Thu, 2 Mar 2023, Jakub Jelinek wrote:
> --- a/htdocs/gcc-13/porting_to.html
> +++ b/htdocs/gcc-13/porting_to.html
> +GCC 13 implements in C++ excess precision
> support
> +which has been implemented just in the C front-end before. The new behavior
> is
> +enabled by default in -std=c++NN mod
On Wed, 8 Mar 2023, Sandra Loosemore wrote:
> I personally do not know how the manuals for the GCC web site are built
gcc.gnu.org has texinfo 6.5. (It's a RHEL 8.7 system.)
> If we do update the version, there's a version check in configure.ac and
> some hack for "makeinfo 4.7 brokenness" in doc
On Thu, 9 Mar 2023, Sandra Loosemore wrote:
> This is OK, but I'd like to see this patch split into two separate
> commits as well -- one for the texinfo.tex import, and one for the @gol
> changes.
I believe Arsen does not have git write access.
Arsen, if that is indeed the case, I offer to pus
On Fri, 10 Mar 2023, Arsen Arsenović wrote:
> Thanks, Thomas. I'd be happy to undergo this process later today. If I
> understood right, I should fill out
> https://sourceware.org/cgi-bin/pdw/ps_form.cgi and name you, right?
Yes.
(Thomas, you, and me actually could have met a FOSDEM. Next year
Note that in HTML < and > have a special meaning, so we cannot simply
write "<* noreturn *>", but need to escape it as "<* noreturn *>".
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/
On Fri, 10 Mar 2023, Sandra Loosemore wrote:
> AFAIK we have not knowingly changed any specific requirements beyond the
> stated 4.7 and 4.9 for PDF output, but it concerns me that nobody is
> likely to be using versions that old on a regular basis to make sure
> they continue to work and we hav
On Sat, 11 Mar 2023, Arsen Arsenović wrote:
> OK, changed up a bit, what do you think of this:
> maintainer-scripts/ChangeLog:
>
> * update_web_docs_git: Set CONTENTS_OUTPUT_LOCATION=inline in
> order to put @shortcontents above contents. See
> 9dd976a4-4e09-d901-b949-6d5037567..
On Fri, 10 Mar 2023, Sandra Loosemore wrote:
> I've checked in the attached patch per discussion in another thread about
> possibly updating the minimum required Texinfo version.
Thank you, Sandra!
I was going to udpate the comment in doc/install.texi2html just now, and
saw you beat me to it (an
I looked at this older release notes "by chance" and notice some minor
editorial changes.
Pushed (but let me know if you disagree with any of these).
Gerald
---
htdocs/gcc-10/changes.html | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/htdocs/gcc-10/changes.html b/
Pushed.
Gerald
gcc/ChangeLog:
* doc/extend.texi (Named Address Spaces): Drop a redundant link
to AVR-LibC.
---
gcc/doc/extend.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index e0c5357291b..fd3745c5608 100644
This aspect I missed in my previous change.
Easy enough to fix. Pushed.
Gerald
---
htdocs/testing/testing-ftensor.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/htdocs/testing/testing-ftensor.html
b/htdocs/testing/testing-ftensor.html
index 7b1f4675..1f9de177 100644
-
Hi Jonathan,
On Tue, 27 Jul 2021, Jonathan Wakely via Gcc-patches wrote:
> Firstly, these bullet points are full sentences and so should end with
> a period (or smiley, in some cases).
>
> Secondly, releases are not issued by the GNU Project at all, they're
> issued by the GCC release managers.
>
With this there should be only one or two problem links left in all of the
libstdc++ docs. :-)
Pushed.
Gerald
libstdc++-v3/ChangeLog:
* doc/xml/manual/documentation_hacking.xml: Move www.graphviz.org
to https.
* doc/html/manual/documentation_hacking.html: Regenerate.
-
On Sat, 11 Mar 2023, Arsen Arsenović wrote:
> Sandra Loosemore writes:
>> Hmmm, first off, I think somebody other than me needs to approve the
>> configure and makefile pieces, as well as the maintainer-scripts part.
>> It looks conceptually right to me
Per gcc/MAINTAINERS that'd be
build ma
Jan suggested we add this link, restoring in a way, though now pointing to
our general testing page.
Pushed.
(Note: gcc.gnu.org will take a couple of hours to pick up this change.)
Gerald
---
htdocs/style.mhtml | 1 +
1 file changed, 1 insertion(+)
diff --git a/htdocs/style.mhtml b/htdocs/st
The patch is now in, alas all the GNU M2 manual links now point to
non-existant locations.
Does maintainer-scripts/update_web_docs_git require an update to cover
Modula-2 and actually build the manual we are now linking to (or rather
trying to)?
Gerald
The URL where to report bugs is hard coded in two places; abstract that
into one variable, defined up front.
maintainer-scripts/ChangeLog:
* update_web_docs_git (BUGURL): Introduce and use throughout.
---
maintainer-scripts/update_web_docs_git | 5 +++--
1 file changed, 3 insertions(+),
On Wed, 22 Mar 2023, Jonathan Wakely via Gcc-patches wrote:
> We don't currently have a single page where you can find out when
> support for a given standard became non-experimental (you have to look
> through all the gcc-X/changes.html pages to find it). I think we should
> have that info on the
Hi Jakub,
do you recall how this snuck in? None of other other pages has had
<..." />
instead of
<...">
for a while. Not a biggie at all, just curious.
Pushed.
On a related note, the buildstat pages for GCC 9, 10, 11, 12, and 13
all are empty and I suggest to remove them. Any concerns?
Ger
This is how I actually noticed the situation in gcc-13/buildstat.html
(and then I mixed the two up).
Jakub, do you have some old templates somewhere maybe?
Gerald
Pushed:
---
htdocs/onlinedocs/13.1.0/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/htdocs/onlinedoc
Pushed.
Gerald
libstdc++-v3/ChangeLog:
* doc/xml/manual/strings.xml: Move lafstern.org reference to https.
* doc/html/manual/strings.html: Regenerate.
---
libstdc++-v3/doc/html/manual/strings.html | 2 +-
libstdc++-v3/doc/xml/manual/strings.xml | 2 +-
2 files changed, 2 inse
This has not come up in all those years since the preprocess script
usually is invoked from other scripts, notably post commit hooks. It
can, however, be invoked manually, and error handling is generally a
good thing.
Instead of
cat: foo/bar/index.html: No such file or directory
New file /ww
install.texi has become a bit blown up over the years, with good potential
to trim chaff and simplify things for our users.
This is just one step of possibly many more.
Pushed.
Gerald
gcc/ChangeLog:
* doc/install.texi (Specific): Remove de facto empty alpha*-*-*
section.
---
arm.com does some interesting special effects with URL; hopefully this
simplification is somewhat resilient.
Pushed.
Gerald
---
htdocs/readings.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/htdocs/readings.html b/htdocs/readings.html
index 6813b84f..26f2af7a 10064
On Tue, 26 Jan 2021, Martin Jambor wrote:
> I have discussed this with Pekka and we concluded that deprecating the
> HSAIL/BRIG front-end is the right thing to do. Therefore, I'd like to
> propose the following patch to the documentation repo. Is it OK?
> + The front-end for compiling BRIG form
On Fri, 5 Mar 2021, Vladimir Makarov via Gcc-patches wrote:
> The following patch fixes
>
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99378
>
> The patch was successfully bootstrapped and tested on x86-64.
Is it possible this breaks bootstrap on i586?
See https://gcc.gnu.org/bugzilla/sho
On Mon, 9 Aug 2021, Tobias Burnus wrote:
> Comments and/or suggestions?
Looks good from my perspective, with the feedback that Thomas
provided.
(Is "CU" a sufficiently established term, or might it make sense
to spell it out?)
Thanks,
Gerald
On Thu, 19 Aug 2021, Jeff Law via Gcc-patches wrote:
> Whee, two more ports dropping stabs. Committed to the trunk.
Are you saying you're on a mission to stab wodden stakes into stabs?
SCNR :-)
Gerald
Also shorten some text, call GCC that instead of GNU GCC compiler,
and remove some bits and links where there appears no equivalent
available on that new site.
Pushed.
Gerald
---
htdocs/frontends.html | 2 +-
htdocs/git.html | 2 +-
htdocs/projects/gupc.html | 33 +++-
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
+
I doubt anyone is using the GCC 5 release notes to get to that page,
and the link broke without a proper redirect, so make it a textual
reference (only).
Pushed.
Gerald
---
htdocs/gcc-5/changes.html | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/htdocs/gcc-5/changes.html
Just following server redirects - http to https.
Pushed.
Gerald
---
htdocs/projects/sched-treegion.html | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/htdocs/projects/sched-treegion.html
b/htdocs/projects/sched-treegion.html
index d421d87b..d5cefa03 100644
--- a/
I have *NOT* pushed this yet, looking for feedback:
It appears redhat.com has lost Fedora mailing list archives, which are
now at lists.fedoraproject.org using completely different tooling.
Jakub, is there a better way than the patch below?
Gerald
diff --git a/htdocs/gcc-4.3/porting_to.html b/h
I - or rather the w3 validator :) - realized that the use of
is deprecated, so use id attributes instead.
Gerald
---
htdocs/gcc-11/changes.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html
index 8e6d4ec8..c9eb22
On Tue, 15 Mar 2022, Jonathan Wakely wrote:
>> It appears redhat.com has lost Fedora mailing list archives, which are
>> now at lists.fedoraproject.org using completely different tooling.
>>
>>Jakub, is there a better way than the patch below?
> This looks right to me, I don't think there's a bette
Pushed.
Gerald
---
htdocs/contribute.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/htdocs/contribute.html b/htdocs/contribute.html
index c0223738..c985b87d 100644
--- a/htdocs/contribute.html
+++ b/htdocs/contribute.html
@@ -145,7 +145,7 @@ eliminate them all.
Web Site
I pushed this for now.
Gaius, if you want to make changes to that section of readings.html,
absolutely be free doing so (and I'll be happy help, too).
Gerald
---
htdocs/readings.html | 1 -
1 file changed, 1 deletion(-)
diff --git a/htdocs/readings.html b/htdocs/readings.html
index 12755d7e..8
TML and have to be written as < (less than) and > (greater than)
respectively.
On Mon, 11 Apr 2022, Arnaud Charlet via Gcc-patches wrote:
> Thank you, I've just merged your contribution.
This is the first batch of fixes. Pushed.
Gerald
commit 67c72bb30309882ce465519e97fb14592d18f
1 - 100 of 2878 matches
Mail list logo