http://d.puremagic.com/issues/show_bug.cgi?id=10016
Kenji Hara <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ice, pull Summary|2.062 -> 2.063 Out of |Incorrect error gagging |memory using RefCounted |using RefCounted --- Comment #2 from Kenji Hara <[email protected]> 2013-05-08 20:42:38 PDT --- https://github.com/D-Programming-Language/dmd/pull/1983 With git head(75d3660), "Out of memory" error does not occur. Instead, the OP code reports no error with -o- switch (different from 2.062), and cause "Internal error: backend\dt.c 106" with -c switch. AFAICS this is a front-end issue. the code should report "undefined identifier" error as same as 2.062, but the error is incorrectly gagged. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
