July 13, 2009 ulong divides (by) int cause dmd crash | ||||
---|---|---|---|---|
| ||||
Below codes cause dmd crash in dmd2.031,but OK in dmd2.030: module dmdCrash; void main() { ulong num1=100; int num2=10; int result=num1/num2; } |
July 13, 2009 Re: ulong divides (by) int cause dmd crash | ||||
---|---|---|---|---|
| ||||
Posted in reply to Sam Hu | http://d.puremagic.com/issues/show_bug.cgi?id=3169 |
Copyright © 1999-2021 by the D Language Foundation