[Issue 1773] excessively long integer literal
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Jan 16 02:57:33 PST 2008
http://d.puremagic.com/issues/show_bug.cgi?id=1773
bugzilla at digitalmars.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
------- Comment #1 from bugzilla at digitalmars.com 2008-01-16 04:57 -------
I get:
test.d(1): integer overflow
for:
ulong v = 0xFFFF_FFFF_FFFF_FFFF_FFFF_FFFF_FFFF_FFFF;
I could not reproduce the problem (I don't have your definition of LargeInt())
with dmd 1.025.
--
More information about the Digitalmars-d-bugs
mailing list