[Issue 8215] New: Non-ASCII object names are generated
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Jun 9 22:43:07 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8215
Summary: Non-ASCII object names are generated
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: verylonglogin.reg at gmail.com
--- Comment #0 from Denis Shelomovskij <verylonglogin.reg at gmail.com> 2012-06-10 09:45:13 MSD ---
This code:
---
struct S012345678901234567890123456789{}
alias S012345678901234567890123456789* SP;
void f(SP, SP, SP);
void main() { f(null, null, null); }
---
prints this error:
---
OPTLINK (R) for Win32 Release 8.00.12
...
Error 42: Symbol Undefined _D4main1fFPSАЕК31S0123456789АККАККАииАииZv
--- errorlevel 1
---
with non-ASCII characters in object name.
If it's by design, this should be explicitly stated for IDE developers who
should be aware of it.
--
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