[Issue 2905] [PATCH] Faster +-*/ involving a floating-pointing literal
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Jul 6 04:54:47 PDT 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2905
--- Comment #5 from Don <clugdbug at yahoo.com.au> 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: -------
More information about the Digitalmars-d-bugs
mailing list