Changeset 1e8f143 for src


Ignore:
Timestamp:
Jul 29, 2015, 12:00:29 PM (9 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
Children:
b29f8f3
Parents:
73737e5
Message:

Remove erroneous unifier pass in cast conversion; fixes unsigned-signed bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/AlternativeFinder.cc

    r73737e5 r1e8f143  
    697697                        std::list< Type* >::iterator candidate_end = (*i).expr->get_results().begin();
    698698                        std::advance( candidate_end, castExpr->get_results().size() );
    699                         if ( ! unifyList( (*i).expr->get_results().begin(), candidate_end,
    700                                                          castExpr->get_results().begin(), castExpr->get_results().end(), i->env, needAssertions, haveAssertions, openVars, indexer ) ) continue;
    701699                        Cost thisCost = castCostList( (*i).expr->get_results().begin(), candidate_end,
    702700                                                                                  castExpr->get_results().begin(), castExpr->get_results().end(), indexer, i->env );
Note: See TracChangeset for help on using the changeset viewer.