[Issue 12974] Integer constant exponentiation gives wrong value

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Jun 24 01:30:12 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=12974

bearophile_hugs at eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bearophile_hugs at eml.cc

--- Comment #1 from bearophile_hugs at eml.cc ---
This seems to pass on my 32 bit system:

assert((3uL)^^40uL == 12157665459056928801uL); // error

--


More information about the Digitalmars-d-bugs mailing list