﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2158	Stack overflow with cyclic dimensions	Martin Sjölund	Martin Sjölund	"Remove the binding from n and the code works as expected. With it, we overflow the stack.
{{{
function f
  input Real x[size(x,1)];
  output Real o;
protected
  Integer n=size(x, 1);
algorithm
  o := 1.5;
end f;

model M
  Real r = f({1});
end M;
}}}"	defect	closed	high	1.9.0	Frontend	trunk	fixed		
