[Mono-bugs] [Bug 54702][Min] Changed - Flow analysis bug.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 9 Mar 2004 22:42:48 -0500 (EST)
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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=54702
--- shadow/54702 2004-03-09 20:25:10.000000000 -0500
+++ shadow/54702.tmp.12441 2004-03-09 22:42:48.000000000 -0500
@@ -36,6 +36,31 @@
------- Additional Comments From miguel@ximian.com 2004-02-27 17:52 -------
Assigning to Martin
------- Additional Comments From martin@ximian.com 2004-03-09 20:25 -------
Please provide a testcase, or I DONTKNOWHOWTOFIX this bug.
+
+------- Additional Comments From bmaurer@users.sf.net 2004-03-09 22:42 -------
+With latest cvs:
+
+[benm@Ben monoresgen]$ pwd
+/devel/mcs/monoresgen
+[benm@Ben monoresgen]$ make clean ; make ; mono --compile-all
+monoresgen.exe
+rm -f *.exe monoresgen.pdb ../build/deps/monoresgen.exe.stamp
+../build/deps/monoresgen.exe.makefrag
+Creating ../build/deps/monoresgen.exe.makefrag ...
+touch ../build/deps/monoresgen.exe.stamp
+MONO_PATH="../class/lib:$MONO_PATH" mono ../mcs/mcs.exe -d:NET_1_1
+-d:NET_1_2 -2 -g /target:exe /out:monoresgen.exe @monoresgen.exe.sources
+monoresgen.cs(365) warning CS0162: Unreachable code detected
+monoresgen.cs(361) warning CS0162: Unreachable code detected
+Compilation succeeded - 2 warning(s)
+
+** ERROR **: Invalid IL code at IL01d7 in PoResourceReader:Load ():
+IL_01d7: throw
+
+
+aborting...
+Aborted
+