From d623677b9b620d5122d8ca629c29102850ca4e9e Mon Sep 17 00:00:00 2001 From: peter Date: Wed, 19 Aug 1998 00:28:12 +0000 Subject: [PATCH] removed some bugs --- bugs/readme.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bugs/readme.txt b/bugs/readme.txt index e3b52a6f80..e5cfc19cbf 100644 --- a/bugs/readme.txt +++ b/bugs/readme.txt @@ -65,6 +65,7 @@ Fixed bugs: sign extension (already fixed ) but also for SET_IN_BYTE bug0047.pp compiling with -So crashes the compiler OK 0.99.1 (CEC) + bug0049.pp shows an error while defining subrange types OK 0.99.7 (PFV) bug0053.pp shows a problem with open arrays OK 0.99.1 (FK) (crashes a win95-DOS box :) ) bug0054.pp wordbool and longbool types are missed OK 0.99.6 (PFV) @@ -164,6 +165,8 @@ Fixed bugs: bug0147.pp function b; is not allowed in implementation OK 0.99.7 (PFV) bug0149.pp (a, b) compile bug0149b twice and you'll get a crash OK 0.99.7 (PFV) bug0151.pp crash when using undeclared variable in withstatement OK 0.99.7 (PFV) + bug0154.pp Subrange types give type mismatch when assigning to OK 0.99.7 (PFV) + base type Unproducable bugs: ------------------ @@ -183,7 +186,6 @@ bug0142.pp sizeof(object) is not tp7 compatible when no constructor is used Unfixed bugs: ------------- -bug0049.pp shows an error while defining subrange types bug0050.pp can't set a function result in a nested procedure of a function bug0051.pp shows a problem with putpixel bug0052.pp collects missing graph unit routines @@ -204,6 +206,5 @@ bug0152.pp End value of loop variable must be calculated before loop variable is initialized. bug0153.pp indexing a local/para var should produce an error like tp7 because it's doomed to crash -bug0154.pp Subrange types give type mismatch when assigning to base type bug0155.pp Missing string return for asm functions