[Mono-bugs] [Bug 324277] [Flow Analysis] [Confirmed] switch with goto case/ default gives wrong IL when condition is literal

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Nov 5 12:13:16 EST 2007


https://bugzilla.novell.com/show_bug.cgi?id=324277#c3


Marek Safar <msafar at novell.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |msafar at novell.com
           Severity|Blocker                                         |Major
            Summary|[Confirmed] switch with goto case/default gives |[Flow Analysis] [Confirmed] switch with goto
                   |wrong IL when condition is literal              |case/default gives wrong IL when condition is
                   |                                                |literal




--- Comment #3 from Marek Safar <msafar at novell.com>  2007-11-05 10:13:16 MST ---
Another flow-analysis issue.

The problem is that we emit constant block only.
The correct fix is to do flow analysis over all blocks and emit constant block
and all remaining blocks marked which are used.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list