vishapoberon / compiler

vishap oberon compiler
http://oberon.vishap.am
GNU General Public License v3.0
186 stars 25 forks source link

SET is 64-bit in Component Pascal size model #80

Closed aixp closed 4 years ago

aixp commented 4 years ago

But 32-bit specified in language report

dcwbrown commented 4 years ago

Thanks. Fixed.

aixp commented 4 years ago

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;
dcwbrown commented 4 years ago

Well spotted. Done.