[Issue 4329] Do not show error messages that refer to __error

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Feb 13 12:48:50 PST 2011


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



--- Comment #15 from Don <clugdbug at yahoo.com.au> 2011-02-13 12:46:19 PST ---
Original D1 case is patched here:
https://github.com/donc/dmd/commit/1acd2b64b10c4a985a10750d5ad83a0b7e98332b
Other cases patched for D2:
https://github.com/donc/dmd/commit/3a512771e31de4fb8b4e806154b08766fd97aed1
and for D1:
https://github.com/donc/dmd/commit/327afade5bfe0551176ee17ab6c991139dcb8058

Another test case from bug 5288:
auto bug4329e(int z) {
    if (z) return undefined;
    else return 0;
}
fixed here:
https://github.com/donc/dmd/commit/daff978816461602788f1cb396d9826918b6da21

-- 
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