Changes between Initial Version and Version 1 of Ticket #6099, comment 12
- Timestamp:
- 2020-12-03T10:37:14Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6099, comment 12
initial v1 1 I think [https://github.com/OpenModelica/OpenModelica/pull/7009 PR #7009] ha vefixed it. It runs fine for me on old OMDev with GCC.1 I think [https://github.com/OpenModelica/OpenModelica/pull/7009 PR #7009] has fixed it. It runs fine for me on old OMDev with GCC. 2 2 3 3 The 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`).