Subject: re: Exactly what is wrong with our compiler?
To: Geoff Adams <gadams@avernus.com>
From: matthew green <mrg@eterna.com.au>
List: port-sparc64
Date: 01/04/2002 02:09:25
for a start, look at the sparc64 entries in doc/HACKS.  floating point
is definately a problem.  there are multiple issues here from what i
know.  our fpu emulation has bugs.  gcc has bugs in both the softfloat
and hardfloat code it outputs.  we are missing the _Q_*(?) functions
that the ELF abi specifies.  there are also issues with optimisation
blowouts (eg, see the sha1.c entry in HACKS.)


a scan of archives will also find other issues i think.