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

2022-09-01 Thread Jonathan Wakely via Gcc
On Mon, 29 Aug 2022 at 11:31, Gerald Pfeifer wrote: > > On Wed, 24 Aug 2022, Jonathan Wakely wrote: > >> a broken link points to > >> > >> An introduction to GCC by Brian J. Gough. > >> . http://www.network-theory.co.uk/gcc/intro/ > > There are much more recent archived copies like > > https://

Re: unreachable intro to gcc page linked to on readings page

2022-08-29 Thread Gerald Pfeifer
On Wed, 24 Aug 2022, Jonathan Wakely wrote: >> a broken link points to >> >> An introduction to GCC by Brian J. Gough. >> . http://www.network-theory.co.uk/gcc/intro/ > There are much more recent archived copies like > https://web.archive.org/web/20181113021321/http://www.network-theory.co.uk/g

Re: unreachable intro to gcc page linked to on readings page

2022-08-24 Thread Jonathan Wakely via Gcc
On Sun, 7 Aug 2022 at 09:33, Van Ly via Gcc wrote: > > > Hello, > > On the readings page > > . https://gcc.gnu.org/readings.html > > a broken link points to > > An introduction to GCC by Brian J. Gough. > . http://www.network-theory.co.uk/gcc/intro/ > > which has a copy at > > . > https:/

unreachable intro to gcc page linked to on readings page

2022-08-07 Thread Van Ly via Gcc
Hello, On the readings page . https://gcc.gnu.org/readings.html a broken link points to An introduction to GCC by Brian J. Gough. . http://www.network-theory.co.uk/gcc/intro/ which has a copy at . https://web.archive.org/web/20060106062936/http://www.network-theory.co.uk/gcc/intro/ -