[Issue 19949] C++ Mangling: no support for abi-tags from the Itanium ABI

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Mar 28 02:48:46 UTC 2020


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

Dlang Bot <dlang-bot at dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #7 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/dmd pull request #10927 "Fix issue 19949: Implement support for C++ ABI
tags" was merged into master:

- 45bc42393d5b8acdd4f940b961aee4614139a09f by Geod24:
  Fix issue 19949 - C++ Mangling: add support for abi-tags from the Itanium ABI

  Implements C++ ABI tags with a few more restriction than the previous PR
(9995).
  In particular, do not follow C++ source-level conventions when impractical
  (e.g. propagation). Since this is a feature that will be seldom used by
users,
  I favored implementation simplicity over user-friendly semantics.

  Co-Authored-By: سليمان السهمي  (Suleyman Sahmi) <sahmi.soulaimane at gmail.com>

https://github.com/dlang/dmd/pull/10927

--


More information about the Digitalmars-d-bugs mailing list