Re: [fpc-devel] Internal error 200310221 with SVN 1885

2005-12-07 Thread Jonas Maebe


On 6 dec 2005, at 22:23, Mark de Wever wrote:


Please enter it in the bug reporting system on the website so it
won't be forgotten.


I wanted to do that, but I can only enter one source :-(


You can enter both source files with a marker in between noting that  
the second file starts. We have to manually copy/paste from there  
anyway.



Jonas
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


[fpc-devel] Internal error 200310221 with SVN 1885

2005-12-06 Thread Mark de Wever
I just started to test a program of mine with the development tree and
ran into an internal error 200310221. Compiling with 2.0.0 does work.
Only tested on linux-i386. When reducing the program to a small testcase
I also encountered internal error 200402171 (unfortunatly only saw it
later in the logs, so no idea how the program looked at that moment.)

Attached the sample program, when putting it in one unit it magically
starts to work.

Regards,

Mark de Wever
program psw_demo;

uses
psw;

begin

end.
unit psw;

interface
{$mode objfpc} 

uses
classes;

{$define error_200310221}
type
TSDL_Text=class
public
fText:string;
end;

TSDL_EditBox=class
public
fCaption:string;
fTextWidget:TSDL_Text;
{$ifdef error_200310221}
property Caption:string read fTextWidget.fText;
{$else} 
property Caption:string read fCaption;
{$endif}
end;

implementation

end.
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] Internal error 200310221 with SVN 1885

2005-12-06 Thread Jonas Maebe


On 06 Dec 2005, at 22:00, Mark de Wever wrote:


 just started to test a program of mine with the development tree and
ran into an internal error 200310221. Compiling with 2.0.0 does work.
Only tested on linux-i386. When reducing the program to a small  
testcase

I also encountered internal error 200402171 (unfortunatly only saw it
later in the logs, so no idea how the program looked at that moment.)

Attached the sample program, when putting it in one unit it magically
starts to work.


Please enter it in the bug reporting system on the website so it  
won't be forgotten.



Jonas
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] Internal error 200310221 with SVN 1885

2005-12-06 Thread Mark de Wever
On Tue, Dec 06, 2005 at 10:05:12PM +0100, Jonas Maebe wrote:
 
 On 06 Dec 2005, at 22:00, Mark de Wever wrote:
 
  just started to test a program of mine with the development tree and
 ran into an internal error 200310221. Compiling with 2.0.0 does work.
 Only tested on linux-i386. When reducing the program to a small  
 testcase
 I also encountered internal error 200402171 (unfortunatly only saw it
 later in the logs, so no idea how the program looked at that moment.)
 
 Attached the sample program, when putting it in one unit it magically
 starts to work.
 
 Please enter it in the bug reporting system on the website so it  
 won't be forgotten.

I wanted to do that, but I can only enter one source :-( 

Mark de Wever
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel