vishapoberon/compiler

SET is 64-bit in Component Pascal size model

aixp opened this issue ยท 3 comments

aixp commented

But 32-bit specified in language report

Thanks. Fixed.

aixp commented

This place also should be fixed:

src/compiler/OPM.Mod:276:      LogWStr("    -OC   Component Pascal:           16 bit SHORTINT, 32 bit INTEGER, 64 bit LONGINT and SET.");   LogWLn;

Well spotted. Done.