﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1449	Modification and binding equations together causes the compiler to fail with no error message	Per Östlund	Per Östlund	"The following model causes the compiler to fail with no error message and no failtrace:
{{{
record R
  Real r;
end R;

model m
  constant R r(r = 3.0) = R(r = 5.0);
end m;
}}}"	defect	closed	normal		Instantiation	trunk	invalid		Per Östlund
