This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: g++ and _DecimalXX types
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: Janis Johnson <janis187 at us dot ibm dot com>
- Cc: Roman Kononov <roman at binarylife dot net>, gcc at gcc dot gnu dot org
- Date: Tue, 12 Jan 2010 12:47:07 +0100
- Subject: Re: g++ and _DecimalXX types
- References: <hifjb8$1fg$1@ger.gmane.org> <1263232360.1958.1.camel@janis-laptop>
Hi,
thanks Janis for your complete summary of the current status.
> Instead of dec32/64/128 you could use _Decimal32/64/128, but the C++
> TR requires that float.h define those symbols as typedefs to the
> classes so you'd run into conflicts later.
>
therefore, do I understand correctly that eventually the OP will be able
to achieve what he wants by including <float.h> first and otherwise
proceeding exactly like in C99?
Paolo.