#10 closed defect (fixed)
Incorrect code generation in conditional expressions
Reported by: | miha | Owned by: | miha |
---|---|---|---|
Priority: | major | Milestone: | Promot 0.8 |
Component: | PromotWriterDiana | Version: | |
Severity: | fatal | Keywords: | |
Cc: |
Description
Incorrect code generation in conditional expressions.
Example is the mcfc-3d model:
if (true) return nil(S4v_hh_max[(S4v_iz1+(-1))-1][S4v_iz2-1],S4v_ts[S4v_iz1-1][S4v_iz2-1]);
Change History (4)
comment:1 Changed 19 years ago by miha
- Component changed from Promot to PromotWriterDiana
- Milestone set to first_release
- Owner changed from ginkel to miha
- Status changed from new to assigned
comment:2 Changed 19 years ago by miha
comment:3 Changed 19 years ago by miha
- Resolution set to fixed
- Status changed from assigned to closed
Closed by the changeset r5432
comment:4 Changed 17 years ago by rempel
- Milestone changed from Promot 1.0 to Promot 0.8
Note: See
TracTickets for help on using
tickets.
This bug is due to undefined functions min and max in the ProMoT kernel. This situation should be covered by DianaWriter additionally.