[Issue 5754] 'glue.c' assertion failure with map(filter)

2011-03-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5754


kenn...@gmail.com changed:

   What|Removed |Added

 OS/Version|Windows |All


--- Comment #2 from kenn...@gmail.com 2011-03-19 13:58:32 PDT ---
Reduced test case (I think):

--


void x(alias pred)() {
pred();
}

void main() {
x!((){
int i;  // declare in outer scope
x!((){
cast(void) i;   // access in inner scope
});
});
}

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 5754] 'glue.c' assertion failure with map(filter)

2011-03-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5754


kenn...@gmail.com changed:

   What|Removed |Added

 CC||kenn...@gmail.com


--- Comment #1 from kenn...@gmail.com 2011-03-19 13:23:04 PDT ---
Any chance it is the same as issue 4129?

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---