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



Generating regular C int types means we are getting rid of safe math functions. Are we ready for that?

We can't get rid of them, but I was hoping they could be written in terms of regular C integers, instead of fixed-width types. Do you know of a problem with that?

John