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

[csmith-project/csmith] 27ace5: fixed a bug for --strict-float



  Branch: refs/heads/master
  Home:   https://github.com/csmith-project/csmith
  Commit: 27ace5bd643642c20064734343e90da62b54d7fa
      https://github.com/csmith-project/csmith/commit/27ace5bd643642c20064734343e90da62b54d7fa
  Author: Yang Chen <chenyang@cs.utah.edu>
  Date:   2020-02-26 (Wed, 26 Feb 2020)

  Changed paths:
    M src/Lhs.cpp

  Log Message:
  -----------
  fixed a bug for --strict-float

don't generate any assignment stmt from float to int when --strict-float
is passed.