www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 23080] New: Mach-O: TLS globals misaligned

https://issues.dlang.org/show_bug.cgi?id=23080

          Issue ID: 23080
           Summary: Mach-O: TLS globals misaligned
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Mac OS X
            Status: NEW
          Severity: major
          Priority: P1
         Component: dmd
          Assignee: nobody puremagic.com
          Reporter: kinke gmx.net

Explicit align(N) attributes are apparently ignored for TLS globals in the DMD
backend when targeting Mac, see
https://github.com/dlang/druntime/pull/3802#discussion_r863047628.

--
May 02 2022