[fpc-devel] tests/test/tset6.pp failure

Pierre Muller pierre at freepascal.org
Sat Apr 26 11:23:43 CEST 2025



Le 26/04/2025 à 01:07, J. Gareth Moreton via fpc-devel a écrit :
> Hi everyone,
> 
> I'm curious behind the continuous failure of tests/test/tset6.pp - is it
> a feature that hasn't been implemented yet or a parser problem?

   Sets with more than 256 elements has never been implemented into the compiler...

   The only possible way I imagine it could be implemented would be to
add a 'invisible field' that would give the length of the set.

   But handling operators of such new set types will be probably be quite some work.


Pierre


More information about the fpc-devel mailing list