﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1209	Backend: pre() does not work for aliased variables	Martin Sjölund	Martin Sjölund	"Should be simple enough to fix.

The C-code generated is: tmp1 = pre((-time));
But should be: tmp1 = -pre(time);

{{{class A
  Real a = time;
  Real b = -a;
  Real c;
equation
  when sample(0.1,0.1) then
    c = a+pre(b);
  end when;
end A;}}}"	defect	closed	high		Simulation Code Generation	1.6.0	fixed		Martin Sjölund Martin Sjölund
