Opened 14 years ago

Last modified 14 years ago

#1449 closed defect (invalid)

Modification and binding equations together causes the compiler to fail with no error message

Reported by: Per Östlund Owned by: Per Östlund
Priority: normal Milestone:
Component: Instantiation Version: trunk
Keywords: Cc: Per Östlund,

Description

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;

Change History (1)

comment:1 by Per Östlund, 14 years ago

Nevermind, this actually gives an error message now, and seems to have done so for several years. I have no idea why I originally encountered the issue, but since it doesn't seem to be a problem I'll just close it for now.

Note: See TracTickets for help on using tickets.