Re: [Mono-dev] gmcs bug with unsafe code

2008-08-28 Thread Federico Di Gregorio
Il giorno gio, 28/08/2008 alle 04.52 +0300, Dan Shechter ha scritto: Hi, I’ve been trying out gmcs, running on Ubuntu 8.04 amd64 and have discovered a rather annoying fault: When compiling classes containing statements such as: namespace YYY { class XXX { private unsafe

Re: [Mono-dev] gmcs bug with unsafe code

2008-08-28 Thread Marek Safar
Hello Dan, Hi, I’ve been trying out gmcs, running on Ubuntu 8.04 amd64 and have discovered a rather annoying fault: When compiling classes containing statements such as: namespace YYY { class XXX { private unsafe byte *_data; public unsafe byte *GetData() { return _data; }} } }

[Mono-dev] gmcs bug with unsafe code

2008-08-27 Thread Dan Shechter
Hi, I've been trying out gmcs, running on Ubuntu 8.04 amd64 and have discovered a rather annoying fault: When compiling classes containing statements such as: namespace YYY { class XXX { private unsafe byte *_data; public unsafe byte *GetData() { return _data; }} } } The compiler