Changes between Initial Version and Version 1 of Ticket #1736


Ignore:
Timestamp:
2012-08-30T11:05:54Z (12 years ago)
Author:
Martin Sjölund
Comment:

I know for a fact that illegal expressions are in parameter-false branches in some versions of MSL. Since we support different language standards in flags, maybe we can disable this for Modelica 3. I will run the testsuite and see.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1736

    • Property Cc petar, → petar
    • Property Owner changed from Peter Aronsson to Martin Sjölund
    • Property Status newaccepted
  • Ticket #1736 – Description

    initial v1  
    11The following model doesn't produce any error message when checking (v1.8.0).
    22
     3{{{
    34model test
    45  parameter Boolean bool=false;
     
    1112  end if;
    1213end test;
    13 
     14}}}
    1415It should report an error that B is undeclared!