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

Thank you guys, I just found out it. I'm going to start the implementation.

On 03/06/2014 04:57 PM, Sergey Prigogin wrote:
You can search CDT code for __float128 and eFloat128 and in every place that does something special for __float128 do something similar for the decimal types.

-sergey


On Thu, Mar 6, 2014 at 11:30 AM, Rafael Peria de Sene <rpsene@xxxxxxxxxxxxxxxxxx> wrote:
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


_______________________________________________
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