This is the mail archive of the gcc-patches@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: PATCH to c-commonc.c, preliminary for PR/3865 fix


Paul Koning <pkoning@equallogic.com> writes:

| >>>>> "Zack" == Zack Weinberg <zack@codesourcery.com> writes:
| 
|  Zack> 2) Why do you have both __TARGET_FLOAT_FORMAT__ and
|  Zack> __TARGET_USES_VAX_*_FLOAT__?
| 
| VAX has G or D float for "double" depending on a compile time switch;
| I'd assume that one or the other would be defined to match.

Exactly.  

And on Tru64unix, the situation is even more complex since we can also
choose between IEEE-754 single and F float, IEEE-754 double and {D,G}
float. 

-- Gaby


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