[Issue 23886] New: ImportC preprocessor directives #ident and #sccs are not supported

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri May 5 08:10:50 UTC 2023


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

          Issue ID: 23886
           Summary: ImportC preprocessor directives #ident and #sccs are
                    not supported
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dmd
          Assignee: nobody at puremagic.com
          Reporter: bugzilla at digitalmars.com

https://gcc.gnu.org/onlinedocs/cpp/Other-Directives.html

says:

The ‘#ident’ directive takes one argument, a string constant. On some systems,
that string constant is copied into a special segment of the object file. On
other systems, the directive is ignored. The ‘#sccs’ directive is a synonym for
‘#ident’.

--


More information about the Digitalmars-d-bugs mailing list