Changes between Initial Version and Version 2 of Ticket #1680


Ignore:
Timestamp:
2013-04-29T16:10:19Z (12 years ago)
Author:
Martin Sjölund
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1680

    • Property Cc chenouard-r, → chenouard-r
    • Property ComponentBackend
  • Ticket #1680 – Description

    initial v2  
    22
    33I got the following errors when compiling:
    4 {{{Test.Test1.c: In function ‘eqFunction_3’:
     4{{{
     5Test.Test1.c: In function ‘eqFunction_3’:
    56Test.Test1.c:279: error: expected expression before ‘:’ token
    67Test.Test1.c:289: error: ‘$P$reductionFoldTmpA’ undeclared (first use in this function)
     
    1112Test.Test1.c:385: error: expected expression before ‘:’ token
    1213Test.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)}}}
     14Test.Test1.c:395: error: ‘$P$reductionFoldTmpB’ undeclared (first use in this function)
     15}}}
    1416
    1517I 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.