November 25, 2011 [Issue 7005] New: extern(C) mangling should always be flat | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=7005 Summary: extern(C) mangling should always be flat Product: D Version: D2 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: dawg@dawgfoto.de --- Comment #0 from dawg@dawgfoto.de 2011-11-25 06:13:05 PST --- template foo() { extern(C) void bar(int i); } pragma(msg, foo!().bar.mangleof); // is: _D4bug38__T3fooZ3barUiZv should be: bar ---- related: http://d.puremagic.com/issues/show_bug.cgi?id=6132 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
November 26, 2011 [Issue 7005] extern(C) mangling should always be flat | ||||
---|---|---|---|---|
| ||||
Posted in reply to dawg@dawgfoto.de | http://d.puremagic.com/issues/show_bug.cgi?id=7005 dawg@dawgfoto.de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #1 from dawg@dawgfoto.de 2011-11-26 11:40:56 PST --- *** This issue has been marked as a duplicate of issue 6132 *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation