digitalmars.D.bugs - [Issue 3663] New: struct forward reference regresssion
- d-bugmail puremagic.com (27/27) Jan 01 2010 http://d.puremagic.com/issues/show_bug.cgi?id=3663
- d-bugmail puremagic.com (11/11) Jan 01 2010 http://d.puremagic.com/issues/show_bug.cgi?id=3663
- d-bugmail puremagic.com (10/10) Jan 02 2010 http://d.puremagic.com/issues/show_bug.cgi?id=3663
- d-bugmail puremagic.com (11/11) Jan 03 2010 http://d.puremagic.com/issues/show_bug.cgi?id=3663
http://d.puremagic.com/issues/show_bug.cgi?id=3663
Summary: struct forward reference regresssion
Product: D
Version: 1.054
Platform: Other
OS/Version: All
Status: NEW
Keywords: ice-on-valid-code
Severity: regression
Priority: P2
Component: DMD
AssignedTo: nobody puremagic.com
ReportedBy: nfxjfg gmail.com
The following code freezes up dmd 1.054, but works in dmd 1.053:
class A {
struct B {
D x;
struct C {}
}
}
struct D {}
Interestingly, it works if you remove the declaration for C.
This bug currently prevents the compilation of Tango.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jan 01 2010
http://d.puremagic.com/issues/show_bug.cgi?id=3663
Don <clugdbug yahoo.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |clugdbug yahoo.com.au
Caused by the patch to bug 400. If you comment out the lines in struct.c added
by the patch, the code compiles.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jan 01 2010
http://d.puremagic.com/issues/show_bug.cgi?id=3663
Walter Bright <bugzilla digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bugzilla digitalmars.com
03:57:27 PST ---
Changeset 324
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jan 02 2010
http://d.puremagic.com/issues/show_bug.cgi?id=3663
Walter Bright <bugzilla digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
12:40:52 PST ---
Fixed dmd 1.055 and 2.039
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jan 03 2010









d-bugmail puremagic.com 