[Issue 13891] __gshared/static anonymous union members do not overlap
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Sat Sep 21 19:53:42 UTC 2024
    
    
  
https://issues.dlang.org/show_bug.cgi?id=13891
Nick Treleaven <nick at geany.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nick at geany.org
--- Comment #1 from Nick Treleaven <nick at geany.org> ---
Still happens with 2.109. Also:
pragma(msg, Foo.b.offsetof); // 0
pragma(msg, Bar.b.offsetof); // Error: no property `offsetof` for `b` of type
`int`
--
    
    
More information about the Digitalmars-d-bugs
mailing list