Thread overview | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
July 13, 2009 [Issue 3169] New: ICE dividing ulong by int | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=3169 Summary: ICE dividing ulong by int Product: D Version: 2.031 Platform: x86 URL: http://www.digitalmars.com/webnews/newsgroups.php?art_ group=digitalmars.D.learn&article_id=17143 OS/Version: Windows Status: NEW Keywords: ice-on-valid-code Severity: regression Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: maxmo@pochta.ru void main() { ulong num1=100; int num2=10; int result=num1/num2; } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
July 20, 2009 [Issue 3169] Segfault(cast.c) dividing ulong by int | ||||
---|---|---|---|---|
| ||||
Posted in reply to maxmo@pochta.ru | http://d.puremagic.com/issues/show_bug.cgi?id=3169 Don <clugdbug@yahoo.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |clugdbug@yahoo.com.au Summary|ICE dividing ulong by int |Segfault(cast.c) dividing | |ulong by int --- Comment #1 from Don <clugdbug@yahoo.com.au> 2009-07-20 00:35:25 PDT --- This is crashing with a div-by-zero error when calling getIntRange(). -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
July 20, 2009 [Issue 3169] Segfault(cast.c) dividing ulong by int | ||||
---|---|---|---|---|
| ||||
Posted in reply to maxmo@pochta.ru | http://d.puremagic.com/issues/show_bug.cgi?id=3169 Don <clugdbug@yahoo.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ace17@free.fr --- Comment #2 from Don <clugdbug@yahoo.com.au> 2009-07-20 00:37:38 PDT --- *** Issue 3172 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
July 27, 2009 [Issue 3169] Segfault(cast.c) dividing ulong by int | ||||
---|---|---|---|---|
| ||||
Posted in reply to maxmo@pochta.ru | http://d.puremagic.com/issues/show_bug.cgi?id=3169 --- Comment #3 from Sobirari Muhomori <maxmo@pochta.ru> 2009-07-27 03:02:36 PDT --- div-by-zero isn't a segfault :) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
September 03, 2009 [Issue 3169] Segfault(cast.c) dividing ulong by int | ||||
---|---|---|---|---|
| ||||
Posted in reply to maxmo@pochta.ru | http://d.puremagic.com/issues/show_bug.cgi?id=3169 Walter Bright <bugzilla@digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |bugzilla@digitalmars.com Resolution| |FIXED --- Comment #4 from Walter Bright <bugzilla@digitalmars.com> 2009-09-03 13:41:11 PDT --- Fixed dmd 2.032 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation