Skip to content

Commit

Permalink
Fix for bug #1773:
Browse files Browse the repository at this point in the history
- Make sure that we fail properly when we get a type mismatch on a binding,
  instead of returning UNBOUND.


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12518 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
perost committed Aug 14, 2012
1 parent e487ab7 commit c4826a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Compiler/FrontEnd/Inst.mo
Expand Up @@ -14625,8 +14625,6 @@ algorithm
then
fail();

case (cache,_,_,_,_,_,_,_) then (cache,DAE.UNBOUND());

case (_,_,_,_,_,inPrefix,componentName,_)
equation
Debug.fprint(Flags.FAILTRACE, "- Inst.makeBinding failed on component:" +& PrefixUtil.printPrefixStr(inPrefix) +& "." +& componentName +& "\n");
Expand Down

0 comments on commit c4826a3

Please sign in to comment.