old gcc #pragma handling
Christian Groessler
chris at groessler.org
Wed Jan 30 14:59:56 CST 2019
On 1/30/19 7:19 PM, Carlos E Murillo-Sanchez via cctalk wrote:
> Peter Corlett via cctalk wrote:
>> 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.
>>
> Perhaps this could be helpful:
>
> http://www.netgull.com/gcc/old-releases/gcc-1/
>
Great! Thanks! There's a gcc-0.9 version there which has this
interesting pragma handling enabled.
Now I need to get the thing compiled. If the file dates are correct,
it's from Mar 1987.
regards,
chris
More information about the cctech
mailing list