[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...



Yes, if we fix-size integers, the only thing left is pointers. That's why I was asking. Well, I can fix it to 8 bytes for now if only unions care about it.

-Xuejun

> -----Original Message-----
> From: csmith-commits-bounces@flux.utah.edu
> [mailto:csmith-commits-bounces@flux.utah.edu] On Behalf Of John Regehr
> Sent: Wednesday, May 04, 2011 6:53 PM
> To: csmith-commits@flux.utah.edu
> Subject: Re: [csmith-project/csmith] 717b1c: Fixed a bug related to --no-math64
> and --no-longlo...
> 
> Ok sorry to yell.
> 
> I grepped for x86_64 and it's not used much, so should be easy to eliminate.
> 
> Xuejun: are you going to need size/alignment information to make unions
> work?  For example, to avoid accessing padding bytes?
> 
> John