Yes. It's 6957976. There's also a related CR 6960321 for _Decimal128
support. If they are not viewable, wait a day or two and try again.
There can sometimes be delays between when a bug is submitted and when
it shows up in the bug data base.
--Dave
ольга крыжановская wrote:
Do you have the bug id?
Olga
2010/6/8 Dave Pagan <[email protected]>:
Olga,
FYI - a bug has been filed requesting support for int128_t/uint128_t.
--Dave
ольга крыжановская wrote:
Why aren't there any plans? It makes porting gcc/Linux applications
even harder, i.e. I tried to have a look in the Bluetooth stack but it
is littered with int128.
Olga
2010/6/2 Dave Pagan <[email protected]>:
Hi Olga,
Sorry for the delayed response.
No, Sun Studio does not currently support int128. And, for now, there aren't
any current plans to implement it.
--Dave
ольга крыжановская wrote:
Any one?
Olga
2010/5/17 ольга крыжановская <[email protected]>:
Does Sun Studio 12 or a newer version support int128_t and uint128_t?
We're looking into supporting very large flag fields (> 2048 bits) and
a larger integer data type would help.
gcc on Linux seems to support at least this:
#include <stdlib.h>
#include <stdio.h>
int main()
{
__int128_t x =1;
printf ("%lld\n", (long long)x);
return EXIT_SUCCESS;
}
printf() doesn't have to be supported, just the 128 integer data type.
Olga
--
, _ _ ,
{ \/`o;====- Olga Kryzhanovska -====;o`\/ }
.----'-/`-/ [email protected] \-`\-'----.
`'-..-| / http://twitter.com/fleyta \ |-..-'`
/\/\ Solaris/BSD//C/C++ programmer /\/\
`--` `--`
_______________________________________________
tools-compilers mailing list
[email protected]