DotGNU Portable.NET - Bugs: bug #10917, libjit convert to int bug patch
You are not allowed to post comments on this tracker with your current authentication level.
bug #10917: libjit convert to int bug patch
Submitter: | Evin Robertson <evin> | ||
Submitted: | Fri 05 Nov 2004 05:35:53 AM UTC | ||
Category: | None | Severity: | 3 - Normal |
Item Group: | None | Status: | None |
Privacy: | Public | Assigned to: | None |
Open/Closed: | Open |
Tue 30 Nov 2004 04:07:50 AM UTC, comment #1: |
Evin Robertson <evin> |
Fri 05 Nov 2004 05:35:53 AM UTC, original submission:
Similar in symptom to the previous bug. If a write is made from one global variable to another, the type of the source might be used instead of the type of the destination.
|
Evin Robertson <evin> |
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
I noticed this bug again. I was attempting to do an unsigned comparison of two integers. So I converted both to jit_type_uint. But the conversion did not take place. Another patch is attached which corrects this.