Changes between Version 5 and Version 6 of Ticket #3954


Ignore:
Timestamp:
2016-06-23T15:57:59Z (9 years ago)
Author:
Henning Kiel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3954 – Description

    v5 v6  
    5050value of cref1 is overwriten 7 lines below
    5151
     52[ ] 16. Matching.mo 3867
     53value stored to unmatched is never read. Maybe typo in next line that should use unmatched instead of unmatchedRows (otherwise this listAppend() is superfluous)
    5254
    53 More to come (checked Compiler/boot/build/*.c alphabetically up to and including EvaluateFunctions.c)
     55[ ] 17. RemoveSimpleEquations.mo 3766
     56variable varlst is overwritten, maybe that should be iAcc = ??? And the recursion should use varlst (rest of list) and iAcc as parameters.
     57
     58[ ] 18. ResolveLoops.mo 2456-2460
     59arrays e, u, v, vv and w are created but not used
     60
     61[ ] 19. ResolveLoops.mo 1792+1793
     62arrays ass1 and ass2 are created, but not used
     63
     64[ ] 20. ResolveLoops.mo 1564,1580
     65startNode/endNode is calculated twice with different rule
     66
     67
     68
     69More to come (checked Compiler/boot/build/*.c alphabetically up to and including ResolveLoops.c, skipped HpcOM* and FFrontEnd)
    5470
    5571Items marked with [x] are already fixed.