[Issue 7005] New: extern(C) mangling should always be flat
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Nov 25 06:14:02 PST 2011
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 at puremagic.com
ReportedBy: dawg at dawgfoto.de
--- Comment #0 from dawg at 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: -------
More information about the Digitalmars-d-bugs
mailing list