﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5980	OMC Spins forever if components are mutally recursive	John Tinnerholm	John Tinnerholm	"Code like:
{{{
package UT
  constant Real CONST1 = CONST2 * 3;
  constant Real CONST2 = CONST1 + 3;
  function f
    output Real ro;
  algorithm
    ro := CONST1 + CONST2;
  end f;
end UT;
}}}


Results in the omc spinning forever if it is used with the -g=MetaModelica flag"	defect	closed	critical	1.16.0	MetaModelica	v1.16.0-dev	fixed	package,components,recursion	
