Changes between Initial Version and Version 2 of Ticket #1680
- Timestamp:
- 2013-04-29T16:10:19Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1680
- Property Cc chenouard-r, → chenouard-r
- Property Component → Backend
-
Ticket #1680 – Description
initial v2 2 2 3 3 I got the following errors when compiling: 4 {{{Test.Test1.c: In function ‘eqFunction_3’: 4 {{{ 5 Test.Test1.c: In function ‘eqFunction_3’: 5 6 Test.Test1.c:279: error: expected expression before ‘:’ token 6 7 Test.Test1.c:289: error: ‘$P$reductionFoldTmpA’ undeclared (first use in this function) … … 11 12 Test.Test1.c:385: error: expected expression before ‘:’ token 12 13 Test.Test1.c:395: error: ‘$P$reductionFoldTmpA’ undeclared (first use in this function) 13 Test.Test1.c:395: error: ‘$P$reductionFoldTmpB’ undeclared (first use in this function)}}} 14 Test.Test1.c:395: error: ‘$P$reductionFoldTmpB’ undeclared (first use in this function) 15 }}} 14 16 15 17 I suppose there is a problem when reformulating and generating the C code. The ':' symbol is used to state C arrays and some temporary variables are not define before use.