[Issue 10016] Incorrect error gagging using RefCounted

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed May 8 20:42:40 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=10016


Kenji Hara <k.hara.pg at gmail.com> 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 <k.hara.pg at gmail.com> 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: -------


More information about the Digitalmars-d-bugs mailing list