This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PowerPC bootstrap failure (was Re: mips SNaN/QNaN is swapped)
On Sun, Mar 30, 2003 at 11:11:57PM -0500, David Edelsohn wrote:
> Given that real.[ch] is about the format of
> reals, using IBM AIX Assembler may be more important than the bootstrap
> compiler for eliciting the error.
I wouldn't think so. We don't rely on the assembler for this
at all anymore. See assemble_real, which uses assemble_integer
to emit the actual data.
In any case, /usr/bin/{as,ld} are native AIX tools on this machine.
r~