[Issue 854] TypeTuple in anonymous delegate causes ice in glue.c

2009-06-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=854 --- Comment #6 from Walter Bright bugzi...@digitalmars.com 2009-06-20 23:09:05 PDT --- This works in D2, the solution is to do the semantics on the parameter types at the start of the semantic(). I've folded the changes to do this from D2 to

[Issue 854] TypeTuple in anonymous delegate causes ice in glue.c

2009-03-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=854 --- Comment #5 from fvbom...@wxs.nl 2009-03-30 07:29 --- After some changes to DMD 1.041 to get it to compile on my machine, I managed to verify that the attached patch fixes both the original example and the dstress tests. --

[Issue 854] TypeTuple in anonymous delegate causes ice in glue.c

2009-03-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=854 --- Comment #4 from fvbom...@wxs.nl 2009-03-29 17:49 --- Created an attachment (id=300) -- (http://d.puremagic.com/issues/attachment.cgi?id=300action=view) Patch which fixes this for LDC. --