huybuidac20593 / yakindu

Automatically exported from code.google.com/p/yakindu
0 stars 0 forks source link

inlining enter sequences generates misnamed C functions #90

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set up a composite state with at least two entry points
2. set up seen with C generator 
2. set sgen option FunctionInlining.inlineEnterSequences = false
3.generate code

What is the expected output? What do you see instead?
The generated code is compilable but the enter sequence functions are misnamed. 
The function names should indicate the entry point name. 

Original issue reported on code.google.com by AxelTerfloth on 3 Feb 2015 at 9:14

GoogleCodeExporter commented 9 years ago

Original comment by AxelTerfloth on 3 Feb 2015 at 9:14

GoogleCodeExporter commented 9 years ago

Original comment by AxelTerfloth on 5 Feb 2015 at 8:13

GoogleCodeExporter commented 9 years ago

Original comment by AxelTerfloth on 5 Feb 2015 at 8:33

GoogleCodeExporter commented 9 years ago

Original comment by AxelTerfloth on 5 Feb 2015 at 8:37