http://d.puremagic.com/issues/show_bug.cgi?id=2905
--- Comment #5 from Don <[email protected]> 2009-07-06 04:54:46 PDT --- This is a minimal case which ICEs with the patch. Order of terms in the expression is important. void foo(real z) {} void main (){ real F = 1; foo( 1 + (F*3*2.1) ); } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
