Changes between Version 2 and Version 3 of Ticket #3954


Ignore:
Timestamp:
2016-06-08T12:42:16Z (9 years ago)
Author:
Henning Kiel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3954 – Description

    v2 v3  
    3535value stored in n is never read -> valueArrayLength() explicitly read but not used
    3636
     37[ ] 11. CevalFunction.mo 2672
     38value stored in deps is never read -> is this wanted?
    3739
    38 More to come (checked Compiler/boot/build/*.c alphabetically up to and including BackendVariable.c)
     40[ ] 12. CevalFunction.mo 2310,1976,2280
     41value stored in cache is never read -> should following functions start with inCache or cache from previous call?
     42
     43
     44More to come (checked Compiler/boot/build/*.c alphabetically up to and including CevalFunction.c)
    3945
    4046Items marked with [x] are already fixed.