[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[csmith-project/csmith] 050a81: It's fine to produce non-std-functions for builtin...



  Branch: refs/heads/master
  Home:   https://github.com/csmith-project/csmith
  Commit: 050a81fc4083eadf6c64b38bf2d0a642c1935782
      https://github.com/csmith-project/csmith/commit/050a81fc4083eadf6c64b38bf2d0a642c1935782
  Author: Yang Chen <chenyang@cs.utah.edu>
  Date:   2015-07-29 (Wed, 29 Jul 2015)

  Changed paths:
    M src/ExpressionFuncall.cpp

  Log Message:
  -----------
  It's fine to produce non-std-functions for builtins

When we enable generating builtins, it's fine to set
std_func to false even if we reach the maximal number
of the user-defined functions. Otherwise, we won't be
able to generate function calls for builtin functions.