June 27, 2009 [Issue 3100] New: Assertion failure when a struct with members is shared | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=3100 Summary: Assertion failure when a struct with members is shared Product: D Version: 2.030 Platform: x86 OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: robert@octarineparrot.com When compiling the following code using dmd 2.030: ---- struct Foo { int a; // Commenting this out prevents the assertion } shared Foo foo; ---- I get the following assertion: dmd: cast.c:413: virtual MATCH StructLiteralExp::implicitConvTo(Type*): Assertion `t->mod == 4' failed. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
September 03, 2009 [Issue 3100] ICE(cast.c) when a struct with members is shared | ||||
---|---|---|---|---|
| ||||
Posted in reply to robert@octarineparrot.com | http://d.puremagic.com/issues/show_bug.cgi?id=3100 Walter Bright <bugzilla@digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |bugzilla@digitalmars.com Resolution| |FIXED --- Comment #1 from Walter Bright <bugzilla@digitalmars.com> 2009-09-03 13:39:46 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