www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 21938] New: importC: Support __attribute__ specifiers that

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

          Issue ID: 21938
           Summary: importC: Support __attribute__ specifiers that could
                    be mapped to D attributes
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P1
         Component: dmd
          Assignee: nobody puremagic.com
          Reporter: ibuclaw gdcproject.org

To name a few potential __attribute__ candidates.

- access (read_only, 1)
- aligned
- aligned (alignment)
- always_inline
- noreturn
- nothrow
- pure

--
May 20 2021