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: More 128 bit floating point stuff for PA64


> >                TREE_CODE (VALTYPE) == REAL_TYPE && !TARGET_SOFT_FLOAT ? 32
> :
> > 28)
> 
> Just add "&& GET_MODE_BITSIZE (TYPE_MODE (VALTYPE)) <= BITS_PER_WORD" after
> the REAL_TYPE check.  Register 32 then will only be selected for floats
> and doubles.

I am wondering about the use of TYPE_PRECISION in this macro.  The are
a couple of long double failures in the v3 suite on hppa-linux.
Long doubles are 64 bits on this port at the moment.  The failures may be
related to how we pass or return short long doubles.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)


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