Opened 14 years ago

Last modified 14 years ago

#1436 closed defect (fixed)

CevalFunction stack overflow

Reported by: Martin Sjölund Owned by: Martin Sjölund
Priority: high Milestone:
Component: Version:
Keywords: Cc: Martin Sjölund,

Description

{{{function f

input Integer i1;
output Integer i := max(i for i in {1,2,3,i1});

end f;}}}

Change History (1)

comment:1 by Per Östlund, 14 years ago

Fixed in r8128, see test case mofiles/FunctionEval11.

Note: See TracTickets for help on using tickets.