[Issue 19329] New: pragms(lib) and pragma(linkerDirective) can emit duplicate entries to the object

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Oct 23 17:59:55 UTC 2018


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

          Issue ID: 19329
           Summary: pragms(lib) and pragma(linkerDirective) can emit
                    duplicate entries to the object
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P1
         Component: dmd
          Assignee: nobody at puremagic.com
          Reporter: turkeyman at gmail.com

If the same lib or directive are added twice, duplicates are emit to the object
file.
The linker text list should be de-duplicated before writing out.

--


More information about the Digitalmars-d-bugs mailing list