[Mono-bugs] [Bug 385758] Regression: gmcs errors |= (byte)value
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri May 2 07:25:12 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=385758
User harinath at hurrynot.org added comment
https://bugzilla.novell.com/show_bug.cgi?id=385758#c4
--- Comment #4 from Raja Harinath <harinath at hurrynot.org> 2008-05-02 05:25:12 MST ---
This is probably caused by r102039 which introduces an undocumented premature
optimization into convert.cs:
if (expr is EmptyCast) {
expr.Type = target_type;
return expr;
}
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list