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

Re: [csmith-project/csmith] 717b1c: Fixed a bug related to --no-math64 and --no-longlo...



Please explain in more detail.

The question is: What does the size of a "long" have to do with Csmith's decision whether or not to emit code containing the string "int64_t"?

John



On 5/4/11 4:03 PM, Yang Chen wrote:
On x86_64, long is 64 bits. I only considered long long before I fixed
the bug.

- Yang

John Regehr wrote:
Can you explain this bug?

John


On 05/04/2011 02:56 PM, noreply@github.com wrote:
Branch: refs/heads/master
Home: https://github.com/csmith-project/csmith

Commit: 717b1c973636333440d908fd6caa7111b8ccc285
https://github.com/csmith-project/csmith/commit/717b1c973636333440d908fd6caa7111b8ccc285

Author: Yang Chen<chenyang@build3.cs.utah.edu>
Date: 2011-05-04 (Wed, 04 May 2011)

Changed paths:
M runtime/csmith.h
M src/OutputMgr.cpp
M src/Probabilities.cpp
M src/Type.cpp

Log Message:
-----------
Fixed a bug related to --no-math64 and --no-longlong