Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] [Scanner] - Can't detect _Decimal32, _Decimal64, _Decimal128 types

I imagine if you find the __int128 and __float128, you'll see how to add them.

Doug.


From: cdt-dev-bounces@xxxxxxxxxxx [cdt-dev-bounces@xxxxxxxxxxx] on behalf of Rafael Peria de Sene [rpsene@xxxxxxxxxxxxxxxxxx]
Sent: Thursday, March 06, 2014 2:30 PM
To: cdt-dev@xxxxxxxxxxx
Subject: Re: [cdt-dev] [Scanner] - Can't detect _Decimal32, _Decimal64, _Decimal128 types

Sergey, I will take a look on how to include those new types. Do you have some suggestion regarding what is needed ?


On 03/06/2014 03:33 PM, Sergey Prigogin wrote:
We don't have them in our built-in types, the only GCC-specific types CDT currently supports are __int128 and __float128.

-sergey


On Thu, Mar 6, 2014 at 9:59 AM, Doug Schaefer <dschaefer@xxxxxxx> wrote:
Looks like they are these: http://gcc.gnu.org/onlinedocs/gcc-4.2.4/gcc/Decimal-Float.html

Not sure we have them in our list of built-in types.

Doug.


From: cdt-dev-bounces@xxxxxxxxxxx [cdt-dev-bounces@xxxxxxxxxxx] on behalf of Sergey Prigogin [eclipse.sprigogin@xxxxxxxxx]
Sent: Thursday, March 06, 2014 12:56 PM
To: CDT General developers list.
Subject: Re: [cdt-dev] [Scanner] - Can't detect _Decimal32, _Decimal64, _Decimal128 types

What are these types? Are they built in into some compiler, or defined as typedefs in some header?

-sergey


On Thu, Mar 6, 2014 at 8:30 AM, Rafael Peria de Sene <rpsene@xxxxxxxxxxxxxxxxxx> wrote:
Hi,

    Does anyone knows why CDT can't resolve _Decimal32, _Decimal64, _Decimal128 types ?

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev




_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top