Thread overview
[Issue 13891] __gshared/static union members do not overlap
Dec 25, 2014
Vlad Levenfeld
Dec 17, 2022
Iain Buclaw
[Issue 13891] __gshared/static anonymous union members do not overlap
May 06
basile-z
December 25, 2014
https://issues.dlang.org/show_bug.cgi?id=13891

Vlad Levenfeld <vlevenfeld@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vlevenfeld@gmail.com

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=13891

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--
May 06
https://issues.dlang.org/show_bug.cgi?id=13891

basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |b2.temp@gmx.com
            Summary|__gshared/static union      |__gshared/static anonymous
                   |members do not overlap      |union members do not
                   |                            |overlap

--
September 21
https://issues.dlang.org/show_bug.cgi?id=13891

Nick Treleaven <nick@geany.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nick@geany.org

--- Comment #1 from Nick Treleaven <nick@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`

--