[Mono-bugs] [Bug 30715][Min] Changed - Should use flow analysis code rather than ec.Breaks
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
26 Sep 2002 18:33:39 -0000
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=30715
--- shadow/30715 Thu Sep 19 18:38:16 2002
+++ shadow/30715.tmp.31573 Thu Sep 26 14:33:39 2002
@@ -23,6 +23,12 @@
------- Additional Comments From martin@gnome.org 2002-09-19 18:38 -------
I debugged this the whole afternoon and didn't get it working so I finally gave up.
When compiling mcs, it creates an EmitContext for the block at cs-parser.jay:808 which has a ReturnType, but does not return
(because it's not a toplevel block).
+
+------- Additional Comments From miguel@ximian.com 2002-09-26 14:33 -------
+Could you provide more information? Sadly cs-parser.jay, line 808 is
+different from what it was when you posted the above comment. I would
+like to have a sample chunk of code that exposes the problem, or at
+least a small bit of cs-parser.jay that exposes the bug.