Opened 8 years ago
Last modified 4 years ago
#4477 new defect
C++ Runtime Regression for pre(array) crefs
| Reported by: | Martin Sjölund | Owned by: | somebody |
|---|---|---|---|
| Priority: | critical | Milestone: | |
| Component: | Cpp Run-time | Version: | |
| Keywords: | Cc: | Rüdiger Franke, Niklas Worschech |
Description
When simplifying equations like {x[1], ..., x[n]} into x, it seems the C++ runtime could not handle this for pre-expressions.
There is an easy way to fix the problem by disabling the new optimization module collapseArrayExps for the C++ runtime only. But I think the generated code should handle pre of arrays instead (or possibly to not collapse pre() of arrays).
See the regression testing for affected models.
Change History (7)
comment:1 by , 8 years ago
| Component: | Code Generation → Cpp Run-time |
|---|---|
| Owner: | changed from to |
comment:2 by , 8 years ago
| Milestone: | 1.12.0 → 1.13.0 |
|---|
comment:4 by , 6 years ago
| Milestone: | 1.14.0 → 1.16.0 |
|---|
Releasing 1.14.0 which is stable and has many improvements w.r.t. 1.13.2. This issue is rescheduled to 1.16.0
comment:6 by , 5 years ago
| Milestone: | 1.17.0 → 1.18.0 |
|---|
Retargeted to 1.18.0 because of 1.17.0 timed release.

Milestone moved to 1.13.0 due to 1.12.0 already being released.