Re: Linux 1.3.53

Linus Torvalds (Linus.Torvalds@cs.Helsinki.FI)
Tue, 2 Jan 1996 20:40:06 +0200


Linus Torvalds: "Linux 1.3.53" (Jan 2, 16:43):
>
> Oh, this release may or may not work on Linux/alpha: at least gcc-2.7.0
> using -O2 seems to mess up the compilation of fs/ext2/file.c (it
> compiles "cleanly", but the resulting assembly doesn't really match the
> original C code very well - it dies on bootup). I haven't tried a newer
> compiler (anybody?).

I just compiled gcc-2.7.1 with the patches by David M-T, and looking at
the code 2.7.1 generates, the bug _seems_ to be gone. But that's just
after looking through alpha assembly code - I haven't actually checked
that it boots yet (and gcc certainly does _something_ strange still, but
now it looks more like an inefficiency rather than a bug).

David has said that he distrusts gcc-2.7.2, so 2.7.1 looks like "the"
release to get on the alpha. With David's patches you don't even need
to lie and say that you're compiling for OSF/1 in order to get it to
build nicely ;-)

(and you'll also need the new binutils - David has a pre-built set of
those).

Linus