Changes between Initial Version and Version 1 of Ticket #6099, comment 12


Ignore:
Timestamp:
2020-12-03T10:37:14Z (4 years ago)
Author:
Mahder Alemseged Gebremedhin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6099, comment 12

    initial v1  
    1 I think [https://github.com/OpenModelica/OpenModelica/pull/7009 PR #7009] have fixed it. It runs fine for me on old OMDev with GCC.
     1I think [https://github.com/OpenModelica/OpenModelica/pull/7009 PR #7009] has fixed it. It runs fine for me on old OMDev with GCC.
    22
    33The issue was a mismatch between size of C integer literals (`int`) vs what our runtime functions expect, which was `modelcia_integer` (a.k.a. `long long`).