-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is --float
broken?
#172
Comments
ping. @eeide are you still working on this? |
Hi, @pmatos! I personally haven't made any substantive code changes to Csmith in a long time. The most recent changes to Csmith have been from people offering patches through pull requests. A patch for the issue you pointed out would be most welcome! |
I see. Thanks for the quick reply. |
If I generate a program with
--float
using cmith 2.4.0, and then compile with gcc 14.1.1, I see that we are passingfloat *
totransparent_crc_bytes
as first argumnet which should have typechar *
. GCC definitely does not like that.Attaching csmith generated file.
test1.c.gz
The text was updated successfully, but these errors were encountered: