https://d.puremagic.com/issues/show_bug.cgi?id=11317
yebblies <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull CC| |[email protected] --- Comment #1 from yebblies <[email protected]> 2013-11-14 23:57:43 EST --- void test11317() { auto ref uint fun11317() { return 0; } assert(fun11317() == 0); } fun11317 is correctly inferred to be non-ref, but the glue layer (seeing that tf->isref is true) tries to take the address of it anyway. Hence the error, which causes the ice. https://github.com/D-Programming-Language/dmd/pull/2763 -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
