ping Walter: RFC

2009-06-22 Thread BCS
I have a design decision hanging on if issue 3073 is valid: http://d.puremagic.com/issues/show_bug.cgi?id=3072 I'm not looking to get it fixed right now (I wouldn't mind if it was :) but to move forward on something I need to know if it ever will be. The short version is should this

[Issue 2323] ICE(cgcs.c): taking address of a method of a temporary struct

2009-06-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2323 --- Comment #2 from Walter Bright bugzi...@digitalmars.com 2009-06-22 22:27:23 PDT --- Sergey is right, and the fix is to create a temp on the stack, copy the struct in, and take the address of that. One line fix in e2ir.c. -- Configure