[Mono-bugs] [Bug 40176][Nor] Changed - Error with implicit casts in foreach statement
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Thu, 10 Apr 2003 18:08:26 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=40176
--- shadow/40176 Tue Mar 25 07:08:34 2003
+++ shadow/40176.tmp.25953 Thu Apr 10 18:08:26 2003
@@ -1,13 +1,13 @@
Bug#: 40176
Product: Mono/MCS
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: yoros@wanadoo.es
QAContact: mono-bugs@ximian.com
@@ -35,6 +35,9 @@
[IL]: Error: [d:\cstests\foreach-double.exe :
DoubleToFloatForeach::Main] [offset 0x0000005D] [opcode ldelem.r4]
[found array class System.Double[]] [expected array class
System.Single[]] Unexpected type on the stack.
Note that the issue may be there also for other combinations of types
(of the array and of the foreach variable).
+
+------- Additional Comments From miguel@ximian.com 2003-04-10 18:08 -------
+Fix on CVS. Thanks for spotting this.