[Bug 158] New: weird crash when nesting unions and structs; code order dependent

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat May 27 10:23:47 PDT 2006


http://d.puremagic.com/bugzilla/show_bug.cgi?id=158

           Summary: weird crash when nesting unions and structs; code order
                    dependent
           Product: D
           Version: 0.159
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Keywords: ice-on-valid-code
          Severity: major
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: h3r3tic at mat.uni.torun.pl


struct Bar {
    union {
        struct {
            union {
                Foo A;
            }
        }
    }
}

struct Foo {
}


-- 




More information about the Digitalmars-d-bugs mailing list