[Issue 11559] Optlink crash with more than 2048 modules generated and debug info
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Dec 24 07:38:19 PST 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11559
--- Comment #6 from yebblies <yebblies at gmail.com> 2013-12-25 02:38:15 EST ---
How much did you bump it by? The original test case now works, but this fails:
string gen()
{
string m;
foreach(i; 0..4096)
m ~= "mixin(\"assert(0);\n\n\n\n\");\n";
return m;
}
void main()
{
mixin(gen());
}
I'm mixin'ing a string into each function in ddmd, so this isn't a synthetic
test case.
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list