Changes between Initial Version and Version 5 of Ticket #5886


Ignore:
Timestamp:
2020-03-13T09:14:06Z (5 years ago)
Author:
Mahder Alemseged Gebremedhin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5886

    • Property Owner changed from Lennart Ochel to Mahder Alemseged Gebremedhin
    • Property Status newaccepted
    • Property Milestone Future1.16.0
  • Ticket #5886 – Description

    initial v5  
    11The following model (Top in the Bug package) fails compilation.
    2 For some reason, if z is 1, omc produces C code including calls to a nonexistent function Bug_Component_array_get. The calls to this function also reference a parameter "components" which does not exist in the caller's context.
     2For some reason, if {{{z}}} is {{{1}}}, omc produces C code including calls to a nonexistent function {{{Bug_Component_array_get}}}. The calls to this function also reference a parameter {{{components}}} which does not exist in the caller's context.
    33
    4 Setting z to anything than 2 produces working code, where the Bug_Component_array_get is not declared not used anywhere.
     4Setting {{{z}}} to anything greater than {{{1}}} produces working code, where the {{{Bug_Component_array_get}}} is not declared not used anywhere.