[fpc-pascal] Error Message recording not yet supported
Pierre Free Pascal
pierre at freepascal.org
Wed Jan 14 15:40:30 CET 2015
> -----Message d'origine-----
> De : fpc-pascal-bounces at lists.freepascal.org [mailto:fpc-pascal-
> bounces at lists.freepascal.org] De la part de Jonas Maebe
> Envoyé : mercredi 14 janvier 2015 15:20
> À : FPC-Pascal users discussions
> Objet : Re: [fpc-pascal] Error Message recording not yet supported
>
>
> On 14 Jan 2015, at 15:12, Tomas Hajny wrote:
>
> > First of all - do you get the message if compiling using a command
> > line
> > compiler? I can't find such a message anywhere in the compiler...
>
> It's hardcoded in the source code (scanner.pas:3320). It's kind of
> strange though: that error was added in the same commit that
> supposedly implemented storing/loading changed message states for
> generics. Maybe Pierre (who committed it) remembers why this is.
Hi all,
from looking at the source code and the commit,
it does appear to be some error..
The corresponding code that stores the message list
generates an internal error if the number of message is more than 255.
So that the two lines
if mesgnb>0 then
Comment(V_Error,'Message recordind not yet supported');
are probably just some wrong leftover.
The only problem is that we probably have no test
for this.
You can try to comment out these two lines and report
if this fixes your problem.
Pierre Muller
More information about the fpc-pascal
mailing list