http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46155

--- Comment #6 from joseph at codesourcery dot com <joseph at codesourcery dot 
com> 2010-10-24 14:12:05 UTC ---
On Sun, 24 Oct 2010, david.kirkby at onetel dot net wrote:

> It looks to me that the GCC header file lacks several definitions that are in
> the IBM header file (DEC128_EPSILON is another example). The size of the IBM

GCC does define DEC128_EPSILON if __STDC_WANT_DEC_FP__ is defined by the 
user.  This conditional on  __STDC_WANT_DEC_FP__ is what TR 24732 
specifies (at least, in the last draft I have; I don't have the final TR).

Note that GCC does not support DFP on AIX, however, only on 
powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux* | s390*-*-linux* | 
i?86*-*-mingw* | x86_64*-*-mingw* | i?86*-*-cygwin*.

Reply via email to