RSN for sure. no, now. just about. now. no, not quite... Thats been my
last week or so :-)
So, It now bootstraps and appears to do everything fine, with one minor
exception. The stage 1 compiler miscompiles the fortran file
f/intrin.c,
and this results in a bootstrapped fortran compiler which fails a lot
of
the fortran tests. If you dont bootstrap, it works great :-|
The problem is that the into SSA pass is generating a structure copy
which has a VDEF as a real use. This is a no-no. The out of SSA pass
creates a new temporary which is undefined on entry since there is no
defintion present. This of course causes problem :-)
Diego is looking at is today.