| | Bug Table |
| | Fixed | Product | Title | Functional | Fix Vern | | Comment |
| | No |
| Fixed : | No |
| | Associativity error |
| | 0 | | If a syntax error occurs |
| | then use parenthesis |
| | to clarify intention, this |
| | will always fix the |
| | problem. |
| Fixed : | No | | C Compiler |
| | #locate allows putting in same place as compiler |
| | C Compiler | 0 | | Use #locate after |
| | initial compilation and |
| | ensure that all |
| | manually located |
| | variables are clear of |
| | compiler allocated |
| | variables - which will |
| | be located in lower |
| | memory first |
| | Editting whilst running should be barred |
| | Simulator | 0 | | Should be easy to fix - |
| | stop simulation on |
| | first Edit Change |
| | Notification. |
| | Funciton pointer error reporting |
| | evaluator | 0 | | Examine function |
| | pointer calls carefully |
| | if they don't appear to |
| | work |
| | Missing Brace in initialisation should throw error |
| | Syntax | 0 | | Check syntax carefully |
| | Nested Structures don't work |
| | Compiler | 0 | | Recast in the |
| | following form and it |
| | will work fine: |
| | |
| | typedef struct t1 {int t;} |
| | *P_T1; |
| | typedef struct t2 {t1 t;} |
| | *P_T2; |
| | typedef enum issue |
| | variables | 0 | | Please use the |
| | second form shown in |
| | the example. |
| | 09 February 2005 | Page 1 of 7 |