https://issues.dlang.org/show_bug.cgi?id=20429
kinke <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |[email protected] Resolution|INVALID |--- --- Comment #2 from kinke <[email protected]> --- I can reproduce this, after fixing your pragma(mangle) (using `foo` twice). The `bar` Itanium mangling is fine (with/without namespace), but `foo` is off - `_ZN4blah3fooERKNS_1SES1_` (DMD frontend) vs. `_ZN4blah3fooERKNS_1SES2_` (gcc, https://cpp.godbolt.org/z/j9sZdM). Haven't checked MSVC mangling. --
