[Issue 1226] ICE on a struct literal of a struct containing a struct
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Thu May 31 08:20:21 PDT 2007
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=1226
deewiant at gmail.com changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |deewiant at gmail.com
           Keywords|                            |ice-on-valid-code
            Summary|ICE on a struct literal     |ICE on a struct literal of a
                   |                            |struct containing a struct
------- Comment #1 from deewiant at gmail.com  2007-05-31 10:20 -------
Simplified case:
struct A {}
struct B {
        A a;
}
void main() {
        B b = B();
}
-- 
    
    
More information about the Digitalmars-d-bugs
mailing list