[Issue 230] New: long.min cannot be parsed
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Jun 28 15:35:44 PDT 2006
http://d.puremagic.com/issues/show_bug.cgi?id=230
Summary: long.min cannot be parsed
Product: D
Version: 0.161
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: bugzilla at digitalmars.com
ReportedBy: benoit at tionex.de
void main(){
assert( +9223372036854775807L == long.max );
assert( -9223372036854775807L == long.min );
assert( -9223372036854775808L == long.min ); // signed integer overflow
}
--
More information about the Digitalmars-d-bugs
mailing list