Opened 17 years ago
Last modified 17 years ago
#146 closed defect (fixed)
Uncomplete generation of output array variable in external function call wrapper
Reported by: | cbelyaev | Owned by: | cbelyaev |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | Version: | ||
Keywords: | Cc: | cbelyaev, Adrian Pop |
Description
Attachments (5)
Change History (12)
comment:1 by , 17 years ago
comment:7 by , 17 years ago
Hi Constantin,
I applied the patch in Subversion, revision: 3126.
Many thanks for the patch!
Cheers,
Adrian Pop/
Note:
See TracTickets
for help on using tickets.
When generating external C function call wrapper code generation for output array variable initialization does not take place. Thus simulating halts with:
Assertion failed: real_array_ok(&a), file real_array.c, line 1271
Code sample and patch included.