i did check for duplicate internal error numbers
found total 4300+
1001 error number has to be changed to make all error number unique
as there are so huge number of changes to make i have question
1) would it be desirable to change all (or most) duplicate error numbers in one single big patch?
On 07/10/2020 13:02, Marģers . via fpc-devel wrote:
> found total 4300+
> 1001 error number has to be changed to make all error number unique
>
> as there are so huge number of changes to make i have question
> 1) would it be desirable to change all (or most) duplicate error
> numbers in one sing
- Reply to message -
Subject: Re: [fpc-devel] duplicate internal error numbers
Date: trešd., 7 okt. 2020, 14:16
From: Jonas Maebe via fpc-devel
To:
> On 07/10/2020 13:02, Marģers . via fpc-devel wrote:
> > found total 4300+
> > 1001 error number has to be changed to make all error numbe
Normally internal error numbers need to be unique so it's easier to
identify where the compiler's internal state went bad. I have submitted
a few patches of my own to rectify number clashes, but these are only in
cases where they clash on the same platform (e.g. between two
platform-specific r