I ve been playing around with -gc and I found something suspect in heaptrc
procedure CheckPointer(p : pointer); [public, alias : 'FPC_CHECKPOINTER'];
"p" is a pointer, that should be somewhere *inside* an allocated block
of mem
pp:=loc_info^.heap_mem_root;
while pp<>nil do
begin
{
michael.vancann...@wisa.be schrieb:
BTW. In future, please file separate reports for separate issues.
There are 2 distinct problems: * the duplicate defines, and * the
parsing of certain constructs.
Both kinds of errors appeared at the same time, suggesting to me that
they have the same ori
On Wed, Jan 25, 2012 at 11:10 AM, Gennadiy Poryev wrote:
> See also Mantis #21123
>
>> Hi,
>> I can compile FPC 2.7.1 revision: 20171 on Win32, but I can't use
>> crosscompile
>> (I can use cross in 2.6.1 without problems):
>
>> Fatal: Can't find unit process used by fpmkunit
>> Fatal: Compilatio
See also Mantis #21123
> Hi,
> I can compile FPC 2.7.1 revision: 20171 on Win32, but I can't use crosscompile
> (I can use cross in 2.6.1 without problems):
> Fatal: Can't find unit process used by fpmkunit
> Fatal: Compilation aborted
___
fpc-devel ma
Hi,
I can compile FPC 2.7.1 revision: 20171 on Win32, but I can't use
crosscompile (I can use cross in 2.6.1 without problems):
I'm using 2.6.1 in production. I only want report the error.
LOG
[...]
W:/md/dev/freepascal/compiler/2.7.1/c
On Wed, 25 Jan 2012, Hans-Peter Diettrich wrote:
michael.vancann...@wisa.be schrieb:
I checked here at work, and here the SVN copy is different than at home.
So I committed a fix, please test rev. 20169.
Just tested: the dupes error has gone away :-)
Great.
Now remain the syntax errors
michael.vancann...@wisa.be schrieb:
I checked here at work, and here the SVN copy is different than at home.
So I committed a fix, please test rev. 20169.
Just tested: the dupes error has gone away :-)
Now remain the syntax errors, see Mantis #21148.
DoDi
___
On Wed, 25 Jan 2012, michael.vancann...@wisa.be wrote:
On Wed, 25 Jan 2012, Hans-Peter Diettrich wrote:
Michael Van Canneyt schrieb:
On Tue, 24 Jan 2012, Hans-Peter Diettrich wrote:
michael.vancann...@wisa.be schrieb:
Today I had problems in the FPDocManager, where the scanner/parser
On Wed, 25 Jan 2012, Hans-Peter Diettrich wrote:
Michael Van Canneyt schrieb:
On Tue, 24 Jan 2012, Hans-Peter Diettrich wrote:
michael.vancann...@wisa.be schrieb:
Today I had problems in the FPDocManager, where the scanner/parser
throws an exception "String list does not allow duplicate