[Mono-bugs] [Bug 324277] [Flow Analysis] [Confirmed] switch with goto case/default gives wrong IL when condition is literal
https://bugzilla.novell.com/show_bug.cgi?id=324277 https://bugzilla.novell.com/show_bug.cgi?id=324277#c6 Marek Safar changed: What|Removed |Added Status|NEW |RESOLVED Resolution||FIXED --- Comment #6 from Marek Safar 2013-11-26 12:11:10 UTC --- Fixed. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the QA contact for the bug. ___ mono-bugs maillist - mono-bugs@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-bugs
[Mono-bugs] [Bug 324277] [Flow Analysis] [Confirmed] switch with goto case/default gives wrong IL when condition is literal
https://bugzilla.novell.com/show_bug.cgi?id=324277 https://bugzilla.novell.com/show_bug.cgi?id=324277#c Miguel de Icaza changed: What|Removed |Added AssignedTo|mig...@xamarin.com |msa...@xamarin.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the QA contact for the bug. ___ mono-bugs maillist - mono-bugs@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-bugs
[Mono-bugs] [Bug 324277] [Flow Analysis] [Confirmed] switch with goto case/default gives wrong IL when condition is literal
https://bugzilla.novell.com/show_bug.cgi?id=324277 https://bugzilla.novell.com/show_bug.cgi?id=324277#c Miguel de Icaza changed: What|Removed |Added AssignedTo|mig...@xamarin.com |msa...@xamarin.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the QA contact for the bug. ___ mono-bugs maillist - mono-bugs@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-bugs
[Mono-bugs] [Bug 324277] [Flow Analysis] [Confirmed] switch with goto case/default gives wrong IL when condition is literal
https://bugzilla.novell.com/show_bug.cgi?id=324277 https://bugzilla.novell.com/show_bug.cgi?id=324277#c5 Susanne Oberhauser changed: What|Removed |Added AssignedTo|michael.mil...@suse.com |mig...@xamarin.com --- Comment #5 from Susanne Oberhauser 2011-07-20 12:30:11 UTC --- Reassigning to Miguel to drive further resolution... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the QA contact for the bug. ___ mono-bugs maillist - mono-bugs@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-bugs
[Mono-bugs] [Bug 324277] [Flow Analysis] [Confirmed] switch with goto case/default gives wrong IL when condition is literal
https://bugzilla.novell.com/show_bug.cgi?id=324277 https://bugzilla.novell.com/show_bug.cgi?id=324277#c Andrew Jorgensen changed: What|Removed |Added AssignedTo|mono-bugs@lists.ximian.com |msa...@novell.com -- 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. ___ mono-bugs maillist - mono-bugs@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-bugs
[Mono-bugs] [Bug 324277] [Flow Analysis] [Confirmed] switch with goto case/ default gives wrong IL when condition is literal
https://bugzilla.novell.com/show_bug.cgi?id=324277#c3 Marek Safar <[EMAIL PROTECTED]> changed: What|Removed |Added CC||[EMAIL PROTECTED] 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 <[EMAIL PROTECTED]> 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. ___ mono-bugs maillist - mono-bugs@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-bugs