Gerald Pfeifer wrote:
On Thu, 17 Apr 2025, Tobias Burnus wrote:
* https://gcc.gnu.org/projects/gomp/
This is a no-brainer.
Well, it still adds GCC 16 …
It does make me wonder whether we really need/want distinct docs for minor
releases or shouldn't better keep just one for the branch?
I think the branch one should be enough – the differences are usually
very small and the chance that one has a newer version than .1 (albeit
often not necessarily the latest) is high.
* * *
Talking about documentation, what I think would be useful to have is the
install documentation under https://gcc.gnu.org/onlinedocs/ — it is generated
like the rest of the documentation but it is only linked to
https://gcc.gnu.org/install/
Having it under /install is fine, but it can be useful at times to have the
install documentation for the last stable release or the one before – and
not only for mainline – available somewhere.
BTW 2: I think we should somehow make the " host/target specific installation
notes" more prominent (Bold? Adding it to the 1 to 6 step list? …). While
listed on the installation landing page, https://gcc.gnu.org/install/
one quickly jumps to the 1 to 6 bullet list without properly reading the
words – and then misses https://gcc.gnu.org/install/specific.html – but
it contains really important pieces of information for some architectures.
Tobias