__int128.cpp:4:16: warning: integer constant is too large for its type
__int128 i=170141183460469231731687303715884105727LL;
^
__int128.cpp:5:25: warning: integer constant is too large for its type
unsigned __int128 u=340282366920938463463374607431768211455ULL;
^
__int128.cpp:4:16: warning: integer constant is too large for its type
__int128 i=170141183460469231731687303715884105727;
^
__int128.cpp:5:25: warning: integer constant is too large for its type
unsigned __int128 u=340282366920938463463374607431768211455U;
^
__int128.cpp:4:16: error: unable to find numeric literal operator
'operator""LLL'
__int128 i=170141183460469231731687303715884105727LLL;
^
__int128.cpp:4:16: note: use -std=gnu++11 or -fext-numeric-literals to enable
more built-in suffixes
__int128.cpp:5:25: error: unable to find numeric literal operator
'operator""ULLL'
unsigned __int128 u=340282366920938463463374607431768211455ULLL;
^
no way to win with __int128 even though it's supposed to be supported. there's
not even a stdint.h type for it.
-------------
Jim Michaels
jmich...@yahoo.com
j...@renewalcomputerservices.com
http://RenewalComputerServices.com
http://JesusnJim.com (computer repair info, programming)
------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public