Changes between Initial Version and Version 1 of Ticket #4022
- Timestamp:
- 2016-08-10T21:16:12Z (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4022 – Description
initial v1 1 I just ran the test of the ScalableTestSuite using the DAE mode, see. Apparently, the generated C code is broken, as most models generate errors of this kind 1 I just ran the test of the ScalableTestSuite using the DAE mode, see https://test.openmodelica.org/libraries/ScalableTestSuite_Experimental/BuildModelRecursive.html. 2 3 Apparently, the generated C code is broken, as most models generate errors of this kind 2 4 3 5 {{{ 4 ScalableTestSuite.Elementary.SimpleODE.Models.CascadedFirstOrder_16dae.c:47:91: error: expected ')' 6 ScalableTestSuite.Elementary.SimpleODE.Models.CascadedFirstOrder_16dae.c:47:91: 7 error: expected ')' 5 8 }}} 6 9 7 The flags are exactly the same as with the previous successful test, run on 2 7 July.10 The flags are exactly the same as with the previous successful test, run on 26 July, https://test.openmodelica.org/libraries/history/ScalableTestSuite_Experimental/ScalableTestSuite_Experimental-2016-07-26.html.