Bug 312167 (MONO41095) - mini has problem with 'checked' for byte type
Summary: mini has problem with 'checked' for byte type
Status: RESOLVED MOVED
Alias: MONO41095
Product: Mono: Runtime
Classification: Mono
Component: misc (show other bugs)
Version: unspecified
Hardware: Other Red Hat 8.0
: P3 - Medium : Normal
Target Milestone: ---
Assignee: Mono Bugs
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-10 17:08 UTC by Nick D
Modified: 2007-09-15 21:24 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 18:08:25 UTC


---- Reported by ndrochak@gol.com 2003-04-10 10:08:08 MST ----

in the program below, mini doesn't update 'val'. It stays at 0.

using System;

class C {

	public static void Main () {
		byte val = 0;
		byte d = 2;
		val = checked ((byte) (val * 10 + d));
		Console.WriteLine (val);
	}
}


mono didn't have this problem.



---- Additional Comments From lupus@ximian.com 2003-04-10 10:30:13 MST ----



*** This bug has been marked as a duplicate of https://bugzilla.novell.com/show_bug.cgi?id=MONO41093 ***


This bug was marked DUPLICATE in the database it was moved from.
    Changing resolution to "MOVED"