[fpc-devel] Local types and protected visibility

2011-09-06 Thread Alexander Klenin
As reported in the Russian forum: http://freepascal.ru/forum/viewtopic.php?f=1t=7362 the following code: {$mode objfpc} uses Classes; type TMyClass=class private type TMyMemoryStream=class(TCustomMemoryStream) end; public procedure MyProc; end; procedure TMyClass.MyProc;

Re: [fpc-devel] Local types and protected visibility

2011-09-06 Thread Paul Ishenin
06.09.2011 16:13, Alexander Klenin wrote: As reported in the Russian forum: http://freepascal.ru/forum/viewtopic.php?f=1t=7362 the following code: Causes 'Error: Identifier not found SetPointer'. Moving TMyMemoryStream declaration out of the TMyClass works. Just a bug. Best regards, Paul

Re: [fpc-devel] Local types and protected visibility

2011-09-06 Thread Jonas Maebe
On 06 Sep 2011, at 10:13, Alexander Klenin wrote: As reported in the Russian forum: As reported on mantis: http://bugs.freepascal.org/view.php?id=18767 Jonas ___ fpc-devel maillist - fpc-devel@lists.freepascal.org

Re: [fpc-devel] Local types and protected visibility

2011-09-06 Thread Alexander Klenin
On Tue, Sep 6, 2011 at 19:28, Jonas Maebe jonas.ma...@elis.ugent.be wrote: On 06 Sep 2011, at 10:13, Alexander Klenin wrote: As reported in the Russian forum: As reported on mantis: http://bugs.freepascal.org/view.php?id=18767 I see, thanks. -- Alexander S. Klenin

Re: [fpc-devel] Local types and protected visibility

2011-09-06 Thread Paul Ishenin
06.09.2011 16:28, Jonas Maebe wrote: On 06 Sep 2011, at 10:13, Alexander Klenin wrote: As reported in the Russian forum: As reported on mantis: http://bugs.freepascal.org/view.php?id=18767 They are different bugs. The bug reported by Alexander here is related to with symbol table. I've

Re: [fpc-devel] Local types and protected visibility

2011-09-06 Thread Alexander Klenin
On Tue, Sep 6, 2011 at 20:37, Paul Ishenin i...@kmiac.ru wrote: 06.09.2011 16:28, Jonas Maebe wrote: They are different bugs. The bug reported by Alexander here is related to with symbol table. I've already fixed it locally and will publish after the testsuite run. Can something be done to

Re: [fpc-devel] Local types and protected visibility

2011-09-06 Thread Jonas Maebe
On 06 Sep 2011, at 11:46, Alexander Klenin wrote: Can something be done to speed up the bugtracker? I have just given up waiting for the bug page to load, and just parroted the URL back to the freepascal.ru. Right after I sent my mail the server was rebooted for some reason, and the web