[Mono-bugs] [Bug 394347] Anonymous delegates do strange things.
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sun May 25 06:25:20 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=394347
User novell at depon.net added comment
https://bugzilla.novell.com/show_bug.cgi?id=394347#c1
Martin Brenn <novell at depon.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |novell at depon.net
--- Comment #1 from Martin Brenn <novell at depon.net> 2008-05-25 04:25:18 MDT ---
After compiling and installing of the SVN version:
mbrenn at dingo-ubuntu:~/Desktop$ gmcs --version
Mono C# compiler version 1.9.0.0
mbrenn at dingo-ubuntu:~/Desktop$ mono --version
Mono JIT compiler version 1.9 (/trunk/ r104012)
Copyright (C) 2002-2008 Novell, Inc and Contributors. www.mono-project.com
TLS: __thread
GC: Included Boehm (with typed GC)
SIGSEGV: altstack
Notifications: epoll
Architecture: x86
Disabled: none
mbrenn at dingo-ubuntu:~/Desktop$ gmcs test.cs
test.cs(16,33): warning CS0162: Unreachable code detected
Compilation succeeded - 1 warning(s)
mbrenn at dingo-ubuntu:~/Desktop$ mono test.exe
B
Return
mbrenn at dingo-ubuntu:~/Desktop$
--
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