[Mono-bugs] [Bug 71905][Nor] Changed - Pre-Incrementing vars as method parameters increment too early in certain cases

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 28 Jan 2005 08:50:52 -0500 (EST)


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 bmaurer@users.sf.net.

http://bugzilla.ximian.com/show_bug.cgi?id=71905

--- shadow/71905	2005-01-28 08:36:27.000000000 -0500
+++ shadow/71905.tmp.14059	2005-01-28 08:50:52.000000000 -0500
@@ -2,21 +2,20 @@
 Product: Mono: Runtime
 Version: 1.1
 OS: Debian Woody
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: aksdb@gmx.de               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: Pre-Incrementing vars as method parameters increment too early in certain cases
 
 Description of Problem:
 I've only tested the problem in the following example - I don't know which
 other cases are also affected.
 If I parse through an string[] array and give the current string
@@ -66,6 +65,10 @@
 How often does this happen? 
 Everytime I tested it on the current Mono versions. (1.1.3 from svn)
 
 Additional Information:
 It works perfectly on older Mono versions (tested on 1.0.1 on windows) and
 the MS .NET Framework.
+
+------- Additional Comments From bmaurer@users.sf.net  2005-01-28 08:50 -------
+Uhoh, this is quite possibly my problem, due to the bugs I fixed with 
+++.