[Issue 5211] New: DMD Can't handle nested aa literals
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Nov 13 07:45:37 PST 2010
http://d.puremagic.com/issues/show_bug.cgi?id=5211
Summary: DMD Can't handle nested aa literals
Product: D
Version: D1
Platform: Other
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: doob at me.com
--- Comment #0 from Jacob Carlborg <doob at me.com> 2010-11-13 07:44:28 PST ---
The following code:
module main;
void main ()
{
auto tree = ["" : ["" : ""]];
}
Using DMD 1.065 results in:
Assertion failed: (0), function toExpression, file init.c, line 437.
--
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