On Tue, Jan 29, 2019 at 11:53:59PM +0100,
Christian Groessler via
cctalk wrote:
[...]
But I cannot find gcc 1.34.
ftp.gnu.org has
gcc-1.30.atari (where the
sequence doesn't exist), and gcc-1.35 (where it's "#if 0"ed).
Does anyone know where to find the source code of gcc 1.34?
The canonical place
would be
http://ftp.gnu.org/old-gnu/gcc/, which is
presumably where you found those versions. It seems that earlier
versions were
distributed as diffs to be progressively applied, and those may be
found in
http://ftp.gnu.org/old-gnu/gcc/Version1.diffs/. You should be able to
reverse-apply ("patch -R") the patches to get back from 1.35.
Eyeballing the patch from 1.34 to 1.35, it seems that this had
already been
ifdeffed out in an earlier release.