Ignore:
Timestamp:
Jun 29, 2016, 5:05:19 PM (8 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, with_gc
Children:
aaf1f4d
Parents:
e64365c
Message:

Need a 4th level of recursive assertions to pass tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/AlternativeFinder.cc

    re64365c ra1d7679  
    414414        //typedef std::unordered_map< UniqueId, std::unordered_map< UniqueId, unsigned > > AssertionParentSet;
    415415       
    416         static const int recursionLimit = /*10*/ 3;  ///< Limit to depth of recursion satisfaction
     416        static const int recursionLimit = /*10*/ 4;  ///< Limit to depth of recursion satisfaction
    417417        //static const unsigned recursionParentLimit = 1;  ///< Limit to the number of times an assertion can recursively use itself
    418418
Note: See TracChangeset for help on using the changeset viewer.