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



But you're going to need alignment information for everything to make unions work, right?

John


On 05/04/2011 06:58 PM, Xuejun Yang wrote:
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