This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: real.c on unicosmk


On Wed, May 22, 2002 at 11:00:01PM -0700, Richard Henderson wrote:
> On Wed, May 22, 2002 at 09:40:40PM -0400, Stephen L Moshier wrote:
> > Also the assemblers on the older targets usually are buggy.
> > They need to be tested for their ability to handle
> > special values, denormals, and so on.
> 
> We no longer trust any assembler.  It is easier to emit all
> floating point values with their integer bit-wise representation.

There are still some places in the machine descriptions where floating
point values get emitted as float constants.

I will be happy to make a sweep to get rid of them - *after* I purge
deprecated targets (hopefully this weekend).

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]