[Issue 9494] New: compiler stack overflow on invalid associative array
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Feb 10 01:37:21 PST 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9494
Summary: compiler stack overflow on invalid associative array
Product: D
Version: D2
Platform: x86
OS/Version: Windows
Status: NEW
Severity: minor
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: vertigo80 at gmx.net
--- Comment #0 from Tobias Pfaff <vertigo80 at gmx.net> 2013-02-10 01:37:12 PST ---
Compiler crashes with stack overflow on this invalid piece of code:
int[test] test;
void main(string[] args) { }
This only happens if 'test' is used for both index type and array name.
--
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