Thread overview |
---|
September 18, 2007 [Issue 718] Internal error: ../ztc/cgcod.c 562 | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=718 smjg@iname.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |smjg@iname.com Keywords| |ice-on-invalid-code ------- Comment #1 from smjg@iname.com 2007-09-18 16:07 ------- A reduced testcase: void test(byte[] data) { data[0] /= cast(cfloat) data.length; } void main(){ byte[1] array; test(array); } -- |
November 04, 2007 [Issue 718] Internal error: ../ztc/cgcod.c 562 | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=718 bugzilla@digitalmars.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #2 from bugzilla@digitalmars.com 2007-11-03 21:43 ------- Fixed dmd 1.023 and 2.007 -- |
April 16, 2009 [Issue 718] ICE with int /= cast(creal) | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=718 clugdbug@yahoo.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | Summary|Internal error: |ICE with int /= |../ztc/cgcod.c 562 |cast(creal) Version|0.177 |2.000 ------- Comment #3 from clugdbug@yahoo.com.au 2009-04-16 03:35 ------- The bug_cgcod_562_x1 cases have been fixed, but the bug_cgcod_562_x3 cases remain. This bug accounts for 20% of the remaining Dstress cases which ICE. Much simpler test case: void main(){ int x; x/= cast(creal)1; } Internal error: ..\ztc\cgcod.c 564 Applies to DMD2.028 as well. -- |
June 09, 2009 [Issue 718] ICE(cgcod.c) with int /= cast(creal) | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=718 Don <clugdbug@yahoo.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch --- Comment #4 from Don <clugdbug@yahoo.com.au> 2009-06-09 16:41:07 PDT --- The patch for bug 3059 fixes this. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
July 21, 2009 [Issue 718] ICE(cgcod.c) with int /= cast(creal) | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=718 --- Comment #5 from Don <clugdbug@yahoo.com.au> 2009-07-21 07:14:26 PDT --- In fact this bug is now 66% of the remaining dstress cases which ICE, and also 10% of the remaining dstress "unexpected pass" errors... Of course, it's pretty ridiculous that Thomas put in 36 test cases for this one bug. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
October 06, 2009 [Issue 718] ICE(cgcod.c) with int /= cast(creal) | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=718 Walter Bright <bugzilla@digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #6 from Walter Bright <bugzilla@digitalmars.com> 2009-10-06 02:11:38 PDT --- Fixed dmd 1.048 and 2.033 -- 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