Thread overview
[Issue 3663] New: struct forward reference regresssion
Jan 01, 2010
nfxjfg@gmail.com
Jan 01, 2010
Don
Jan 02, 2010
Walter Bright
Jan 03, 2010
Walter Bright
January 01, 2010
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


--- Comment #0 from nfxjfg@gmail.com 2010-01-01 07:41:59 PST ---
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: -------
January 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


--- Comment #1 from Don <clugdbug@yahoo.com.au> 2010-01-01 10:40:41 PST ---
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: -------
January 02, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=3663


Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com


--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> 2010-01-02 03:57:27 PST ---
Changeset 324

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 03, 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


--- Comment #3 from Walter Bright <bugzilla@digitalmars.com> 2010-01-03 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: -------