http://d.puremagic.com/issues/show_bug.cgi?id=4329
--- Comment #15 from Don <[email protected]> 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: -------
