On 14/01/15 12:40, Pierre Free Pascal wrote:
   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.

I can confirm that removing such lines from the scanner solves the problem. Compiler messages also behaves as expected -- without warn 5024.

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to