On Mon, Oct 03, 2022 at 08:31:06AM +0100, Jonathan Wakely wrote:
On Mon, 3 Oct 2022 at 07:01, Gavin Smith via Gcc <gcc@gcc.gnu.org> wrote:
On Sun, Oct 02, 2022 at 09:06:06PM -0400, Richard Stallman wrote:
[...]
The gcc developers need to provide a stable, version-independent link
for the manual. This link would have worked in the past, but I don't
know how recently it broke.
The URL
https://gcc.gnu.org/onlinedocs/cpp/System-specific-Predefined-Macros.html
has been stable for many years.
In that case it is the input that is wrong:
Some macros are predefined on each kind of machine
(@pxref{System-specific Predefined Macros, System-specific Predefined
Macros, System-specific Predefined Macros, gcc, Using the GNU Compiler
Collection}). This allows you to provide code specially tuned for a
particular machine.
It should be
Some macros are predefined on each kind of machine
(@pxref{System specific Predefined Macros, System specific Predefined
Macros, System-specific Predefined Macros, gcc, Using the GNU Compiler
Collection}). This allows you to provide code specially tuned for a
particular machine.
changing the hyphen to a space in "System specific".