[Mono-bugs] [Bug 671488] goto inside switch can cause incorrect CS0159 errors being reported
https://bugzilla.novell.com/show_bug.cgi?id=671488 https://bugzilla.novell.com/show_bug.cgi?id=671488#c7 Marek Safar changed: What|Removed |Added Status|NEW |RESOLVED Resolution||FIXED --- Comment #7 from Marek Safar 2013-10-21 17:20:39 UTC --- Fixed in master -- 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 671488] goto inside switch can cause incorrect CS0159 errors being reported
https://bugzilla.novell.com/show_bug.cgi?id=671488 https://bugzilla.novell.com/show_bug.cgi?id=671488#c Miguel de Icaza changed: What|Removed |Added AssignedTo|mig...@xamarin.com |msa...@xamarin.com 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 671488] goto inside switch can cause incorrect CS0159 errors being reported
https://bugzilla.novell.com/show_bug.cgi?id=671488 https://bugzilla.novell.com/show_bug.cgi?id=671488#c Miguel de Icaza changed: What|Removed |Added AssignedTo|mig...@xamarin.com |msa...@xamarin.com 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 671488] goto inside switch can cause incorrect CS0159 errors being reported
https://bugzilla.novell.com/show_bug.cgi?id=671488 https://bugzilla.novell.com/show_bug.cgi?id=671488#c6 Susanne Oberhauser changed: What|Removed |Added AssignedTo|michael.mil...@suse.com |mig...@xamarin.com --- Comment #6 from Susanne Oberhauser 2011-07-20 12:30:12 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 671488] goto inside switch can cause incorrect CS0159 errors being reported
https://bugzilla.novell.com/show_bug.cgi?id=671488 https://bugzilla.novell.com/show_bug.cgi?id=671488#c4 --- Comment #4 from Marek Safar 2011-02-15 08:15:57 UTC --- I don't think it will be fixed for 2.10 and it requires some structural work and has better/easier workaround -- 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 671488] goto inside switch can cause incorrect CS0159 errors being reported
https://bugzilla.novell.com/show_bug.cgi?id=671488 https://bugzilla.novell.com/show_bug.cgi?id=671488#c3 --- Comment #3 from Joe Mistachkin 2011-02-15 02:42:12 UTC --- The workaround you provided seems to clear the errors. What are the chances of this being fixed prior to Mono 2.10 RTM? -- 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 671488] goto inside switch can cause incorrect CS0159 errors being reported
https://bugzilla.novell.com/show_bug.cgi?id=671488 https://bugzilla.novell.com/show_bug.cgi?id=671488#c2 --- Comment #2 from Marek Safar 2011-02-14 14:55:01 UTC --- Note to myself: Label is attached to this wrong implicit block which break hierarchical scan, second issue is with FlowBranchingBreakable which is used for switch but ignores labels at top switch block -- 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 671488] goto inside switch can cause incorrect CS0159 errors being reported
https://bugzilla.novell.com/show_bug.cgi?id=671488 https://bugzilla.novell.com/show_bug.cgi?id=671488#c1 Marek Safar changed: What|Removed |Added Summary|incorrect CS0159 errors |goto inside switch can |being reported |cause incorrect CS0159 ||errors being reported --- Comment #1 from Marek Safar 2011-02-14 14:52:08 UTC --- Note to myself: Another problem cause be duplicate compiler generated implicit block I'll postpone the fix as it requires deeper changes but you can easily workaround it by changing goto gotoTarget; TO goto case 1; -- 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