Thread overview | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
May 15, 2010 [Issue 4193] New: 2.046: assertion failure | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=4193 Summary: 2.046: assertion failure Product: D Version: future Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: entity64@gmail.com --- Comment #0 from entity64@gmail.com 2010-05-15 12:57:30 PDT --- Compiling the latest snapshot of the DFL library, the compiler aborts with an assertion failure. Output: UINT 01DE3C70 Assertion failure: \'0\' on line 1624 in file \'expression.c\' -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
May 15, 2010 [Issue 4193] 2.046: assertion failure | ||||
---|---|---|---|---|
| ||||
Posted in reply to entity64@gmail.com | http://d.puremagic.com/issues/show_bug.cgi?id=4193 --- Comment #1 from entity64@gmail.com 2010-05-15 13:10:27 PDT --- Here's a link to the sources of DFL: http://www.dprogramming.com/dfl/snapshots/dfl-20100502.zip -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
May 18, 2010 [Issue 4193] 2.046: assertion failure | ||||
---|---|---|---|---|
| ||||
Posted in reply to entity64@gmail.com | http://d.puremagic.com/issues/show_bug.cgi?id=4193 Chris Miller <chris@dprogramming.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris@dprogramming.com --- Comment #2 from Chris Miller <chris@dprogramming.com> 2010-05-17 17:38:41 PDT --- This is a new problem with DMD 2.046, doesn't happen with earlier versions or 1.x I haven't had much luck yet trying to track it down. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
May 18, 2010 [Issue 4193] Regression 2.046, ICE(expression.c) | ||||
---|---|---|---|---|
| ||||
Posted in reply to entity64@gmail.com | http://d.puremagic.com/issues/show_bug.cgi?id=4193 Don <clugdbug@yahoo.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ice-on-valid-code CC| |clugdbug@yahoo.com.au Summary|2.046: assertion failure |Regression 2.046, | |ICE(expression.c) Severity|normal |regression -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
June 03, 2010 [Issue 4193] Regression 2.046, ICE(expression.c): initialising class member with const forward reference | ||||
---|---|---|---|---|
| ||||
Posted in reply to entity64@gmail.com | http://d.puremagic.com/issues/show_bug.cgi?id=4193 Don <clugdbug@yahoo.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Regression 2.046, |Regression 2.046, |ICE(expression.c) |ICE(expression.c): | |initialising class member | |with const forward | |reference --- Comment #3 from Don <clugdbug@yahoo.com.au> 2010-06-03 01:28:33 PDT --- Reduced test case. --- alias int AboutAs; class PalatableAs { int yum = aTractorSeat; } const AboutAs aTractorSeat = 0; -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
June 03, 2010 [Issue 4193] Regression 2.046, ICE(expression.c): initialising class member with const forward reference | ||||
---|---|---|---|---|
| ||||
Posted in reply to entity64@gmail.com | http://d.puremagic.com/issues/show_bug.cgi?id=4193 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> 2010-06-03 15:11:38 PDT --- http://www.dsource.org/projects/dmd/changeset/521 -- 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