[Mono-list] Using Mono
Ravi Pratap M
ravi@ximian.com
01 Apr 2002 19:14:33 -0600
Hi Paolo,
On Mon, 2002-04-01 at 13:10, Paolo Molaro wrote:
> It's an mcs bug: it produces invalid IL code:
>
> ldc.i4.0
> stfld float64 ....
>
> while it should have been:
>
> ldc.i4.0
> conv.r8
> stfld float64 ....
Oh ! Thanks for bringing this to our attention ! It should be really
easy to just add another if case to the existing cascade :-)
Regards,
Ravi
--
"If you're smart, you'll be humble. There always is somebody
who hasn't read a book and knows twice as much as you do."
-- David Duchovny in Readers' Digest
Ravi Pratap M <ravi@ximian.com>
<http://primates.ximian.com/~ravi>